Skip to content

Commit b3d49c2

Browse files
committed
Fixed ascii art
1 parent de44c1f commit b3d49c2

File tree

2 files changed

+40
-32
lines changed

2 files changed

+40
-32
lines changed

openconcept/energy_storage/hydrogen/LH2_tank_no_boil_off.py

+10-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ class LH2TankNoBoilOff(om.Group):
1818
the fill level to be greater than zero (or slightly more), since the integrator
1919
is perfectly happy with negative fill levels.
2020
21-
|--- length ---|
22-
. -------------- . ---
23-
,' `. | radius
24-
/ \ |
25-
| | ---
26-
\ /
27-
`. ,'
28-
` -------------- '
21+
.. code-block:: text
22+
23+
|--- length ---|
24+
. -------------- . ---
25+
,' `. | radius
26+
/ \ |
27+
| | ---
28+
\ /
29+
`. ,'
30+
` -------------- '
2931
3032
WARNING: Do not modify or connect anything to the initial integrated delta state value
3133
"integ.delta_m_liq_initial". It must remain zero for the initial tank state to be

openconcept/energy_storage/hydrogen/structural.py

+30-24
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ class VacuumTankWeight(om.Group):
88
Sizes the structure and computes the weight of the tank's vacuum walls.
99
This includes the weight of MLI.
1010
11-
|--- length ---|
12-
. -------------- . ---
13-
,' `. | radius
14-
/ \ |
15-
| | ---
16-
\ /
17-
`. ,'
18-
` -------------- '
11+
.. code-block:: text
12+
13+
|--- length ---|
14+
. -------------- . ---
15+
,' `. | radius
16+
/ \ |
17+
| | ---
18+
\ /
19+
`. ,'
20+
` -------------- '
1921
2022
Inputs
2123
------
@@ -151,14 +153,16 @@ class PressureVesselWallThickness(om.ExplicitComponent):
151153
it is valid to compute the weight as the product of the surface area, wall thickness,
152154
and material density.
153155
154-
|--- length ---|
155-
. -------------- . ---
156-
,' `. | radius
157-
/ \ |
158-
| | ---
159-
\ /
160-
`. ,'
161-
` -------------- '
156+
.. code-block:: text
157+
158+
|--- length ---|
159+
. -------------- . ---
160+
,' `. | radius
161+
/ \ |
162+
| | ---
163+
\ /
164+
`. ,'
165+
` -------------- '
162166
163167
Inputs
164168
------
@@ -252,14 +256,16 @@ class VacuumWallThickness(om.ExplicitComponent):
252256
253257
This component assumes that the wall is thin relative to the radius.
254258
255-
|--- length ---|
256-
. -------------- . ---
257-
,' `. | radius
258-
/ \ |
259-
| | ---
260-
\ /
261-
`. ,'
262-
` -------------- '
259+
.. code-block:: text
260+
261+
|--- length ---|
262+
. -------------- . ---
263+
,' `. | radius
264+
/ \ |
265+
| | ---
266+
\ /
267+
`. ,'
268+
` -------------- '
263269
264270
Inputs
265271
------

0 commit comments

Comments
 (0)