Skip to content

Commit fc5a052

Browse files
tfrass49Thomas Frasson
andauthored
Primordial layer (#72)
* Enables to read primordial layer files * Change the name of the primordial layer field to "prim" and enables to read hdf5 primordial layer files Co-authored-by: Thomas Frasson <[email protected]>
1 parent f298f66 commit fc5a052

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stagpy/phyvars.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
('rs2', Varf('y Momentum residue', '1')),
4141
('rs3', Varf('z Momentum residue', '1')),
4242
('rsc', Varf('Continuity residue', '1')),
43+
('prim', Varf('Primordial layer', '1')),
4344
))
4445

4546
FIELD_EXTRA = OrderedDict((
@@ -61,6 +62,7 @@
6162
('sx', ['sx1', 'sx2', 'sx3', 's1val']),
6263
('ed', ['edot']),
6364
('tcond', ['Tcond1', 'Tcond2', 'Tcond3']),
65+
('prm', ['prim']),
6466
))
6567

6668
FIELD_FILES_H5 = OrderedDict((
@@ -82,6 +84,7 @@
8284
('Stress', ['sII']),
8385
('PrincipalStressAxis', ['sx1', 'sx2', 'sx3']),
8486
('StrainRate', ['edot']),
87+
('Primordial', ['prim']),
8588
))
8689

8790
SFIELD = OrderedDict((

0 commit comments

Comments
 (0)