|
40 | 40 | "sx3": Varf("3rd comp. of principal stress eigenvector", "Pa"), |
41 | 41 | "s1val": Varf("Principal stress eigenvalue", "Pa"), |
42 | 42 | "edot": Varf("Strain rate", "1/s"), |
43 | | - "Tcond1": Varf("x Conductivity", "W/(m.K)"), |
44 | | - "Tcond2": Varf("y Conductivity", "W/(m.K)"), |
45 | | - "Tcond3": Varf("z Conductivity", "W/(m.K)"), |
| 43 | + "Tcond": Varf("Thermal conductivity", "W/(m.K)"), |
46 | 44 | "c": Varf("Composition", "1"), |
47 | 45 | "cFe": Varf("FeO content", "1"), |
48 | 46 | "hpe": Varf("HPE content", "1"), |
|
90 | 88 | "str": ["sII"], |
91 | 89 | "sx": ["sx1", "sx2", "sx3", "s1val"], |
92 | 90 | "ed": ["edot"], |
93 | | - "tcond": ["Tcond1", "Tcond2", "Tcond3"], |
| 91 | + "k": ["Tcond"], |
94 | 92 | "prm": ["prim"], |
95 | 93 | "f": ["meltfrac"], |
96 | 94 | "fc": ["meltcompo"], |
|
129 | 127 | "Stress": ["sII"], |
130 | 128 | "PrincipalStressAxis": ["sx1", "sx2", "sx3"], |
131 | 129 | "StrainRate": ["edot"], |
| 130 | + "ThermalConductivity": ["Tcond"], |
132 | 131 | "Primordial": ["prim"], |
133 | 132 | "MeltFrac": ["meltfrac"], |
134 | 133 | "MeltComposition": ["meltcompo"], |
|
0 commit comments