diff --git a/Tests/Data/ThermoHydroMechanics/Linear/CylindricalCavity/CylindricalCavity.prj b/Tests/Data/ThermoHydroMechanics/Linear/CylindricalCavity/CylindricalCavity.prj index f5a5669e6db83a837b65146aa0f7e127933878e0..ce6ef8a4988ac463a773bc0fe180363612c51771 100644 --- a/Tests/Data/ThermoHydroMechanics/Linear/CylindricalCavity/CylindricalCavity.prj +++ b/Tests/Data/ThermoHydroMechanics/Linear/CylindricalCavity/CylindricalCavity.prj @@ -13,7 +13,6 @@ <youngs_modulus>E</youngs_modulus> <poissons_ratio>nu</poissons_ratio> </constitutive_relation> - <reference_temperature>T0</reference_temperature> <process_variables> <displacement>displacement</displacement> <pressure>pressure</pressure> @@ -79,9 +78,19 @@ <value>2.7e-10 0 0 2.7e-10</value> </property> <property> + <!-- rho_s= rho_0 exp(-alpha_T (T-T0))--> <name>density</name> - <type>Constant</type> - <value>2610</value> + <type>Exponential</type> + <!-- Reference density rho_0 --> + <reference_value>2610</reference_value> + <exponent> + <variable_name>temperature</variable_name> + <!-- Reference temeperature T0 --> + <reference_condition>283.15</reference_condition> + <!-- Volumetric thermal expansivity with sign--> + <factor>-3.0e-6</factor> + </exponent> + <offset>0.0</offset> </property> <property> <name>thermal_conductivity</name>