include/meltpooldg/compressible_flow/material_data.hpp Source File
|
Developer Documentation
|
material_data.hpp
Go to the documentation of this file.
A class which provides all relevant material properties for a specific phase.
Definition material_data.hpp:18
std::shared_ptr< EOS::EquationOfStateUtils< dim, number > > make_eos_utils(const MaterialPhaseData< number > &material_data)
Set up helper class for thermodynamic relations.
Definition material_data.hpp:51
Material(const MaterialPhaseData< number > &material_data_in)
Constructor.
Definition material_data.hpp:32
std::shared_ptr< EOS::EquationOfStateUtils< dim, number > > eos_utils
Class specific to an equation of state for thermodynamics-related computations.
Definition material_data.hpp:24
const MaterialPhaseData< number > & data
Material data object providing all relevant material parameters.
Definition material_data.hpp:21
This file contains various functions that can be used to set and evaluate boundary conditions for the...
Definition boundary_condition_functions.hpp:17
Collection of material parameters for a specific fluid phase.
Definition material.hpp:119
EquationOfState eos_type
Type of equation of state.
Definition material.hpp:132
Generated by