A simple fluid system with one tracer component. More...
#include <test/porousmediumflow/tracer/1ptracer/problem_tracer.hh>
A simple fluid system with one tracer component.
Public Types | |
using | ParameterCache = NullParameterCache |
The type of parameter cache objects. More... | |
Static Public Member Functions | |
static constexpr bool | isTracerFluidSystem () |
If the fluid system only contains tracer components. More... | |
static constexpr int | getMainComponent (int phaseIdx) |
No component is the main component. More... | |
static std::string | componentName (int compIdx) |
Human readable component name (index compIdx) (for vtk output) More... | |
static std::string | phaseName (int phaseIdx=0) |
Human readable phase name (index phaseIdx) (for velocity vtk output) More... | |
static Scalar | molarMass (unsigned int compIdx) |
Molar mass in kg/mol of the component with index compIdx. More... | |
static Scalar | binaryDiffusionCoefficient (unsigned int compIdx, const Problem &problem, const Element &element, const SubControlVolume &scv) |
static constexpr bool | isTracerFluidSystem () |
If the fluid system only contains tracer components. More... | |
static constexpr int | getMainComponent (int phaseIdx) |
No component is the main component. More... | |
static std::string | componentName (int compIdx) |
Human readable component name (index compIdx) (for vtk output) More... | |
static Scalar | molarMass (unsigned int compIdx) |
Molar mass in kg/mol of the component with index compIdx. More... | |
static Scalar | binaryDiffusionCoefficient (unsigned int compIdx, const Problem &problem, const Element &element, const SubControlVolume &scv) |
static constexpr bool | isTracerFluidSystem () |
static constexpr int | getMainComponent (int phaseIdx) |
None of the components are the main component of the phase. More... | |
static std::string | componentName (int compIdx) |
Human readable component name (index compIdx) (for vtk output) More... | |
static std::string | phaseName (int phaseIdx=0) |
Human readable phase name (index phaseIdx) (for velocity vtk output) More... | |
static Scalar | molarMass (unsigned int compIdx) |
Molar mass in kg/mol of the component with index compIdx. More... | |
static Scalar | binaryDiffusionCoefficient (unsigned int compIdx, const Problem &problem, const Element &element, const SubControlVolume &scv) |
static constexpr bool | isCompressible (int phaseIdx) |
Returns true if and only if a fluid phase is assumed to be compressible. More... | |
static constexpr bool | viscosityIsConstant (int phaseIdx) |
Returns true if and only if a fluid phase is assumed to have a constant viscosity. More... | |
static constexpr bool | isMiscible () |
Returns whether the fluids are miscible. More... | |
static Scalar | density (const FluidState &fluidState, int phaseIdx) |
Calculate the density \mathrm{[kg/m^3]} of a fluid phase. More... | |
static Scalar | density (const FluidState &fluidState, const ParameterCache ¶mCache, int phaseIdx) |
Calculate the density \mathrm{[kg/m^3]} of a fluid phase. More... | |
static Scalar | molarDensity (const FluidState &fluidState, int phaseIdx) |
Calculate the molar density \mathrm{[mol/m^3]} of a fluid phase. More... | |
static Scalar | molarDensity (const FluidState &fluidState, const ParameterCache ¶mCache, int phaseIdx) |
Calculate the molar density \mathrm{[mol/m^3]} of a fluid phase. More... | |
static Scalar | fugacityCoefficient (const FluidState &fluidState, int phaseIdx, int compIdx) |
Calculate the fugacity coefficient \mathrm{[Pa]} of an individual component in a fluid phase. More... | |
static Scalar | fugacityCoefficient (const FluidState &fluidState, const ParameterCache ¶mCache, int phaseIdx, int compIdx) |
Calculate the fugacity coefficient \mathrm{[Pa]} of an individual component in a fluid phase. More... | |
static Scalar | viscosity (const FluidState &fluidState, int phaseIdx) |
Calculate the dynamic viscosity of a fluid phase \mathrm{[Pa*s]}. More... | |
static Scalar | viscosity (const FluidState &fluidState, const ParameterCache ¶mCache, int phaseIdx) |
Calculate the dynamic viscosity of a fluid phase \mathrm{[Pa*s]}. More... | |
static Scalar | diffusionCoefficient (const FluidState &fluidState, int phaseIdx, int compIdx) |
Calculate the binary molecular diffusion coefficient for a component in a fluid phase \mathrm{[mol^2 * s / (kg*m^3)]}. More... | |
static Scalar | diffusionCoefficient (const FluidState &fluidState, const ParameterCache ¶mCache, int phaseIdx, int compIdx) |
Calculate the binary molecular diffusion coefficient for a component in a fluid phase \mathrm{[mol^2 * s / (kg*m^3)]}. More... | |
static Scalar | binaryDiffusionCoefficient (const FluidState &fluidState, int phaseIdx, int compIIdx, int compJIdx) |
Given a phase's composition, temperature and pressure, return the binary diffusion coefficient \mathrm{[m^2/s]} for components \mathrm{i} and \mathrm{j} in this phase. More... | |
static Scalar | binaryDiffusionCoefficient (const FluidState &fluidState, const ParameterCache ¶mCache, int phaseIdx, int compIIdx, int compJIdx) |
Given a phase's composition, temperature and pressure, return the binary diffusion coefficient \mathrm{[m^2/s]} for components \mathrm{i} and \mathrm{j} in this phase. More... | |
static Scalar | enthalpy (const FluidState &fluidState, int phaseIdx) |
Given a phase's composition, temperature, pressure and density, calculate its specific enthalpy \mathrm{[J/kg]}. More... | |
static Scalar | enthalpy (const FluidState &fluidState, const ParameterCache ¶mCache, int phaseIdx) |
Given a phase's composition, temperature, pressure and density, calculate its specific enthalpy \mathrm{[J/kg]}. More... | |
static Scalar | thermalConductivity (const FluidState &fluidState, int phaseIdx) |
Thermal conductivity \lambda_\alpha of a fluid phase \mathrm{[W/(m K)]}. More... | |
static Scalar | thermalConductivity (const FluidState &fluidState, const ParameterCache ¶mCache, int phaseIdx) |
Thermal conductivity \lambda_\alpha of a fluid phase \mathrm{[W/(m K)]}. More... | |
static Scalar | heatCapacity (const FluidState &fluidState, int phaseIdx) |
Specific isobaric heat capacity c_{p,\alpha} of a fluid phase \mathrm{[J/(kg*K)]}. More... | |
static Scalar | heatCapacity (const FluidState &fluidState, const ParameterCache ¶mCache, int phaseIdx) |
Specific isobaric heat capacity c_{p,\alpha} of a fluid phase \mathrm{[J/(kg*K)]}. More... | |
Static Public Attributes | |
static constexpr int | numComponents = 1 |
The number of components. More... | |
static constexpr int | numPhases = 1 |
|
inherited |
The type of parameter cache objects.
|
inlinestaticinherited |
Given a phase's composition, temperature and pressure, return the binary diffusion coefficient \mathrm{[m^2/s]} for components \mathrm{i} and \mathrm{j} in this phase.
fluidState | The fluid state |
paramCache | mutable parameters |
phaseIdx | Index of the fluid phase |
compIIdx | Index of the component i |
compJIdx | Index of the component j |
|
inlinestaticinherited |
Given a phase's composition, temperature and pressure, return the binary diffusion coefficient \mathrm{[m^2/s]} for components \mathrm{i} and \mathrm{j} in this phase.
fluidState | The fluid state |
phaseIdx | Index of the fluid phase |
compIIdx | Index of the component i |
compJIdx | Index of the component j |
|
inlinestatic |
Binary diffusion coefficient (might depend on spatial parameters like pressure / temperature)
|
inlinestatic |
Binary diffusion coefficient (might depend on spatial parameters like pressure / temperature)
|
inlinestatic |
Binary diffusion coefficient (might depend on spatial parameters like pressure / temperature)
|
inlinestatic |
Human readable component name (index compIdx) (for vtk output)
|
inlinestatic |
Human readable component name (index compIdx) (for vtk output)
|
inlinestatic |
Human readable component name (index compIdx) (for vtk output)
|
inlinestaticinherited |
Calculate the density \mathrm{[kg/m^3]} of a fluid phase.
fluidState | The fluid state |
paramCache | mutable parameters |
phaseIdx | Index of the fluid phase |
|
inlinestaticinherited |
Calculate the density \mathrm{[kg/m^3]} of a fluid phase.
fluidState | The fluid state |
phaseIdx | Index of the fluid phase |
|
inlinestaticinherited |
Calculate the binary molecular diffusion coefficient for a component in a fluid phase \mathrm{[mol^2 * s / (kg*m^3)]}.
fluidState | The fluid state |
paramCache | mutable parameters |
phaseIdx | Index of the fluid phase |
compIdx | Index of the component Molecular diffusion of a component \mathrm{\kappa} is caused by a gradient of the chemical potential and follows the law |
J = - D \mathbf{grad} \mu_\kappa
where \mathrm{\mu_\kappa} is the component's chemical potential, \mathrm{D} is the diffusion coefficient and \mathrm{J} is the diffusive flux. \mathrm{\mu_\kappa} is connected to the component's fugacity \mathrm{f_\kappa} by the relation
\mu_\kappa = R T_\alpha \mathrm{ln} \frac{f_\kappa}{p_\alpha}
where \mathrm{p_\alpha} and \mathrm{T_\alpha} are the fluid phase' pressure and temperature.
|
inlinestaticinherited |
Calculate the binary molecular diffusion coefficient for a component in a fluid phase \mathrm{[mol^2 * s / (kg*m^3)]}.
fluidState | The fluid state |
phaseIdx | Index of the fluid phase |
compIdx | Index of the component Molecular diffusion of a component \mathrm{\kappa} is caused by a gradient of the chemical potential and follows the law |
J = - D \mathbf{grad} \mu_\kappa
where \mathrm{\mu_\kappa} is the component's chemical potential, \mathrm{D} is the diffusion coefficient and \mathrm{J} is the diffusive flux. \mathrm{\mu_\kappa} is connected to the component's fugacity \mathrm{f_\kappa} by the relation
\mu_\kappa = R T_\alpha \mathrm{ln} \frac{f_\kappa}{p_\alpha}
where \mathrm{p_\alpha} and \mathrm{T_\alpha} are the fluid phase' pressure and temperature.
|
inlinestaticinherited |
Given a phase's composition, temperature, pressure and density, calculate its specific enthalpy \mathrm{[J/kg]}.
fluidState | The fluid state |
paramCache | mutable parameters |
phaseIdx | Index of the fluid phase |
|
inlinestaticinherited |
Given a phase's composition, temperature, pressure and density, calculate its specific enthalpy \mathrm{[J/kg]}.
fluidState | The fluid state |
phaseIdx | Index of the fluid phase |
|
inlinestaticinherited |
Calculate the fugacity coefficient \mathrm{[Pa]} of an individual component in a fluid phase.
The fugacity coefficient \mathrm{\phi^\kappa_\alpha} is connected to the fugacity \mathrm{f^\kappa_\alpha} and the component's mole fraction \mathrm{x^\kappa_\alpha} by means of the relation
f^\kappa_\alpha = \phi^\kappa_\alpha\;x^\kappa_\alpha\;p_\alpha
fluidState | The fluid state |
paramCache | mutable parameters |
phaseIdx | Index of the fluid phase |
compIdx | Index of the component |
|
inlinestaticinherited |
Calculate the fugacity coefficient \mathrm{[Pa]} of an individual component in a fluid phase.
The fugacity coefficient \mathrm{\phi^\kappa_\alpha} is connected to the fugacity \mathrm{f^\kappa_\alpha} and the component's mole fraction \mathrm{x^\kappa_\alpha} by means of the relation
f^\kappa_\alpha = \phi^\kappa_\alpha\;x^\kappa_\alpha\;p_\alpha
fluidState | The fluid state |
phaseIdx | Index of the fluid phase |
compIdx | Index of the component |
|
inlinestaticconstexpr |
No component is the main component.
|
inlinestaticconstexpr |
No component is the main component.
|
inlinestaticconstexpr |
None of the components are the main component of the phase.
|
inlinestaticinherited |
Specific isobaric heat capacity c_{p,\alpha} of a fluid phase \mathrm{[J/(kg*K)]}.
fluidState | represents all relevant thermodynamic quantities of a fluid system |
paramCache | mutable parameters |
phaseIdx | Index of the fluid phase |
Given a fluid state, an up-to-date parameter cache and a phase index, this method computes the isobaric heat capacity c_{p,\alpha} of the fluid phase. The isobaric heat capacity is defined as the partial derivative of the specific enthalpy h_\alpha to the fluid pressure p_\alpha:
c_{p,\alpha} = \frac{\partial h_\alpha}{\partial p_\alpha}
|
inlinestaticinherited |
Specific isobaric heat capacity c_{p,\alpha} of a fluid phase \mathrm{[J/(kg*K)]}.
fluidState | represents all relevant thermodynamic quantities of a fluid system |
phaseIdx | Index of the fluid phase |
Given a fluid state, an up-to-date parameter cache and a phase index, this method computes the isobaric heat capacity c_{p,\alpha} of the fluid phase. The isobaric heat capacity is defined as the partial derivative of the specific enthalpy h_\alpha to the fluid pressure p_\alpha:
c_{p,\alpha} = \frac{\partial h_\alpha}{\partial p_\alpha}
|
inlinestaticconstexpr |
Returns true if and only if a fluid phase is assumed to be compressible.
Compressible means that the partial derivative of the density to the fluid pressure is always larger than zero.
phaseIdx | The index of the fluid phase to consider |
|
inlinestaticconstexprinherited |
Returns whether the fluids are miscible.
|
inlinestaticconstexpr |
If the fluid system only contains tracer components.
|
inlinestaticconstexpr |
If the fluid system only contains tracer components.
|
inlinestaticconstexpr |
|
inlinestaticinherited |
Calculate the molar density \mathrm{[mol/m^3]} of a fluid phase.
fluidState | The fluid state |
paramCache | mutable parameters |
phaseIdx | Index of the fluid phase |
|
inlinestaticinherited |
Calculate the molar density \mathrm{[mol/m^3]} of a fluid phase.
fluidState | The fluid state |
phaseIdx | Index of the fluid phase |
|
inlinestatic |
Molar mass in kg/mol of the component with index compIdx.
|
inlinestatic |
Molar mass in kg/mol of the component with index compIdx.
|
inlinestatic |
Molar mass in kg/mol of the component with index compIdx.
|
inlinestatic |
Human readable phase name (index phaseIdx) (for velocity vtk output)
|
inlinestatic |
Human readable phase name (index phaseIdx) (for velocity vtk output)
|
inlinestaticinherited |
Thermal conductivity \lambda_\alpha of a fluid phase \mathrm{[W/(m K)]}.
fluidState | The fluid state |
paramCache | mutable parameters |
phaseIdx | Index of the fluid phase |
|
inlinestaticinherited |
Thermal conductivity \lambda_\alpha of a fluid phase \mathrm{[W/(m K)]}.
fluidState | The fluid state |
phaseIdx | Index of the fluid phase |
|
inlinestaticinherited |
Calculate the dynamic viscosity of a fluid phase \mathrm{[Pa*s]}.
fluidState | The fluid state |
paramCache | mutable parameters |
phaseIdx | Index of the fluid phase |
|
inlinestaticinherited |
Calculate the dynamic viscosity of a fluid phase \mathrm{[Pa*s]}.
fluidState | The fluid state |
phaseIdx | Index of the fluid phase |
|
inlinestaticconstexpr |
Returns true if and only if a fluid phase is assumed to have a constant viscosity.
phaseIdx | The index of the fluid phase to consider |
|
staticconstexpr |
The number of components.
|
staticconstexpr |