https://mooseframework.inl.gov
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Types | Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Types | Private Attributes | List of all members
PorousFlowPropertyAuxTempl< is_ad > Class Template Reference

Provides a simple interface to PorousFlow material properties. More...

#include <PorousFlowPropertyAux.h>

Inheritance diagram for PorousFlowPropertyAuxTempl< is_ad >:
[legend]

Public Types

enum  TEST_TYPE
 
typedef DataFileName DataFileParameterType
 

Public Member Functions

 PorousFlowPropertyAuxTempl (const InputParameters &parameters)
 
virtual void compute ()
 
void compute ()
 
void compute ()
 
bool isNodal () const
 
bool isMortar ()
 
MooseVariableField< Real > & variable ()
 
const std::set< UserObjectName > & getDependObjects () const
 
void coupledCallback (const std::string &var_name, bool is_old) const override
 
virtual const std::set< std::string > & getRequestedItems () override
 
virtual const std::set< std::string > & getSuppliedItems () override
 
const MaterialProperty< T > & getMaterialProperty (const std::string &name)
 
const MaterialProperty< T > & getMaterialProperty (const std::string &name, MaterialData &material_data, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialProperty (const std::string &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialProperty (const std::string &name, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialProperty (const std::string &name)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialProperty (const std::string &name, MaterialData &material_data, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialProperty (const std::string &name, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialProperty (const std::string &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyOld (const std::string &name)
 
const MaterialProperty< T > & getMaterialPropertyOld (const std::string &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOlder (const std::string &name)
 
const MaterialProperty< T > & getMaterialPropertyOlder (const std::string &name, MaterialData &material_data)
 
void insert ()
 
virtual bool enabled () const
 
std::shared_ptr< MooseObjectgetSharedPtr ()
 
std::shared_ptr< const MooseObjectgetSharedPtr () const
 
MooseAppgetMooseApp () const
 
const std::string & type () const
 
virtual const std::string & name () const
 
std::string typeAndName () const
 
std::string errorPrefix (const std::string &error_type) const
 
void callMooseError (std::string msg, const bool with_prefix) const
 
MooseObjectParameterName uniqueParameterName (const std::string &parameter_name) const
 
const InputParametersparameters () const
 
MooseObjectName uniqueName () const
 
const T & getParam (const std::string &name) const
 
std::vector< std::pair< T1, T2 > > getParam (const std::string &param1, const std::string &param2) const
 
const T * queryParam (const std::string &name) const
 
const T & getRenamedParam (const std::string &old_name, const std::string &new_name) const
 
getCheckedPointerParam (const std::string &name, const std::string &error_string="") const
 
bool isParamValid (const std::string &name) const
 
bool isParamSetByUser (const std::string &nm) const
 
void paramError (const std::string &param, Args... args) const
 
void paramWarning (const std::string &param, Args... args) const
 
void paramInfo (const std::string &param, Args... args) const
 
void connectControllableParams (const std::string &parameter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const
 
void mooseError (Args &&... args) const
 
void mooseErrorNonPrefixed (Args &&... args) const
 
void mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const
 
void mooseWarning (Args &&... args) const
 
void mooseWarningNonPrefixed (Args &&... args) const
 
void mooseDeprecated (Args &&... args) const
 
void mooseInfo (Args &&... args) const
 
std::string getDataFileName (const std::string &param) const
 
std::string getDataFileNameByName (const std::string &relative_path) const
 
std::string getDataFilePath (const std::string &relative_path) const
 
MooseVariableBasemooseVariableBase () const
 
MooseVariableField< Real > & mooseVariableField ()
 
MooseVariableFE< Real > * mooseVariable () const
 
MooseVariableFV< Real > * mooseVariableFV () const
 
MooseLinearVariableFV< Real > * mooseLinearVariableFV () const
 
const std::vector< SubdomainName > & blocks () const
 
unsigned int numBlocks () const
 
virtual const std::set< SubdomainID > & blockIDs () const
 
unsigned int blocksMaxDimension () const
 
bool hasBlocks (const SubdomainName &name) const
 
bool hasBlocks (const std::vector< SubdomainName > &names) const
 
bool hasBlocks (const std::set< SubdomainName > &names) const
 
bool hasBlocks (SubdomainID id) const
 
bool hasBlocks (const std::vector< SubdomainID > &ids) const
 
bool hasBlocks (const std::set< SubdomainID > &ids) const
 
bool isBlockSubset (const std::set< SubdomainID > &ids) const
 
bool isBlockSubset (const std::vector< SubdomainID > &ids) const
 
bool hasBlockMaterialProperty (const std::string &prop_name)
 
const std::set< SubdomainID > & meshBlockIDs () const
 
virtual bool blockRestricted () const
 
virtual void checkVariable (const MooseVariableFieldBase &variable) const
 
virtual const std::set< BoundaryID > & boundaryIDs () const
 
const std::vector< BoundaryName > & boundaryNames () const
 
unsigned int numBoundaryIDs () const
 
bool hasBoundary (const BoundaryName &name) const
 
bool hasBoundary (const std::vector< BoundaryName > &names) const
 
bool hasBoundary (const BoundaryID &id) const
 
bool hasBoundary (const std::vector< BoundaryID > &ids, TEST_TYPE type=ALL) const
 
bool hasBoundary (const std::set< BoundaryID > &ids, TEST_TYPE type=ALL) const
 
bool hasBoundary (const std::vector< BoundaryID > &ids, TEST_TYPE type=ALL) const
 
bool hasBoundary (const std::set< BoundaryID > &ids, TEST_TYPE type=ALL) const
 
bool isBoundarySubset (const std::set< BoundaryID > &ids) const
 
bool isBoundarySubset (const std::vector< BoundaryID > &ids) const
 
bool hasBoundaryMaterialProperty (const std::string &prop_name) const
 
virtual bool boundaryRestricted () const
 
const std::set< BoundaryID > & meshBoundaryIDs () const
 
virtual bool checkVariableBoundaryIntegrity () const
 
virtual void initialSetup ()
 
virtual void timestepSetup ()
 
virtual void jacobianSetup ()
 
virtual void residualSetup ()
 
virtual void subdomainSetup ()
 
virtual void customSetup (const ExecFlagType &)
 
const ExecFlagEnumgetExecuteOnEnum () const
 
virtual const VariableValuecoupledValueByName (const std::string &var_name)
 
virtual const ArrayVariableValuecoupledArrayValueByName (const std::string &var_name)
 
const std::unordered_map< std::string, std::vector< MooseVariableFieldBase *> > & getCoupledVars () const
 
const std::vector< MooseVariableFieldBase *> & getCoupledMooseVars () const
 
const std::vector< MooseVariable *> & getCoupledStandardMooseVars () const
 
const std::vector< VectorMooseVariable *> & getCoupledVectorMooseVars () const
 
const std::vector< ArrayMooseVariable *> & getCoupledArrayMooseVars () const
 
void addFEVariableCoupleableVectorTag (TagID tag)
 
void addFEVariableCoupleableMatrixTag (TagID tag)
 
std::set< TagID > & getFEVariableCoupleableVectorTags ()
 
const std::set< TagID > & getFEVariableCoupleableVectorTags () const
 
std::set< TagID > & getFEVariableCoupleableMatrixTags ()
 
const std::set< TagID > & getFEVariableCoupleableMatrixTags () const
 
auto & getWritableCoupledVariables () const
 
bool hasWritableCoupledVariables () const
 
const ADVariableValuegetADDefaultValue (const std::string &var_name) const
 
const ADVectorVariableValuegetADDefaultVectorValue (const std::string &var_name) const
 
const ADVariableGradientgetADDefaultGradient () const
 
const ADVectorVariableGradientgetADDefaultVectorGradient () const
 
const ADVariableSecondgetADDefaultSecond () const
 
const ADVectorVariableCurlgetADDefaultCurl () const
 
const std::vector< MooseVariableScalar *> & getCoupledMooseScalarVars ()
 
const std::set< TagID > & getScalarVariableCoupleableVectorTags () const
 
const std::set< TagID > & getScalarVariableCoupleableMatrixTags () const
 
const std::set< MooseVariableFieldBase *> & getMooseVariableDependencies () const
 
std::set< MooseVariableFieldBase *> checkAllVariables (const DofObjectType &dof_object, const std::set< MooseVariableFieldBase * > &vars_to_omit={})
 
std::set< MooseVariableFieldBase *> checkVariables (const DofObjectType &dof_object, const std::set< MooseVariableFieldBase * > &vars_to_check)
 
void addMooseVariableDependency (MooseVariableFieldBase *var)
 
void addMooseVariableDependency (const std::vector< MooseVariableFieldBase * > &vars)
 
const FunctiongetFunction (const std::string &name) const
 
const FunctiongetFunctionByName (const FunctionName &name) const
 
bool hasFunction (const std::string &param_name) const
 
bool hasFunctionByName (const FunctionName &name) const
 
UserObjectName getUserObjectName (const std::string &param_name) const
 
const T & getUserObject (const std::string &param_name, bool is_dependency=true) const
 
const T & getUserObjectByName (const UserObjectName &object_name, bool is_dependency=true) const
 
const UserObjectgetUserObjectBase (const std::string &param_name, bool is_dependency=true) const
 
const UserObjectgetUserObjectBaseByName (const UserObjectName &object_name, bool is_dependency=true) const
 
bool isImplicit ()
 
Moose::StateArg determineState () const
 
const ADMaterialProperty< T > & getADMaterialProperty (const std::string &name, MaterialData &material_data)
 
const ADMaterialProperty< T > & getADMaterialProperty (const std::string &name)
 
const ADMaterialProperty< T > & getADMaterialProperty (const std::string &name)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data, const unsigned int state)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const MaterialPropertyName &name)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name)
 
std::pair< const MaterialProperty< T > *, std::set< SubdomainID > > getBlockMaterialProperty (const MaterialPropertyName &name)
 
const GenericMaterialProperty< T, is_ad > & getGenericZeroMaterialProperty (const std::string &name)
 
const GenericMaterialProperty< T, is_ad > & getGenericZeroMaterialProperty ()
 
const GenericMaterialProperty< T, is_ad > & getGenericZeroMaterialPropertyByName (const std::string &prop_name)
 
const MaterialProperty< T > & getZeroMaterialProperty (Ts... args)
 
std::set< SubdomainIDgetMaterialPropertyBlocks (const std::string &name)
 
std::vector< SubdomainName > getMaterialPropertyBlockNames (const std::string &name)
 
std::set< BoundaryIDgetMaterialPropertyBoundaryIDs (const std::string &name)
 
std::vector< BoundaryName > getMaterialPropertyBoundaryNames (const std::string &name)
 
void checkBlockAndBoundaryCompatibility (std::shared_ptr< MaterialBase > discrete)
 
std::unordered_map< SubdomainID, std::vector< MaterialBase *> > buildRequiredMaterials (bool allow_stateful=true)
 
void statefulPropertiesAllowed (bool)
 
bool getMaterialPropertyCalled () const
 
virtual const std::unordered_set< unsigned int > & getMatPropDependencies () const
 
virtual void resolveOptionalProperties ()
 
const GenericMaterialProperty< T, is_ad > & getPossiblyConstantGenericMaterialPropertyByName (const MaterialPropertyName &prop_name, MaterialData &material_data, const unsigned int state)
 
bool isDefaultPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
bool hasPostprocessor (const std::string &param_name, const unsigned int index=0) const
 
bool hasPostprocessorByName (const PostprocessorName &name) const
 
std::size_t coupledPostprocessors (const std::string &param_name) const
 
const PostprocessorName & getPostprocessorName (const std::string &param_name, const unsigned int index=0) const
 
void setRandomResetFrequency (ExecFlagType exec_flag)
 
unsigned long getRandomLong () const
 
Real getRandomReal () const
 
unsigned int getSeed (std::size_t id)
 
unsigned int getMasterSeed () const
 
ExecFlagType getResetOnTime () const
 
void setRandomDataPointer (RandomData *random_data)
 
PenetrationLocatorgetPenetrationLocator (const BoundaryName &primary, const BoundaryName &secondary, Order order)
 
PenetrationLocatorgetQuadraturePenetrationLocator (const BoundaryName &primary, const BoundaryName &secondary, Order order)
 
NearestNodeLocatorgetNearestNodeLocator (const BoundaryName &primary, const BoundaryName &secondary)
 
NearestNodeLocatorgetQuadratureNearestNodeLocator (const BoundaryName &primary, const BoundaryName &secondary)
 
bool requiresGeometricSearch () const
 
virtual void meshChanged ()
 
virtual unsigned int getElementIDIndex (const std::string &id_parameter_name, unsigned int comp=0) const
 
virtual unsigned int getElementIDIndexByName (const std::string &id_name) const
 
virtual const dof_id_typegetElementID (const std::string &id_parameter_name, unsigned int comp=0) const
 
dof_id_type getElementID (const Elem *elem, unsigned int elem_id_index) const
 
virtual const dof_id_typegetElementIDNeighbor (const std::string &id_parameter_name, unsigned int comp=0) const
 
virtual const dof_id_typegetElementIDByName (const std::string &id_name) const
 
virtual const dof_id_typegetElementIDNeighborByName (const std::string &id_name) const
 
bool hasElementID (const std::string &id_name) const
 
dof_id_type maxElementID (unsigned int elem_id_index) const
 
dof_id_type minElementID (unsigned int elem_id_index) const
 
bool areElemIDsIdentical (const std::string &id_name1, const std::string &id_name2) const
 
std::unordered_map< dof_id_type, std::set< dof_id_type > > getElemIDMapping (const std::string &id_name1, const std::string &id_name2) const
 
std::set< dof_id_typegetAllElemIDs (unsigned int elem_id_index) const
 
std::set< dof_id_typegetElemIDsOnBlocks (unsigned int elem_id_index, const std::set< SubdomainID > &blks) const
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObjectByName (const UserObjectName &object_name) const
 
bool hasUserObjectByName (const UserObjectName &object_name) const
 
bool hasUserObjectByName (const UserObjectName &object_name) const
 
bool hasUserObjectByName (const UserObjectName &object_name) const
 
const GenericOptionalMaterialProperty< T, is_ad > & getGenericOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const GenericOptionalMaterialProperty< T, is_ad > & getGenericOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const OptionalMaterialProperty< T > & getOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const OptionalMaterialProperty< T > & getOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const OptionalADMaterialProperty< T > & getOptionalADMaterialProperty (const std::string &name)
 
const OptionalADMaterialProperty< T > & getOptionalADMaterialProperty (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOld (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOld (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOlder (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOlder (const std::string &name)
 
MaterialBasegetMaterial (const std::string &name)
 
MaterialBasegetMaterial (const std::string &name)
 
MaterialBasegetMaterialByName (const std::string &name, bool no_warn=false)
 
MaterialBasegetMaterialByName (const std::string &name, bool no_warn=false)
 
bool hasMaterialProperty (const std::string &name)
 
bool hasMaterialProperty (const std::string &name)
 
bool hasMaterialPropertyByName (const std::string &name)
 
bool hasMaterialPropertyByName (const std::string &name)
 
bool hasADMaterialProperty (const std::string &name)
 
bool hasADMaterialProperty (const std::string &name)
 
bool hasADMaterialPropertyByName (const std::string &name)
 
bool hasADMaterialPropertyByName (const std::string &name)
 
bool hasGenericMaterialProperty (const std::string &name)
 
bool hasGenericMaterialProperty (const std::string &name)
 
bool hasGenericMaterialPropertyByName (const std::string &name)
 
bool hasGenericMaterialPropertyByName (const std::string &name)
 
const PostprocessorValuegetPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOld (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOld (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOlder (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOlder (const std::string &param_name, const unsigned int index=0) const
 
virtual const PostprocessorValuegetPostprocessorValueByName (const PostprocessorName &name) const
 
virtual const PostprocessorValuegetPostprocessorValueByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOldByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOldByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOlderByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOlderByName (const PostprocessorName &name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValue (const std::string &param_name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValue (const std::string &param_name, const std::string &vector_name, bool needs_broadcast) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOld (const std::string &param_name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOld (const std::string &param_name, const std::string &vector_name, bool needs_broadcast) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValue (const std::string &param_name, const std::string &vector_name) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValueOld (const std::string &param_name, const std::string &vector_name) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
bool hasVectorPostprocessor (const std::string &param_name, const std::string &vector_name) const
 
bool hasVectorPostprocessor (const std::string &param_name) const
 
bool hasVectorPostprocessorByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
bool hasVectorPostprocessorByName (const VectorPostprocessorName &name) const
 
const VectorPostprocessorName & getVectorPostprocessorName (const std::string &param_name) const
 
bool isVectorPostprocessorDistributed (const std::string &param_name) const
 
bool isVectorPostprocessorDistributed (const std::string &param_name) const
 
bool isVectorPostprocessorDistributedByName (const VectorPostprocessorName &name) const
 
bool isVectorPostprocessorDistributedByName (const VectorPostprocessorName &name) const
 
const Parallel::Communicator & comm () const
 
processor_id_type n_processors () const
 
processor_id_type processor_id () const
 

Static Public Member Functions

static InputParameters validParams ()
 
static bool restricted (const std::set< BoundaryID > &ids)
 
static void sort (typename std::vector< T > &vector)
 
static void sortDFS (typename std::vector< T > &vector)
 
static void cyclicDependencyError (CyclicDependencyException< T2 > &e, const std::string &header)
 
static std::string deduceFunctorName (const std::string &name, const InputParameters &params)
 

Public Attributes

 ALL
 
 ANY
 
const ConsoleStream _console
 

Static Public Attributes

static constexpr PropertyValue::id_type default_property_id
 
static constexpr PropertyValue::id_type zero_property_id
 

Protected Types

typedef Moose::DOFType< Real >::type OutputData
 

Protected Member Functions

virtual Real computeValue () override
 
virtual const VariableValuecoupledDot (const std::string &var_name, unsigned int comp=0) const override
 
virtual const VariableValuecoupledDotDu (const std::string &var_name, unsigned int comp=0) const override
 
virtual void precalculateValue ()
 
const OutputTools< Real >::VariableValueuOld () const
 
const OutputTools< Real >::VariableValueuOlder () const
 
virtual const OutputTools< Real >::VariableValuevalue ()
 
virtual const OutputTools< Real >::VariableValuevalueOld ()
 
virtual const OutputTools< Real >::VariableValuevalueOlder ()
 
virtual const OutputTools< Real >::VariableValuedot ()
 
virtual const OutputTools< Real >::VariableValuedotDot ()
 
virtual const OutputTools< Real >::VariableValuedotOld ()
 
virtual const OutputTools< Real >::VariableValuedotDotOld ()
 
virtual const VariableValuedotDu ()
 
virtual const VariableValuedotDotDu ()
 
virtual const OutputTools< Real >::VariableGradientgradient ()
 
virtual const OutputTools< Real >::VariableGradientgradientOld ()
 
virtual const OutputTools< Real >::VariableGradientgradientOlder ()
 
virtual const OutputTools< Real >::VariableSecondsecond ()
 
virtual const OutputTools< Real >::VariableSecondsecondOld ()
 
virtual const OutputTools< Real >::VariableSecondsecondOlder ()
 
virtual const OutputTools< Real >::VariableTestSecondsecondTest ()
 
virtual const OutputTools< Real >::VariableTestSecondsecondTestFace ()
 
virtual const OutputTools< Real >::VariablePhiSecondsecondPhi ()
 
virtual const OutputTools< Real >::VariablePhiSecondsecondPhiFace ()
 
virtual bool hasBlockMaterialPropertyHelper (const std::string &prop_name)
 
void initializeBlockRestrictable (const MooseObject *moose_object)
 
Moose::CoordinateSystemType getBlockCoordSystem ()
 
bool hasBoundaryMaterialPropertyHelper (const std::string &prop_name) const
 
virtual bool isCoupled (const std::string &var_name, unsigned int i=0) const
 
virtual bool isCoupledConstant (const std::string &var_name) const
 
unsigned int coupledComponents (const std::string &var_name) const
 
VariableName coupledName (const std::string &var_name, unsigned int comp=0) const
 
std::vector< VariableName > coupledNames (const std::string &var_name) const
 
virtual unsigned int coupled (const std::string &var_name, unsigned int comp=0) const
 
std::vector< unsigned intcoupledIndices (const std::string &var_name) const
 
virtual const VariableValuecoupledValue (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue *> coupledValues (const std::string &var_name) const
 
std::vector< const VectorVariableValue *> coupledVectorValues (const std::string &var_name) const
 
const GenericVariableValue< is_ad > & coupledGenericValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericValue (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericValue (const std::string &var_name, unsigned int comp) const
 
const GenericVectorVariableValue< is_ad > & coupledGenericVectorValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVectorVariableValue< false > & coupledGenericVectorValue (const std::string &var_name, unsigned int comp) const
 
const GenericVectorVariableValue< true > & coupledGenericVectorValue (const std::string &var_name, unsigned int comp) const
 
std::vector< const GenericVariableValue< is_ad > *> coupledGenericValues (const std::string &var_name) const
 
std::vector< const GenericVariableValue< false > *> coupledGenericValues (const std::string &var_name) const
 
std::vector< const GenericVariableValue< true > *> coupledGenericValues (const std::string &var_name) const
 
const GenericVariableValue< is_ad > & coupledGenericDofValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericDofValue (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericDofValue (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< is_ad > & coupledGenericDot (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericDot (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericDot (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< is_ad > & coupledGenericDotDot (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericDotDot (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericDotDot (const std::string &var_name, unsigned int comp) const
 
virtual const VariableValuecoupledValueLower (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadCoupledValue (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const ADVariableValue *> adCoupledValues (const std::string &var_name) const
 
const ADVariableValueadCoupledLowerValue (const std::string &var_name, unsigned int comp=0) const
 
const ADVectorVariableValueadCoupledVectorValue (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const ADVectorVariableValue *> adCoupledVectorValues (const std::string &var_name) const
 
virtual const VariableValuecoupledVectorTagValue (const std::string &var_names, TagID tag, unsigned int index=0) const
 
virtual const VariableValuecoupledVectorTagValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
std::vector< const VariableValue *> coupledVectorTagValues (const std::string &var_names, TagID tag) const
 
std::vector< const VariableValue *> coupledVectorTagValues (const std::string &var_names, const std::string &tag_name) const
 
virtual const ArrayVariableValuecoupledVectorTagArrayValue (const std::string &var_names, TagID tag, unsigned int index=0) const
 
virtual const ArrayVariableValuecoupledVectorTagArrayValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
std::vector< const ArrayVariableValue *> coupledVectorTagArrayValues (const std::string &var_names, TagID tag) const
 
std::vector< const ArrayVariableValue *> coupledVectorTagArrayValues (const std::string &var_names, const std::string &tag_name) const
 
virtual const VariableGradientcoupledVectorTagGradient (const std::string &var_names, TagID tag, unsigned int index=0) const
 
virtual const VariableGradientcoupledVectorTagGradient (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
std::vector< const VariableGradient *> coupledVectorTagGradients (const std::string &var_names, TagID tag) const
 
std::vector< const VariableGradient *> coupledVectorTagGradients (const std::string &var_names, const std::string &tag_name) const
 
virtual const ArrayVariableGradientcoupledVectorTagArrayGradient (const std::string &var_names, TagID tag, unsigned int index=0) const
 
virtual const ArrayVariableGradientcoupledVectorTagArrayGradient (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
std::vector< const ArrayVariableGradient *> coupledVectorTagArrayGradients (const std::string &var_names, TagID tag) const
 
std::vector< const ArrayVariableGradient *> coupledVectorTagArrayGradients (const std::string &var_names, const std::string &tag_name) const
 
virtual const VariableValuecoupledVectorTagDofValue (const std::string &var_name, TagID tag, unsigned int index=0) const
 
virtual const VariableValuecoupledVectorTagDofValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
const ArrayVariableValuecoupledVectorTagArrayDofValue (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
std::vector< const VariableValue *> coupledVectorTagDofValues (const std::string &var_names, TagID tag) const
 
std::vector< const VariableValue *> coupledVectorTagDofValues (const std::string &var_names, const std::string &tag_name) const
 
virtual const VariableValuecoupledMatrixTagValue (const std::string &var_names, TagID tag, unsigned int index=0) const
 
virtual const VariableValuecoupledMatrixTagValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
std::vector< const VariableValue *> coupledMatrixTagValues (const std::string &var_names, TagID tag) const
 
std::vector< const VariableValue *> coupledMatrixTagValues (const std::string &var_names, const std::string &tag_name) const
 
virtual const VectorVariableValuecoupledVectorValue (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayValue (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const ArrayVariableValue *> coupledArrayValues (const std::string &var_name) const
 
MooseWritableVariablewritableVariable (const std::string &var_name, unsigned int comp=0)
 
virtual VariableValuewritableCoupledValue (const std::string &var_name, unsigned int comp=0)
 
void checkWritableVar (MooseWritableVariable *var)
 
virtual const VariableValuecoupledValueOld (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue *> coupledValuesOld (const std::string &var_name) const
 
std::vector< const VectorVariableValue *> coupledVectorValuesOld (const std::string &var_name) const
 
virtual const VariableValuecoupledValueOlder (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue *> coupledValuesOlder (const std::string &var_name) const
 
virtual const VariableValuecoupledValuePreviousNL (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorValueOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorValueOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayValueOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayValueOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableGradientcoupledGradient (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableGradient *> coupledGradients (const std::string &var_name) const
 
const ADVariableGradientadCoupledGradient (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableGradientadCoupledGradientDot (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const ADVariableGradient *> adCoupledGradients (const std::string &var_name) const
 
const GenericVariableGradient< is_ad > & coupledGenericGradient (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableGradient< false > & coupledGenericGradient (const std::string &var_name, unsigned int comp) const
 
const GenericVariableGradient< true > & coupledGenericGradient (const std::string &var_name, unsigned int comp) const
 
std::vector< const GenericVariableGradient< is_ad > *> coupledGenericGradients (const std::string &var_name) const
 
std::vector< const GenericVariableGradient< false > *> coupledGenericGradients (const std::string &var_name) const
 
std::vector< const GenericVariableGradient< true > *> coupledGenericGradients (const std::string &var_name) const
 
const ADVectorVariableGradientadCoupledVectorGradient (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableSecondadCoupledSecond (const std::string &var_name, unsigned int comp=0) const
 
const ADVectorVariableSecondadCoupledVectorSecond (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableGradientcoupledGradientOld (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableGradient *> coupledGradientsOld (const std::string &var_name) const
 
virtual const VariableGradientcoupledGradientOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableGradientcoupledGradientPreviousNL (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableGradientcoupledGradientDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableGradientcoupledGradientDotDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableGradientcoupledVectorGradient (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableGradientcoupledVectorGradientOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableGradientcoupledVectorGradientOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableGradientcoupledArrayGradient (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableGradientcoupledArrayGradientOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableGradientcoupledArrayGradientOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableGradientcoupledArrayGradientDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableCurlcoupledCurl (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableCurlcoupledCurlOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableCurlcoupledCurlOlder (const std::string &var_name, unsigned int comp=0) const
 
const ADVectorVariableCurladCoupledCurl (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableDivergencecoupledDiv (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableDivergencecoupledDivOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableDivergencecoupledDivOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableSecondcoupledSecond (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableSecondcoupledSecondOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableSecondcoupledSecondOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableSecondcoupledSecondPreviousNL (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue *> coupledDots (const std::string &var_name) const
 
virtual const VariableValuecoupledDotDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadCoupledDot (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const ADVariableValue *> adCoupledDots (const std::string &var_name) const
 
const ADVariableValueadCoupledDotDot (const std::string &var_name, unsigned int comp=0) const
 
const ADVectorVariableValueadCoupledVectorDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorDotDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledVectorDotDu (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledVectorDotDotDu (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayDotDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledDotDotDu (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledArrayDotDu (const std::string &var_name, unsigned int comp=0) const
 
const T & coupledNodalValue (const std::string &var_name, unsigned int comp=0) const
 
const Moose::ADType< T >::typeadCoupledNodalValue (const std::string &var_name, unsigned int comp=0) const
 
const T & coupledNodalValueOld (const std::string &var_name, unsigned int comp=0) const
 
const T & coupledNodalValueOlder (const std::string &var_name, unsigned int comp=0) const
 
const T & coupledNodalValuePreviousNL (const std::string &var_name, unsigned int comp=0) const
 
const T & coupledNodalDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledNodalDotDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledNodalDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledNodalDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledDofValues (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue *> coupledAllDofValues (const std::string &var_name) const
 
virtual const VariableValuecoupledDofValuesOld (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue *> coupledAllDofValuesOld (const std::string &var_name) const
 
virtual const VariableValuecoupledDofValuesOlder (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue *> coupledAllDofValuesOlder (const std::string &var_name) const
 
virtual const ArrayVariableValuecoupledArrayDofValues (const std::string &var_name, unsigned int comp=0) const
 
virtual const ADVariableValueadCoupledDofValues (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadZeroValue () const
 
const ADVariableGradientadZeroGradient () const
 
const ADVariableSecondadZeroSecond () const
 
const GenericVariableValue< is_ad > & genericZeroValue ()
 
const GenericVariableValue< false > & genericZeroValue ()
 
const GenericVariableValue< true > & genericZeroValue ()
 
const GenericVariableGradient< is_ad > & genericZeroGradient ()
 
const GenericVariableGradient< false > & genericZeroGradient ()
 
const GenericVariableGradient< true > & genericZeroGradient ()
 
const GenericVariableSecond< is_ad > & genericZeroSecond ()
 
const GenericVariableSecond< false > & genericZeroSecond ()
 
const GenericVariableSecond< true > & genericZeroSecond ()
 
bool checkVar (const std::string &var_name, unsigned int comp=0, unsigned int comp_bound=0) const
 
const MooseVariableFieldBasegetFEVar (const std::string &var_name, unsigned int comp) const
 
const MooseVariableFieldBasegetFieldVar (const std::string &var_name, unsigned int comp) const
 
MooseVariableFieldBasegetFieldVar (const std::string &var_name, unsigned int comp)
 
const T * getVarHelper (const std::string &var_name, unsigned int comp) const
 
T * getVarHelper (const std::string &var_name, unsigned int comp)
 
MooseVariablegetVar (const std::string &var_name, unsigned int comp)
 
const MooseVariablegetVar (const std::string &var_name, unsigned int comp) const
 
VectorMooseVariablegetVectorVar (const std::string &var_name, unsigned int comp)
 
const VectorMooseVariablegetVectorVar (const std::string &var_name, unsigned int comp) const
 
ArrayMooseVariablegetArrayVar (const std::string &var_name, unsigned int comp)
 
const ArrayMooseVariablegetArrayVar (const std::string &var_name, unsigned int comp) const
 
void validateExecutionerType (const std::string &name, const std::string &fn_name) const
 
std::vector< T > coupledVectorHelper (const std::string &var_name, const Func &func) const
 
bool isCoupledScalar (const std::string &var_name, unsigned int i=0) const
 
unsigned int coupledScalarComponents (const std::string &var_name) const
 
unsigned int coupledScalar (const std::string &var_name, unsigned int comp=0) const
 
libMesh::Order coupledScalarOrder (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarValue (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadCoupledScalarValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< is_ad > & coupledGenericScalarValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericScalarValue (const std::string &var_name, const unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericScalarValue (const std::string &var_name, const unsigned int comp) const
 
const VariableValuecoupledVectorTagScalarValue (const std::string &var_name, TagID tag, unsigned int comp=0) const
 
const VariableValuecoupledMatrixTagScalarValue (const std::string &var_name, TagID tag, unsigned int comp=0) const
 
const VariableValuecoupledScalarValueOld (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarValueOlder (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDot (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadCoupledScalarDot (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDot (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotOld (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDu (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDotDu (const std::string &var_name, unsigned int comp=0) const
 
const MooseVariableScalargetScalarVar (const std::string &var_name, unsigned int comp) const
 
virtual void checkMaterialProperty (const std::string &name, const unsigned int state)
 
void markMatPropRequested (const std::string &)
 
MaterialPropertyName getMaterialPropertyName (const std::string &name) const
 
void checkExecutionStage ()
 
T & declareRestartableData (const std::string &data_name, Args &&... args)
 
ManagedValue< T > declareManagedRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args)
 
const T & getRestartableData (const std::string &data_name) const
 
T & declareRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args)
 
T & declareRecoverableData (const std::string &data_name, Args &&... args)
 
T & declareRestartableDataWithObjectName (const std::string &data_name, const std::string &object_name, Args &&... args)
 
T & declareRestartableDataWithObjectNameWithContext (const std::string &data_name, const std::string &object_name, void *context, Args &&... args)
 
std::string restartableName (const std::string &data_name) const
 
std::string deduceFunctorName (const std::string &name) const
 
const Moose::Functor< T > & getFunctor (const std::string &name)
 
const Moose::Functor< T > & getFunctor (const std::string &name, THREAD_ID tid)
 
const Moose::Functor< T > & getFunctor (const std::string &name, SubProblem &subproblem)
 
const Moose::Functor< T > & getFunctor (const std::string &name, SubProblem &subproblem, THREAD_ID tid)
 
bool isFunctor (const std::string &name) const
 
bool isFunctor (const std::string &name, const SubProblem &subproblem) const
 
Moose::ElemArg makeElemArg (const Elem *elem, bool correct_skewnewss=false) const
 
void checkFunctorSupportsSideIntegration (const std::string &name, bool qp_integration)
 
const GenericMaterialProperty< T, is_ad > * defaultGenericMaterialProperty (const std::string &name)
 
const GenericMaterialProperty< T, is_ad > * defaultGenericMaterialProperty (const std::string &name)
 
const MaterialProperty< T > * defaultMaterialProperty (const std::string &name)
 
const MaterialProperty< T > * defaultMaterialProperty (const std::string &name)
 
const ADMaterialProperty< T > * defaultADMaterialProperty (const std::string &name)
 
const ADMaterialProperty< T > * defaultADMaterialProperty (const std::string &name)
 

Protected Attributes

const bool & _check_boundary_restricted
 
SubProblem_subproblem
 
SystemBase_sys
 
SystemBase_nl_sys
 
AuxiliarySystem_aux_sys
 
THREAD_ID _tid
 
MooseVariableField< Real > & _var
 
bool _nodal
 
const OutputTools< Real >::VariableValue_u
 
Assembly_assembly
 
bool _bnd
 
MooseMesh_mesh
 
const OutputTools< Real >::VariableTestValue_test
 
const MooseArray< Point > & _q_point
 
const QBase *const & _qrule
 
const MooseArray< Real > & _JxW
 
const MooseArray< Real > & _coord
 
const Elem *const & _current_elem
 
const unsigned int_current_side
 
const Real_current_elem_volume
 
const Real_current_side_volume
 
const Node *const & _current_node
 
const BoundaryID_current_boundary_id
 
NumericVector< Number > & _solution
 
const Elem *const & _current_lower_d_elem
 
const bool _coincident_lower_d_calc
 
unsigned int _qp
 
unsigned int _n_local_dofs
 
DenseVector< OutputData_local_re
 
DenseVector< OutputData_local_sol
 
DenseMatrix< Number_local_ke
 
const bool & _enabled
 
MooseApp_app
 
const std::string _type
 
const std::string _name
 
const InputParameters_pars
 
Factory_factory
 
ActionFactory_action_factory
 
MooseVariableFE< Real > * _variable
 
MooseVariableFV< Real > * _fv_variable
 
MooseLinearVariableFV< Real > * _linear_fv_variable
 
MooseVariableField< Real > * _field_variable
 
Assembly_mvi_assembly
 
const MaterialData_blk_material_data
 
const ExecFlagEnum_execute_enum
 
const ExecFlagType_current_execute_flag
 
const InputParameters_c_parameters
 
const std::string & _c_name
 
const std::string & _c_type
 
FEProblemBase_c_fe_problem
 
const SystemBase *const _c_sys
 
std::unordered_map< std::string, std::vector< MooseVariableFieldBase *> > _coupled_vars
 
std::vector< MooseVariableFieldBase *> _coupled_moose_vars
 
std::vector< MooseVariable *> _coupled_standard_moose_vars
 
std::vector< VectorMooseVariable *> _coupled_vector_moose_vars
 
std::vector< ArrayMooseVariable *> _coupled_array_moose_vars
 
std::vector< MooseVariableFV< Real > *> _coupled_standard_fv_moose_vars
 
std::vector< MooseLinearVariableFV< Real > *> _coupled_standard_linear_fv_moose_vars
 
const std::unordered_map< std::string, std::string > & _new_to_deprecated_coupled_vars
 
bool _c_nodal
 
bool _c_is_implicit
 
const bool _c_allow_element_to_nodal_coupling
 
THREAD_ID _c_tid
 
std::unordered_map< std::string, std::vector< std::unique_ptr< VariableValue > > > _default_value
 
std::unordered_map< std::string, std::unique_ptr< MooseArray< ADReal > > > _ad_default_value
 
std::unordered_map< std::string, std::unique_ptr< VectorVariableValue > > _default_vector_value
 
std::unordered_map< std::string, std::unique_ptr< ArrayVariableValue > > _default_array_value
 
std::unordered_map< std::string, std::unique_ptr< MooseArray< ADRealVectorValue > > > _ad_default_vector_value
 
VariableValue _default_value_zero
 
VariableGradient _default_gradient
 
MooseArray< ADRealVectorValue_ad_default_gradient
 
MooseArray< ADRealTensorValue_ad_default_vector_gradient
 
VariableSecond _default_second
 
MooseArray< ADRealTensorValue_ad_default_second
 
MooseArray< ADRealVectorValue_ad_default_curl
 
const VariableValue_zero
 
const VariablePhiValue_phi_zero
 
const MooseArray< ADReal > & _ad_zero
 
const VariableGradient_grad_zero
 
const MooseArray< ADRealVectorValue > & _ad_grad_zero
 
const VariablePhiGradient_grad_phi_zero
 
const VariableSecond_second_zero
 
const MooseArray< ADRealTensorValue > & _ad_second_zero
 
const VariablePhiSecond_second_phi_zero
 
const VectorVariableValue_vector_zero
 
const VectorVariableCurl_vector_curl_zero
 
VectorVariableValue _default_vector_value_zero
 
VectorVariableGradient _default_vector_gradient
 
VectorVariableCurl _default_vector_curl
 
VectorVariableDivergence _default_div
 
ArrayVariableValue _default_array_value_zero
 
ArrayVariableGradient _default_array_gradient
 
bool _coupleable_neighbor
 
FEProblemBase_sc_fe_problem
 
const THREAD_ID _sc_tid
 
const Real_real_zero
 
const VariableValue_scalar_zero
 
const Point & _point_zero
 
const InputParameters_ti_params
 
FEProblemBase_ti_feproblem
 
bool _is_implicit
 
Real_t
 
const Real_t_old
 
int_t_step
 
Real_dt
 
Real_dt_old
 
bool _is_transient
 
const InputParameters_mi_params
 
const std::string _mi_name
 
const MooseObjectName _mi_moose_object_name
 
FEProblemBase_mi_feproblem
 
SubProblem_mi_subproblem
 
const THREAD_ID _mi_tid
 
const Moose::MaterialDataType _material_data_type
 
MaterialData_material_data
 
bool _stateful_allowed
 
bool _get_material_property_called
 
std::vector< std::unique_ptr< PropertyValue > > _default_properties
 
std::unordered_set< unsigned int_material_property_dependencies
 
const MaterialPropertyName _get_suffix
 
const bool _use_interpolated_state
 
GeometricSearchData_geometric_search_data
 
bool _requires_geometric_search
 
MooseApp_restartable_app
 
const std::string _restartable_system_name
 
const THREAD_ID _restartable_tid
 
const bool _restartable_read_only
 
FEProblemBase_mci_feproblem
 
const Parallel::Communicator & _communicator
 

Static Protected Attributes

static const std::string _interpolated_old
 
static const std::string _interpolated_older
 

Private Types

enum  PropertyEnum {
  PropertyEnum::PRESSURE, PropertyEnum::SATURATION, PropertyEnum::TEMPERATURE, PropertyEnum::DENSITY,
  PropertyEnum::VISCOSITY, PropertyEnum::MASS_FRACTION, PropertyEnum::RELPERM, PropertyEnum::CAPILLARY_PRESSURE,
  PropertyEnum::ENTHALPY, PropertyEnum::INTERNAL_ENERGY, PropertyEnum::SECONDARY_CONCENTRATION, PropertyEnum::MINERAL_CONCENTRATION,
  PropertyEnum::MINERAL_REACTION_RATE, PropertyEnum::POROSITY, PropertyEnum::PERMEABILITY, PropertyEnum::HYSTERESIS_ORDER,
  PropertyEnum::HYSTERESIS_SATURATION_TURNING_POINT, PropertyEnum::HYSTERETIC_INFO
}
 Enum of properties. More...
 

Private Attributes

const GenericMaterialProperty< std::vector< Real >, is_ad > * _pressure
 Pressure of each phase. More...
 
const GenericMaterialProperty< std::vector< Real >, is_ad > * _saturation
 Saturation of each phase. More...
 
const GenericMaterialProperty< Real, is_ad > * _temperature
 Temperature of the fluid. More...
 
const GenericMaterialProperty< std::vector< Real >, is_ad > * _fluid_density
 Fluid density of each phase. More...
 
const GenericMaterialProperty< std::vector< Real >, is_ad > * _fluid_viscosity
 Viscosity of each phase. More...
 
const GenericMaterialProperty< std::vector< std::vector< Real > >, is_ad > * _mass_fractions
 Mass fraction of each component in each phase. More...
 
const GenericMaterialProperty< std::vector< Real >, is_ad > * _relative_permeability
 Relative permeability of each phase. More...
 
const GenericMaterialProperty< std::vector< Real >, is_ad > * _enthalpy
 Enthalpy of each phase. More...
 
const GenericMaterialProperty< std::vector< Real >, is_ad > * _internal_energy
 Internal energy of each phase. More...
 
const GenericMaterialProperty< std::vector< Real >, is_ad > * _sec_conc
 Secondary-species concentration. More...
 
const GenericMaterialProperty< std::vector< Real >, is_ad > * _mineral_conc
 Mineral-species concentration. More...
 
const GenericMaterialProperty< std::vector< Real >, is_ad > * _mineral_reaction_rate
 Mineral-species reacion rate. More...
 
const GenericMaterialProperty< Real, is_ad > * _porosity
 Porosity of the media. More...
 
const GenericMaterialProperty< RealTensorValue, is_ad > * _permeability
 Permeability of the media. More...
 
const MaterialProperty< unsigned int > * _hys_order
 Hysteresis order. More...
 
const MaterialProperty< std::array< Real, PorousFlowConstants::MAX_HYSTERESIS_ORDER > > * _hys_sat_tps
 Hysteresis saturation turning points. More...
 
const MaterialProperty< Real > * _hys_info
 Hysteresis info: what this physically represents depends on the PorousFlowHystereticInfo Material. More...
 
const PorousFlowDictator_dictator
 PorousFlowDictator UserObject. More...
 
enum PorousFlowPropertyAuxTempl::PropertyEnum _property_enum
 
const unsigned int _phase
 Phase index. More...
 
const unsigned int _liquid_phase
 Liquid phase index. More...
 
const unsigned int _gas_phase
 Gas phase index. More...
 
const unsigned int _fluid_component
 Fluid component index. More...
 
const unsigned int _secondary_species
 Secondary species number. More...
 
const unsigned int _mineral_species
 Mineral species number. More...
 
const unsigned int _hysteresis_turning_point
 Hysteresis turning point number. More...
 
const unsigned int _k_row
 Permeability tensor row and column. More...
 
const unsigned int _k_col
 

Detailed Description

template<bool is_ad>
class PorousFlowPropertyAuxTempl< is_ad >

Provides a simple interface to PorousFlow material properties.

Note that as all properties are in materials, only elemental AuxVariables can be used and as such, all properties are evaluated at the qps only

Definition at line 23 of file PorousFlowPropertyAux.h.

Member Enumeration Documentation

◆ PropertyEnum

template<bool is_ad>
enum PorousFlowPropertyAuxTempl::PropertyEnum
strongprivate

Enum of properties.

Enumerator
PRESSURE 
SATURATION 
TEMPERATURE 
DENSITY 
VISCOSITY 
MASS_FRACTION 
RELPERM 
CAPILLARY_PRESSURE 
ENTHALPY 
INTERNAL_ENERGY 
SECONDARY_CONCENTRATION 
MINERAL_CONCENTRATION 
MINERAL_REACTION_RATE 
POROSITY 
PERMEABILITY 
HYSTERESIS_ORDER 
HYSTERESIS_SATURATION_TURNING_POINT 
HYSTERETIC_INFO 

Definition at line 90 of file PorousFlowPropertyAux.h.

90  {
91  PRESSURE,
92  SATURATION,
94  DENSITY,
95  VISCOSITY,
97  RELPERM,
98  CAPILLARY_PRESSURE,
99  ENTHALPY,
100  INTERNAL_ENERGY,
101  SECONDARY_CONCENTRATION,
102  MINERAL_CONCENTRATION,
103  MINERAL_REACTION_RATE,
104  POROSITY,
105  PERMEABILITY,
106  HYSTERESIS_ORDER,
107  HYSTERESIS_SATURATION_TURNING_POINT,
108  HYSTERETIC_INFO
109  } _property_enum;
enum PorousFlowPropertyAuxTempl::PropertyEnum _property_enum
static const std::string DENSITY
Definition: THMNames.h:16

Constructor & Destructor Documentation

◆ PorousFlowPropertyAuxTempl()

template<bool is_ad>
PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl ( const InputParameters parameters)

Definition at line 50 of file PorousFlowPropertyAux.C.

52  _dictator(getUserObject<PorousFlowDictator>("PorousFlowDictator")),
53  _property_enum(getParam<MooseEnum>("property").template getEnum<PropertyEnum>()),
54  _phase(getParam<unsigned int>("phase")),
55  _liquid_phase(getParam<unsigned int>("liquid_phase")),
56  _gas_phase(getParam<unsigned int>("gas_phase")),
57  _fluid_component(getParam<unsigned int>("fluid_component")),
58  _secondary_species(getParam<unsigned int>("secondary_species")),
59  _mineral_species(getParam<unsigned int>("mineral_species")),
60  _hysteresis_turning_point(getParam<unsigned int>("hysteresis_turning_point")),
61  _k_row(getParam<unsigned int>("row")),
62  _k_col(getParam<unsigned int>("column"))
63 {
64  // Check that the phase and fluid_component are valid
65  if (_phase >= _dictator.numPhases())
66  paramError("phase",
67  "Phase number entered is greater than the number of phases specified in the "
68  "Dictator. Remember that indexing starts at 0");
69 
71  paramError("fluid_component",
72  "Fluid component number entered is greater than the number of fluid components "
73  "specified in the Dictator. Remember that indexing starts at 0");
74 
75  // Check the parameters used to calculate capillary pressure
77  {
79  paramError(
80  "liquid_phase",
81  "Liquid phase number entered is greater than the number of phases specified in the "
82  "Dictator. Remember that indexing starts at 0");
83 
85  paramError("gas_phase",
86  "Gas phase number entered is greater than the number of phases specified in the "
87  "Dictator. Remember that indexing starts at 0");
88 
90  paramError("liquid_phase", "Liquid phase number entered cannot be equal to gas_phase");
91  }
92 
95  paramError("secondary_species",
96  "Secondary species number entered is greater than the number of aqueous equilibrium "
97  "chemical reactions specified in the Dictator. Remember that indexing starts at 0");
98 
102  paramError("mineral_species",
103  "Mineral species number entered is greater than the number of aqueous "
104  "precipitation-dissolution chemical reactions specified in the Dictator. Remember "
105  "that indexing starts at 0");
106 
108  paramError("hysteresis_turning_point",
109  "The maximum number of hysteresis turning points is ",
111 
112  // Only get material properties required by this instance of the AuxKernel
113  switch (_property_enum)
114  {
116  _pressure =
117  &getGenericMaterialProperty<std::vector<Real>, is_ad>("PorousFlow_porepressure_qp");
118  break;
119 
121  _saturation =
122  &getGenericMaterialProperty<std::vector<Real>, is_ad>("PorousFlow_saturation_qp");
123  break;
124 
126  _temperature = &getGenericMaterialProperty<Real, is_ad>("PorousFlow_temperature_qp");
127  break;
128 
130  _fluid_density = &getGenericMaterialProperty<std::vector<Real>, is_ad>(
131  "PorousFlow_fluid_phase_density_qp");
132  break;
133 
136  &getGenericMaterialProperty<std::vector<Real>, is_ad>("PorousFlow_viscosity_qp");
137  break;
138 
140  _mass_fractions = &getGenericMaterialProperty<std::vector<std::vector<Real>>, is_ad>(
141  "PorousFlow_mass_frac_qp");
142  break;
143 
145  _relative_permeability = &getGenericMaterialProperty<std::vector<Real>, is_ad>(
146  "PorousFlow_relative_permeability_qp");
147  break;
148 
150  _pressure =
151  &getGenericMaterialProperty<std::vector<Real>, is_ad>("PorousFlow_porepressure_qp");
152  break;
153 
155  _enthalpy = &getGenericMaterialProperty<std::vector<Real>, is_ad>(
156  "PorousFlow_fluid_phase_enthalpy_qp");
157  break;
158 
160  _internal_energy = &getGenericMaterialProperty<std::vector<Real>, is_ad>(
161  "PorousFlow_fluid_phase_internal_energy_qp");
162  break;
163 
165  _sec_conc = &getGenericMaterialProperty<std::vector<Real>, is_ad>(
166  "PorousFlow_secondary_concentration_qp");
167  break;
168 
170  _mineral_conc = &getGenericMaterialProperty<std::vector<Real>, is_ad>(
171  "PorousFlow_mineral_concentration_qp");
172  break;
173 
175  _mineral_reaction_rate = &getGenericMaterialProperty<std::vector<Real>, is_ad>(
176  "PorousFlow_mineral_reaction_rate_qp");
177  break;
178 
180  _porosity = &getGenericMaterialProperty<Real, is_ad>("PorousFlow_porosity_qp");
181  break;
182 
184  _permeability =
185  &getGenericMaterialProperty<RealTensorValue, is_ad>("PorousFlow_permeability_qp");
186  break;
187 
189  _hys_order = &getMaterialProperty<unsigned int>("PorousFlow_hysteresis_order_qp");
190  break;
191 
193  _hys_sat_tps =
194  &getMaterialProperty<std::array<Real, PorousFlowConstants::MAX_HYSTERESIS_ORDER>>(
195  "PorousFlow_hysteresis_saturation_tps_qp");
196  break;
197 
199  _hys_info = &getMaterialProperty<Real>("PorousFlow_hysteretic_info_qp");
200  break;
201  }
202 }
const unsigned int _mineral_species
Mineral species number.
const MaterialProperty< Real > * _hys_info
Hysteresis info: what this physically represents depends on the PorousFlowHystereticInfo Material...
const GenericMaterialProperty< Real, is_ad > * _temperature
Temperature of the fluid.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _internal_energy
Internal energy of each phase.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _mineral_reaction_rate
Mineral-species reacion rate.
const MaterialProperty< std::array< Real, PorousFlowConstants::MAX_HYSTERESIS_ORDER > > * _hys_sat_tps
Hysteresis saturation turning points.
unsigned int numComponents() const
The number of fluid components.
const GenericMaterialProperty< std::vector< std::vector< Real > >, is_ad > * _mass_fractions
Mass fraction of each component in each phase.
const MaterialProperty< unsigned int > * _hys_order
Hysteresis order.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _pressure
Pressure of each phase.
const unsigned int _gas_phase
Gas phase index.
constexpr unsigned MAX_HYSTERESIS_ORDER
const GenericMaterialProperty< std::vector< Real >, is_ad > * _saturation
Saturation of each phase.
const unsigned int _hysteresis_turning_point
Hysteresis turning point number.
const GenericMaterialProperty< RealTensorValue, is_ad > * _permeability
Permeability of the media.
const PorousFlowDictator & _dictator
PorousFlowDictator UserObject.
const unsigned int _phase
Phase index.
void paramError(const std::string &param, Args... args) const
unsigned int numPhases() const
The number of fluid phases.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _relative_permeability
Relative permeability of each phase.
const unsigned int _k_row
Permeability tensor row and column.
unsigned int numAqueousKinetic() const
The number of aqueous kinetic secondary species.
enum PorousFlowPropertyAuxTempl::PropertyEnum _property_enum
const GenericMaterialProperty< std::vector< Real >, is_ad > * _enthalpy
Enthalpy of each phase.
const unsigned int _secondary_species
Secondary species number.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _mineral_conc
Mineral-species concentration.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _fluid_viscosity
Viscosity of each phase.
const GenericMaterialProperty< Real, is_ad > * _porosity
Porosity of the media.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _sec_conc
Secondary-species concentration.
const unsigned int _fluid_component
Fluid component index.
const InputParameters & parameters() const
const GenericMaterialProperty< std::vector< Real >, is_ad > * _fluid_density
Fluid density of each phase.
unsigned int numAqueousEquilibrium() const
The number of aqueous equilibrium secondary species.
const unsigned int _liquid_phase
Liquid phase index.

Member Function Documentation

◆ computeValue()

template<bool is_ad>
Real PorousFlowPropertyAuxTempl< is_ad >::computeValue ( )
overrideprotectedvirtual

Implements AuxKernelTempl< Real >.

Definition at line 206 of file PorousFlowPropertyAux.C.

207 {
208  Real property = 0.0;
209 
210  switch (_property_enum)
211  {
213  property = MetaPhysicL::raw_value((*_pressure)[_qp][_phase]);
214  break;
215 
217  property = MetaPhysicL::raw_value((*_saturation)[_qp][_phase]);
218  break;
219 
221  property = MetaPhysicL::raw_value((*_temperature)[_qp]);
222  break;
223 
226  break;
227 
230  break;
231 
234  break;
235 
238  break;
239 
241  property =
243  break;
244 
246  property = MetaPhysicL::raw_value((*_enthalpy)[_qp][_phase]);
247  break;
248 
251  break;
252 
255  break;
256 
259  break;
260 
263  break;
264 
266  property = MetaPhysicL::raw_value((*_porosity)[_qp]);
267  break;
268 
271  break;
272 
274  property = (*_hys_order)[_qp];
275  break;
276 
278  property = (*_hys_sat_tps)[_qp].at(_hysteresis_turning_point);
279  break;
280 
282  property = (*_hys_info)[_qp];
283  break;
284  }
285 
286  return property;
287 }
const unsigned int _mineral_species
Mineral species number.
const GenericMaterialProperty< Real, is_ad > * _temperature
Temperature of the fluid.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _internal_energy
Internal energy of each phase.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _mineral_reaction_rate
Mineral-species reacion rate.
auto raw_value(const Eigen::Map< T > &in)
const GenericMaterialProperty< std::vector< std::vector< Real > >, is_ad > * _mass_fractions
Mass fraction of each component in each phase.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _pressure
Pressure of each phase.
const unsigned int _gas_phase
Gas phase index.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _saturation
Saturation of each phase.
const unsigned int _hysteresis_turning_point
Hysteresis turning point number.
const GenericMaterialProperty< RealTensorValue, is_ad > * _permeability
Permeability of the media.
const unsigned int _phase
Phase index.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _relative_permeability
Relative permeability of each phase.
const unsigned int _k_row
Permeability tensor row and column.
enum PorousFlowPropertyAuxTempl::PropertyEnum _property_enum
const GenericMaterialProperty< std::vector< Real >, is_ad > * _enthalpy
Enthalpy of each phase.
const unsigned int _secondary_species
Secondary species number.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const GenericMaterialProperty< std::vector< Real >, is_ad > * _mineral_conc
Mineral-species concentration.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _fluid_viscosity
Viscosity of each phase.
const GenericMaterialProperty< Real, is_ad > * _porosity
Porosity of the media.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _sec_conc
Secondary-species concentration.
const unsigned int _fluid_component
Fluid component index.
const GenericMaterialProperty< std::vector< Real >, is_ad > * _fluid_density
Fluid density of each phase.
const unsigned int _liquid_phase
Liquid phase index.

◆ validParams()

template<bool is_ad>
InputParameters PorousFlowPropertyAuxTempl< is_ad >::validParams ( )
static

Definition at line 17 of file PorousFlowPropertyAux.C.

18 {
20  params.addRequiredParam<UserObjectName>(
21  "PorousFlowDictator", "The UserObject that holds the list of PorousFlow variable names");
22  MooseEnum property_enum("pressure saturation temperature density viscosity mass_fraction relperm "
23  "capillary_pressure enthalpy internal_energy secondary_concentration "
24  "mineral_concentration mineral_reaction_rate porosity permeability "
25  "hysteresis_order hysteresis_saturation_turning_point hysteretic_info");
27  "property", property_enum, "The fluid property that this auxillary kernel is to calculate");
28  params.addParam<unsigned int>("phase", 0, "The index of the phase this auxillary kernel acts on");
29  params.addParam<unsigned int>(
30  "liquid_phase", 0, "The index of the liquid phase (used for capillary pressure)");
31  params.addParam<unsigned int>(
32  "gas_phase", 1, "The index of the gas phase (used for capillary pressure)");
33  params.addParam<unsigned int>(
34  "fluid_component", 0, "The index of the fluid component this auxillary kernel acts on");
35  params.addParam<unsigned int>("secondary_species", 0, "The secondary chemical species number");
36  params.addParam<unsigned int>("mineral_species", 0, "The mineral chemical species number");
37  params.addParam<unsigned int>(
38  "hysteresis_turning_point", 0, "The hysteresis turning point number");
39  params.addRangeCheckedParam<unsigned int>(
40  "row", 0, "row>=0 & row<=2", "Row of permeability tensor to output");
41  params.addRangeCheckedParam<unsigned int>(
42  "column", 0, "column>=0 & column<=2", "Column of permeability tensor to output");
43  params.addClassDescription("AuxKernel to provide access to properties evaluated at quadpoints. "
44  "Note that elemental AuxVariables must be used, so that these "
45  "properties are integrated over each element.");
46  return params;
47 }
void addParam(const std::string &name, const std::initializer_list< typename T::value_type > &value, const std::string &doc_string)
void addRequiredParam(const std::string &name, const std::string &doc_string)
void addClassDescription(const std::string &doc_string)
static InputParameters validParams()
void addRangeCheckedParam(const std::string &name, const T &value, const std::string &parsed_function, const std::string &doc_string)

Member Data Documentation

◆ _dictator

template<bool is_ad>
const PorousFlowDictator& PorousFlowPropertyAuxTempl< is_ad >::_dictator
private

◆ _enthalpy

template<bool is_ad>
const GenericMaterialProperty<std::vector<Real>, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_enthalpy
private

Enthalpy of each phase.

Definition at line 56 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _fluid_component

template<bool is_ad>
const unsigned int PorousFlowPropertyAuxTempl< is_ad >::_fluid_component
private

Fluid component index.

Definition at line 121 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _fluid_density

template<bool is_ad>
const GenericMaterialProperty<std::vector<Real>, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_fluid_density
private

Fluid density of each phase.

Definition at line 44 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _fluid_viscosity

template<bool is_ad>
const GenericMaterialProperty<std::vector<Real>, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_fluid_viscosity
private

Viscosity of each phase.

Definition at line 47 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _gas_phase

template<bool is_ad>
const unsigned int PorousFlowPropertyAuxTempl< is_ad >::_gas_phase
private

Gas phase index.

Definition at line 118 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _hys_info

template<bool is_ad>
const MaterialProperty<Real>* PorousFlowPropertyAuxTempl< is_ad >::_hys_info
private

Hysteresis info: what this physically represents depends on the PorousFlowHystereticInfo Material.

Definition at line 84 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _hys_order

template<bool is_ad>
const MaterialProperty<unsigned int>* PorousFlowPropertyAuxTempl< is_ad >::_hys_order
private

Hysteresis order.

Definition at line 77 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _hys_sat_tps

template<bool is_ad>
const MaterialProperty<std::array<Real, PorousFlowConstants::MAX_HYSTERESIS_ORDER> >* PorousFlowPropertyAuxTempl< is_ad >::_hys_sat_tps
private

Hysteresis saturation turning points.

Definition at line 81 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _hysteresis_turning_point

template<bool is_ad>
const unsigned int PorousFlowPropertyAuxTempl< is_ad >::_hysteresis_turning_point
private

Hysteresis turning point number.

Definition at line 130 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _internal_energy

template<bool is_ad>
const GenericMaterialProperty<std::vector<Real>, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_internal_energy
private

Internal energy of each phase.

Definition at line 59 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _k_col

template<bool is_ad>
const unsigned int PorousFlowPropertyAuxTempl< is_ad >::_k_col
private

Definition at line 134 of file PorousFlowPropertyAux.h.

◆ _k_row

template<bool is_ad>
const unsigned int PorousFlowPropertyAuxTempl< is_ad >::_k_row
private

Permeability tensor row and column.

Definition at line 133 of file PorousFlowPropertyAux.h.

◆ _liquid_phase

template<bool is_ad>
const unsigned int PorousFlowPropertyAuxTempl< is_ad >::_liquid_phase
private

Liquid phase index.

Definition at line 115 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _mass_fractions

template<bool is_ad>
const GenericMaterialProperty<std::vector<std::vector<Real> >, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_mass_fractions
private

Mass fraction of each component in each phase.

Definition at line 50 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _mineral_conc

template<bool is_ad>
const GenericMaterialProperty<std::vector<Real>, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_mineral_conc
private

Mineral-species concentration.

Definition at line 65 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _mineral_reaction_rate

template<bool is_ad>
const GenericMaterialProperty<std::vector<Real>, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_mineral_reaction_rate
private

Mineral-species reacion rate.

Definition at line 68 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _mineral_species

template<bool is_ad>
const unsigned int PorousFlowPropertyAuxTempl< is_ad >::_mineral_species
private

Mineral species number.

Definition at line 127 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _permeability

template<bool is_ad>
const GenericMaterialProperty<RealTensorValue, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_permeability
private

Permeability of the media.

Definition at line 74 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _phase

template<bool is_ad>
const unsigned int PorousFlowPropertyAuxTempl< is_ad >::_phase
private

◆ _porosity

template<bool is_ad>
const GenericMaterialProperty<Real, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_porosity
private

Porosity of the media.

Definition at line 71 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _pressure

template<bool is_ad>
const GenericMaterialProperty<std::vector<Real>, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_pressure
private

Pressure of each phase.

Definition at line 35 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _property_enum

template<bool is_ad>
enum PorousFlowPropertyAuxTempl::PropertyEnum PorousFlowPropertyAuxTempl< is_ad >::_property_enum
private

◆ _relative_permeability

template<bool is_ad>
const GenericMaterialProperty<std::vector<Real>, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_relative_permeability
private

Relative permeability of each phase.

Definition at line 53 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _saturation

template<bool is_ad>
const GenericMaterialProperty<std::vector<Real>, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_saturation
private

Saturation of each phase.

Definition at line 38 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _sec_conc

template<bool is_ad>
const GenericMaterialProperty<std::vector<Real>, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_sec_conc
private

Secondary-species concentration.

Definition at line 62 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _secondary_species

template<bool is_ad>
const unsigned int PorousFlowPropertyAuxTempl< is_ad >::_secondary_species
private

Secondary species number.

Definition at line 124 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().

◆ _temperature

template<bool is_ad>
const GenericMaterialProperty<Real, is_ad>* PorousFlowPropertyAuxTempl< is_ad >::_temperature
private

Temperature of the fluid.

Definition at line 41 of file PorousFlowPropertyAux.h.

Referenced by PorousFlowPropertyAuxTempl< is_ad >::PorousFlowPropertyAuxTempl().


The documentation for this class was generated from the following files: