Go to the source code of this file.
Functions | |
TEST_F (TemperaturePressureFunctionFluidPropertiesTest, fluidName) | |
Test that the fluid name is correctly returned. More... | |
TEST_F (TemperaturePressureFunctionFluidPropertiesTest, properties_constant_cv) | |
Verify calculation of the fluid properties with a constant cv. More... | |
TEST_F (TemperaturePressureFunctionFluidPropertiesTest, properties_function_cp) | |
Verify calculation of the fluid properties with a function cp. More... | |
TEST_F (TemperaturePressureFunctionFluidPropertiesTest, derivatives) | |
Verify calculation of the derivatives by comparing with finite differences. More... | |
TEST_F (TemperaturePressureFunctionFluidPropertiesTest, combined) | |
Verify that the methods that return multiple properties in one call return identical values as the individual methods. More... | |
TEST_F | ( | TemperaturePressureFunctionFluidPropertiesTest | , |
fluidName | |||
) |
Test that the fluid name is correctly returned.
Definition at line 16 of file TemperaturePressureFunctionFluidPropertiesTest.C.
TEST_F | ( | TemperaturePressureFunctionFluidPropertiesTest | , |
properties_constant_cv | |||
) |
Verify calculation of the fluid properties with a constant cv.
Definition at line 24 of file TemperaturePressureFunctionFluidPropertiesTest.C.
TEST_F | ( | TemperaturePressureFunctionFluidPropertiesTest | , |
properties_function_cp | |||
) |
Verify calculation of the fluid properties with a function cp.
Definition at line 107 of file TemperaturePressureFunctionFluidPropertiesTest.C.
TEST_F | ( | TemperaturePressureFunctionFluidPropertiesTest | , |
derivatives | |||
) |
Verify calculation of the derivatives by comparing with finite differences.
Definition at line 192 of file TemperaturePressureFunctionFluidPropertiesTest.C.
TEST_F | ( | TemperaturePressureFunctionFluidPropertiesTest | , |
combined | |||
) |
Verify that the methods that return multiple properties in one call return identical values as the individual methods.
Definition at line 268 of file TemperaturePressureFunctionFluidPropertiesTest.C.