https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PorousFlowSinglePhaseBase.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
13
18{
19public:
21
23
24protected:
25 virtual void addDictator() override;
26 virtual void addKernels() override;
27 virtual void addAuxObjects() override;
28 virtual void addMaterialDependencies() override;
29 virtual void addMaterials() override;
30
32 const VariableName _pp_var;
33
41
43 const bool _thermal;
44 const bool _mechanical;
45
52
54 UserObjectName _fp;
55
58
60 const bool _add_darcy_aux;
61
63 const bool _add_stress_aux;
64
66 VariableName _nacl_name;
67
69 const std::vector<AuxVariableName> _save_component_rate_in;
70
73
76
79
81 const std::string _base_name;
82};
Base class for PorousFlow actions.
Base class for actions involving a single fluid phase.
const std::vector< AuxVariableName > _save_component_rate_in
Name of the variables (if any) that will record the fluid-components' rate of change.
CouplingTypeEnum
Determines the coupling type.
const MooseEnum _time_unit
Unit used for time.
const bool _add_darcy_aux
Add a AuxVariables to record Darcy velocity.
virtual void addAuxObjects() override
Add all AuxVariables and AuxKernels.
virtual void addDictator() override
Add the PorousFlowDictator object.
const MooseEnum _temperature_unit
Unit used for temperature.
enum PorousFlowSinglePhaseBase::FluidPropertiesTypeEnum _fluid_properties_type
VariableName _nacl_name
Name of the NaCl variable.
static InputParameters validParams()
const VariableName _pp_var
Porepressure NonlinearVariable name.
virtual void addKernels() override
Add all Kernels.
UserObjectName _fp
Name of the fluid-properties UserObject.
const std::string _base_name
base_name used in the TensorMechanics strain calculator
FluidPropertiesTypeEnum
Determines the fluid-properties type.
const Real _biot_coefficient
Fluid specific heat capacity at constant volume.
virtual void addMaterials() override
Add all Materials.
const MooseEnum _pressure_unit
Unit used for porepressure.
enum PorousFlowSinglePhaseBase::CouplingTypeEnum _coupling_type
virtual void addMaterialDependencies() override
Add all material dependencies so that the correct version of each material can be added.
const bool _add_stress_aux
Add AuxVariables for stress.
const bool _thermal
Flags to indicate whether thermal or mechanical effects are included.