Contains the quantities which are are constant within a finite volume in the two-phase, n-component model.
|
| using | FluidState = typename Traits::FluidState |
| | Export fluid state type.
|
| |
| using | FluidSystem = typename Traits::FluidSystem |
| | Export fluid system type.
|
| |
| using | Indices = typename ModelTraits::Indices |
| | Export the indices.
|
| |
| using | SolidState = typename Traits::SolidState |
| | Export type of solid state.
|
| |
| using | SolidSystem = typename Traits::SolidSystem |
| | Export type of solid system.
|
| |
| using | PrimaryVariableSwitch = TwoPNCPrimaryVariableSwitch |
| | Export the primary variable switch.
|
| |
| using | PrimaryVariables = typename Traits::PrimaryVariables |
| | Export the type used for the primary variables.
|
| |
|
| template<class ElemSol, class Problem, class Element, class Scv> |
| void | update (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv) |
| | Updates all quantities for a given control volume.
|
| |
| template<class ElemSol, class Problem, class Element, class Scv> |
| void | completeFluidState (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv, FluidState &fluidState, SolidState &solidState) |
| | Sets complete fluid state.
|
| |
| const FluidState & | fluidState () const |
| | Returns the phase state for the control-volume.
|
| |
| const SolidState & | solidState () const |
| | Returns the phase state for the control-volume.
|
| |
| Scalar | averageMolarMass (int phaseIdx) const |
| | Returns the average molar mass \(\mathrm{[kg/mol]}\) of the fluid phase.
|
| |
| Scalar | saturation (int phaseIdx) const |
| | Returns the saturation of a given phase within the control volume in \([-]\).
|
| |
| Scalar | density (int phaseIdx) const |
| | Returns the mass density of a given phase within the control volume.
|
| |
| Scalar | viscosity (int phaseIdx) const |
| | Returns the dynamic viscosity of a given phase within the control volume.
|
| |
| Scalar | molarDensity (int phaseIdx) const |
| | Returns the molar density of a given phase within the control volume.
|
| |
| Scalar | pressure (int phaseIdx) const |
| | Returns the effective pressure of a given phase within the control volume.
|
| |
| Scalar | temperature () const |
| | Returns temperature inside the sub-control volume.
|
| |
| Scalar | mobility (int phaseIdx) const |
| | Returns the effective mobility of a given phase within the control volume.
|
| |
| Scalar | capillaryPressure () const |
| | Returns the effective capillary pressure within the control volume in \([kg/(m*s^2)=N/m^2=Pa]\).
|
| |
| Scalar | porosity () const |
| | Returns the average porosity within the control volume.
|
| |
| const PermeabilityType & | permeability () const |
| | Returns the permeability within the control volume.
|
| |
| Scalar | diffusionCoefficient (int phaseIdx, int compIIdx, int compJIdx) const |
| | Returns the binary diffusion coefficients for a phase in \([m^2/s]\).
|
| |
| Scalar | effectiveDiffusionCoefficient (int phaseIdx, int compIIdx, int compJIdx) const |
| | Returns the effective diffusion coefficients for a phase in \([m^2/s]\).
|
| |
| Scalar | massFraction (int phaseIdx, int compIdx) const |
| | Returns the mass fraction of a component in the phase.
|
| |
| Scalar | moleFraction (int phaseIdx, int compIdx) const |
| | Returns the mole fraction of a component in the phase.
|
| |
| int | wettingPhase () const |
| | Returns the wetting phase index.
|
| |
| const PrimaryVariables & | priVars () const |
| | Returns the vector of primary variables.
|
| |
| Scalar | priVar (const int pvIdx) const |
| | Returns a component of primary variable vector.
|
| |
| Scalar | extrusionFactor () const |
| | Returns how much the sub-control volume is extruded.
|
| |