|
| subroutine, public | compute_material_properties () |
| | Compute local material properties.
|
| |
| subroutine, public | compute_density () |
| |
| subroutine | compute_density_gravity_term_boussinesq () |
| |
| subroutine | compute_specific_heat () |
| |
| subroutine | compute_isothermal_compressibility () |
| |
| subroutine | compute_thermal_expansion () |
| |
| subroutine | compute_speed_of_sound () |
| |
| subroutine, public | compute_viscosity () |
| |
| subroutine | compute_conductivity () |
| |
| subroutine | compute_property_sutherland_law (temperature, material_law, local_field) |
| | Compute a material property \( X \) according to a sutherland law of the temperature :
|
| |
| subroutine | compute_property_polynomial_temperature_nist_law (temperature, material_law, local_field) |
| | Compute a material property \( X \) according to a polynomial law of the temperature proposed by refprop NIST:
|
| |
| subroutine | compute_property_polynomial_temperature_law (temperature, material_law, local_field) |
| | Compute a material property \( X \) according to a polynomial law of the temperature :
|
| |
| subroutine | compute_property_neural_network (pressure, temperature, material_law, reference_pressure, local_field) |
| | Compute a material property \( X \) according to a neural_network function of the pressure and the temperature :
|
| |