Skip to content
Snippets Groups Projects
Commit cfae9fed authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[T] Test p and T passing by using exprtk for density

parent 5319b40d
No related branches found
No related tags found
No related merge requests found
...@@ -46,13 +46,18 @@ ...@@ -46,13 +46,18 @@
</property> </property>
<property> <property>
<name>density</name> <name>density</name>
<type>Linear</type> <type>Function</type>
<reference_value>1e3</reference_value> <value>
<independent_variable> <expression>1e3 * (1 + 5e-10 * (phase_pressure - 0)) + temperature - temperature</expression>
</value>
<dvalue>
<variable_name>phase_pressure</variable_name> <variable_name>phase_pressure</variable_name>
<reference_condition>0</reference_condition> <expression>1e3 * 5e-10</expression>
<slope>5e-10</slope> </dvalue>
</independent_variable> <dvalue>
<variable_name>temperature</variable_name>
<expression>0</expression>
</dvalue>
</property> </property>
<property> <property>
<name>specific_heat_capacity</name> <name>specific_heat_capacity</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment