|
26 | 26 | FIELD: Mapping[str, Varf] = MappingProxyType( |
27 | 27 | { |
28 | 28 | "T": Varf("Temperature", "K"), |
29 | | - "v1": Varf("x Velocity", "m/s"), |
30 | | - "v2": Varf("y Velocity", "m/s"), |
31 | | - "v3": Varf("z Velocity", "m/s"), |
| 29 | + "v1": Varf("Velocity (x)", "m/s"), |
| 30 | + "v2": Varf("Velocity (y)", "m/s"), |
| 31 | + "v3": Varf("Velocity (z)", "m/s"), |
32 | 32 | "p": Varf("Pressure", "Pa"), |
33 | 33 | "eta": Varf("Viscosity", "Pa.s"), |
34 | 34 | "rho": Varf("Density", "kg/m3"), |
35 | 35 | "rho4rhs": Varf("Density term in RHS", "kg/m3"), |
36 | 36 | "trarho": Varf("Density from tracer mass", "kg/m3"), |
37 | 37 | "sII": Varf("Second invariant of stress tensor", "Pa"), |
38 | | - "sx1": Varf("1st comp. of principal stress eigenvector", "Pa"), |
39 | | - "sx2": Varf("2nd comp. of principal stress eigenvector", "Pa"), |
40 | | - "sx3": Varf("3rd comp. of principal stress eigenvector", "Pa"), |
| 38 | + "sx1": Varf("Principal stress eigenvector (x)", "Pa"), |
| 39 | + "sx2": Varf("Principal stress eigenvector (y)", "Pa"), |
| 40 | + "sx3": Varf("Principal stress eigenvector (z)", "Pa"), |
41 | 41 | "s1val": Varf("Principal stress eigenvalue", "Pa"), |
42 | 42 | "edot": Varf("Strain rate", "1/s"), |
43 | 43 | "Tcond": Varf("Thermal conductivity", "W/(m.K)"), |
|
47 | 47 | "wtr": Varf("Water concentration", "1"), |
48 | 48 | "age": Varf("Age", "s"), |
49 | 49 | "contID": Varf("ID of continents", "1"), |
50 | | - "rs1": Varf("x Momentum residue", "1"), |
51 | | - "rs2": Varf("y Momentum residue", "1"), |
52 | | - "rs3": Varf("z Momentum residue", "1"), |
| 50 | + "rs1": Varf("Momentum residue (x)", "1"), |
| 51 | + "rs2": Varf("Momentum residue (y)", "1"), |
| 52 | + "rs3": Varf("Momentum residue (z)", "1"), |
53 | 53 | "rsc": Varf("Continuity residue", "1"), |
54 | 54 | "basalt": Varf("Basalt fraction", "1"), |
55 | 55 | "harzburgite": Varf("Harzburgite fraction", "1"), |
|
0 commit comments