Volume variables for the non-isothermal free-flow models. More...
#include <dumux/freeflow/volumevariables.hh>
Volume variables for the non-isothermal free-flow models.
Public Types | |
using | PrimaryVariables = typename Traits::PrimaryVariables |
export the type used for the primary variables More... | |
using | FluidSystem = typename Traits::FluidSystem |
export the underlying fluid system More... | |
using | Indices = typename Traits::ModelTraits::Indices |
export the type encapsulating primary variable indices More... | |
Public Member Functions | |
template<class ElemSol , class Problem , class Element , class Scv > | |
void | update (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv) |
Update all quantities for a given control volume. More... | |
Scalar | internalEnergy (int phaseIdx=0) const |
Returns the total internal energy of a phase in the sub-control volume. More... | |
Scalar | enthalpy (int phaseIdx=0) const |
Returns the total enthalpy of a phase in the sub-control volume. More... | |
Scalar | componentEnthalpy (unsigned int compIdx) const |
Returns the component enthalpy \(\mathrm{[J/(kg*K)]}\) in the sub-control volume. More... | |
Scalar | thermalConductivity () const |
Returns the thermal conductivity \(\mathrm{[W/(m*K)]}\) of the fluid phase in the sub-control volume. More... | |
Scalar | effectiveThermalConductivity () const |
Returns the effective thermal conductivity \(\mathrm{[W/(m*K)]}\) of the fluid-flow in the sub-control volume. More... | |
Scalar | heatCapacity () const |
Return the specific isobaric heat capacity \(\mathrm{[J/(kg*K)]}\) in the sub-control volume. More... | |
template<class ElementSolution , class Problem , class Element , class SubControlVolume > | |
void | update (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv) |
Update all quantities for a given control volume. More... | |
Scalar | extrusionFactor () const |
Return how much the sub-control volume is extruded. More... | |
Scalar | priVar (const int pvIdx) const |
Return a component of primary variable vector. More... | |
Static Public Member Functions | |
template<class ElemSol , class Problem , class Element , class Scv > | |
static Scalar | temperature (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv) |
The temperature is a primary variable for non-isothermal models. More... | |
template<class FluidState , class ParameterCache > | |
static Scalar | enthalpy (const FluidState &fluidState, const ParameterCache ¶mCache) |
static constexpr int | numFluidPhases () |
return number of phases considered by the model More... | |
static constexpr int | numFluidComponents () |
return number of components considered by the model More... | |
template<class ElementSolution , class Problem , class Element , class SubControlVolume > | |
static Scalar | temperature (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv) |
The temperature is obtained from the problem as a constant for isothermal models. More... | |
Protected Member Functions | |
const Impl & | asImp_ () const |
Impl & | asImp_ () |
Protected Attributes | |
PrimaryVariables | priVars_ |
Scalar | extrusionFactor_ |
using Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, true >::FluidSystem = typename Traits::FluidSystem |
export the underlying fluid system
using Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, true >::Indices = typename Traits::ModelTraits::Indices |
export the type encapsulating primary variable indices
using Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, true >::PrimaryVariables = typename Traits::PrimaryVariables |
export the type used for the primary variables
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inline |
Returns the component enthalpy \(\mathrm{[J/(kg*K)]}\) in the sub-control volume.
|
inline |
Returns the effective thermal conductivity \(\mathrm{[W/(m*K)]}\) of the fluid-flow in the sub-control volume.
|
inlinestatic |
The phase enthalpy is zero for isothermal models This is needed for completing the fluid state
|
inline |
Returns the total enthalpy of a phase in the sub-control volume.
|
inlineinherited |
Return how much the sub-control volume is extruded.
This means the factor by which a lower-dimensional (1D or 2D) entity needs to be expanded to get a full dimensional cell. The default is 1.0 which means that 1D problems are actually thought as pipes with a cross section of 1 m^2 and 2D problems are assumed to extend 1 m to the back.
|
inline |
Return the specific isobaric heat capacity \(\mathrm{[J/(kg*K)]}\) in the sub-control volume.
|
inline |
Returns the total internal energy of a phase in the sub-control volume.
|
inlinestaticconstexprinherited |
return number of components considered by the model
|
inlinestaticconstexprinherited |
return number of phases considered by the model
|
inlineinherited |
Return a component of primary variable vector.
pvIdx | The index of the primary variable of interest |
|
inlinestaticinherited |
The temperature is obtained from the problem as a constant for isothermal models.
|
inlinestatic |
The temperature is a primary variable for non-isothermal models.
|
inline |
Returns the thermal conductivity \(\mathrm{[W/(m*K)]}\) of the fluid phase in the sub-control volume.
|
inlineinherited |
Update all quantities for a given control volume.
elemSol | A vector containing all primary variables connected to the element |
problem | The object specifying the problem which ought to be simulated |
element | An element which contains part of the control volume |
scv | The sub-control volume |
|
inline |
Update all quantities for a given control volume.
elemSol | A vector containing all primary variables connected to the element |
problem | The object specifying the problem which ought to be simulated |
element | An element which contains part of the control volume |
scv | The sub control volume which is inside the element |
|
protectedinherited |
|
protectedinherited |