|
| subroutine | mod_add_linear_contribution::add_linear_contribution_scalar (scalar_field, volume_fraction, property_value) |
| |
| subroutine | mod_add_linear_contribution::add_linear_contribution_array (scalar_field, volume_fraction, property_value) |
| |
| subroutine, public | mod_compute_material_properties::compute_material_properties () |
| | Compute local material properties.
|
| |
| subroutine, public | mod_compute_material_properties::compute_density () |
| |
| subroutine | mod_compute_material_properties::compute_density_gravity_term_boussinesq () |
| |
| subroutine | mod_compute_material_properties::compute_specific_heat () |
| |
| subroutine | mod_compute_material_properties::compute_isothermal_compressibility () |
| |
| subroutine | mod_compute_material_properties::compute_thermal_expansion () |
| |
| subroutine | mod_compute_material_properties::compute_speed_of_sound () |
| |
| subroutine, public | mod_compute_material_properties::compute_viscosity () |
| |
| subroutine | mod_compute_material_properties::compute_conductivity () |
| |
| subroutine | mod_compute_material_properties::compute_property_sutherland_law (temperature, material_law, local_field) |
| | Compute a material property \( X \) according to a sutherland law of the temperature :
|
| |
| subroutine | mod_compute_material_properties::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 | mod_compute_material_properties::compute_property_polynomial_temperature_law (temperature, material_law, local_field) |
| | Compute a material property \( X \) according to a polynomial law of the temperature :
|
| |
| subroutine | mod_compute_material_properties::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 :
|
| |