Go to the documentation of this file.
12 #include "AuxKernel.h"
36 const MaterialProperty<std::vector<Real>> *
_pressure;
57 const MaterialProperty<std::vector<Real>> *
_enthalpy;
63 const MaterialProperty<std::vector<Real>> *
_sec_conc;
const unsigned int _secondary_species
Secondary species number.
const MaterialProperty< std::vector< Real > > * _fluid_density
Fluid density of each phase.
const MaterialProperty< std::vector< Real > > * _fluid_viscosity
Viscosity of each phase.
const MaterialProperty< RealTensorValue > * _permeability
Permeability of the media.
const unsigned int _gas_phase
Gas phase index.
const PorousFlowDictator & _dictator
PorousFlowDictator UserObject.
const MaterialProperty< Real > * _temperature
Temperature of the fluid.
const MaterialProperty< std::vector< std::vector< Real > > > * _mass_fractions
Mass fraction of each component in each phase.
enum PorousFlowPropertyAux::PropertyEnum _property_enum
const MaterialProperty< std::vector< Real > > * _pressure
Pressure of each phase.
const MaterialProperty< std::vector< Real > > * _sec_conc
Secondary-species concentration.
const MaterialProperty< std::vector< Real > > * _saturation
Saturation of each phase.
const unsigned int _fluid_component
Fluid component index.
const unsigned int _k_col
PorousFlowPropertyAux(const InputParameters ¶meters)
const unsigned int _k_row
Permeability tensor row and column.
const unsigned int _mineral_species
Mineral species number.
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...
const MaterialProperty< std::vector< Real > > * _relative_permeability
Relative permeability of each phase.
const MaterialProperty< Real > * _porosity
Porosity of the media.
const MaterialProperty< std::vector< Real > > * _mineral_conc
Mineral-species concentration.
PropertyEnum
Enum of properties.
Provides a simple interface to PorousFlow material properties.
const MaterialProperty< std::vector< Real > > * _enthalpy
Enthalpy of each phase.
virtual Real computeValue() override
InputParameters validParams< PorousFlowPropertyAux >()
const unsigned int _phase
Phase index.
const MaterialProperty< std::vector< Real > > * _mineral_reaction_rate
Mineral-species reacion rate.
const MaterialProperty< std::vector< Real > > * _internal_energy
Internal energy of each phase.
const unsigned int _liquid_phase
Liquid phase index.