Commit b3d49c2 1 parent de44c1f commit b3d49c2 Copy full SHA for b3d49c2
File tree 2 files changed +40
-32
lines changed
openconcept/energy_storage/hydrogen
2 files changed +40
-32
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,16 @@ class LH2TankNoBoilOff(om.Group):
18
18
the fill level to be greater than zero (or slightly more), since the integrator
19
19
is perfectly happy with negative fill levels.
20
20
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
+ ` -------------- '
29
31
30
32
WARNING: Do not modify or connect anything to the initial integrated delta state value
31
33
"integ.delta_m_liq_initial". It must remain zero for the initial tank state to be
Original file line number Diff line number Diff line change @@ -8,14 +8,16 @@ class VacuumTankWeight(om.Group):
8
8
Sizes the structure and computes the weight of the tank's vacuum walls.
9
9
This includes the weight of MLI.
10
10
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
+ ` -------------- '
19
21
20
22
Inputs
21
23
------
@@ -151,14 +153,16 @@ class PressureVesselWallThickness(om.ExplicitComponent):
151
153
it is valid to compute the weight as the product of the surface area, wall thickness,
152
154
and material density.
153
155
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
+ ` -------------- '
162
166
163
167
Inputs
164
168
------
@@ -252,14 +256,16 @@ class VacuumWallThickness(om.ExplicitComponent):
252
256
253
257
This component assumes that the wall is thin relative to the radius.
254
258
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
+ ` -------------- '
263
269
264
270
Inputs
265
271
------
You can’t perform that action at this time.
0 commit comments