Skip to content

Commit 1317bfa

Browse files
committed
Fix Formating
1 parent 759bc1b commit 1317bfa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/source/examples/04_applied/03_ahmed_body_fluent.mystnb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ DEFAULT_UNITS.angle = UNITS.degrees
136136

137137
Define the appropriate sketch planes parallel to y-z and x-z planes passing through the origin namely sketch_plane and sketch_plane_2 respectively.
138138

139-
### Sketch Planes
139+
#### Sketch Planes
140140

141141
```{image} source/_static/images/sketch_planes.jpg
142142
:alt: Sketch Planes
143143
:width: 500px
144144
:align: center
145-
145+
```
146146

147147
```{code-cell} ipython3
148148

@@ -161,13 +161,12 @@ sketch_plane_2 = Plane(
161161
)
162162
```
163163
#### Ahmed Body
164+
164165
```{image} source/_static/images/ahmed_body_schematic.jpg
165166
:alt: Ahmed body schematic image
166167
:width: 500px
167168
:align: center
168169
```
169-
170-
171170
```{code-cell} ipython3
172171
# Calculate the horizontal and vertical distance based on slant angle of 20 degrees
173172
slant_x, slant_y = distance_calculator(hypo=222, slant_angle=20)
@@ -189,7 +188,7 @@ ahmed_body_sketch.segment(
189188
)
190189
ahmed_body_sketch.plot()
191190
```
192-
### Enclosure
191+
#### Enclosure
193192
```{image} source/_static/images/enclosure_schematic.jpg
194193
:alt: Enclosure schematic image
195194
:width: 500px

0 commit comments

Comments
 (0)