- CBW's C parameter. Must be > 1. Typical value would be 1.05.
C++ Type:double
Description:BW's C parameter. Must be > 1. Typical value would be 1.05.
- PorousFlowDictatorThe UserObject that holds the list of PorousFlow variable names
C++ Type:UserObjectName
Description:The UserObject that holds the list of PorousFlow variable names
- KnLow relative permeability. This must be < Ks, and non-negative.
C++ Type:double
Description:Low relative permeability. This must be < Ks, and non-negative.
- KsHigh relative permeability. This must be > Kn and less than unity
C++ Type:double
Description:High relative permeability. This must be > Kn and less than unity
- SnLow saturation. This must be < Ss, and non-negative. This is BW's initial effective saturation, below which effective saturation never goes in their simulations/models. If Kn=0 then Sn is the immobile saturation. This form of effective saturation is only correct for Kn small.
C++ Type:double
Description:Low saturation. This must be < Ss, and non-negative. This is BW's initial effective saturation, below which effective saturation never goes in their simulations/models. If Kn=0 then Sn is the immobile saturation. This form of effective saturation is only correct for Kn small.
- phaseThe phase number
C++ Type:unsigned int
Description:The phase number
PorousFlowRelativePermeabilityBW
Broadbridge-White form of relative permeability
The relative permeability of the phase is where the effective saturation is
Input Parameters
- at_nodesFalseEvaluate Material properties at nodes instead of quadpoints
Default:False
C++ Type:bool
Description:Evaluate Material properties at nodes instead of quadpoints
- computeTrueWhen false, MOOSE will not call compute methods on this material. The user must call computeProperties() after retrieving the Material via MaterialPropertyInterface::getMaterial(). Non-computed Materials are not sorted for dependencies.
Default:True
C++ Type:bool
Description:When false, MOOSE will not call compute methods on this material. The user must call computeProperties() after retrieving the Material via MaterialPropertyInterface::getMaterial(). Non-computed Materials are not sorted for dependencies.
- Ss1High saturation. This must be > Sn and <= 1. Effective saturation where porepressure = 0. Effective saturation never exceeds this value in BW's simulations/models.
Default:1
C++ Type:double
Description:High saturation. This must be > Sn and <= 1. Effective saturation where porepressure = 0. Effective saturation never exceeds this value in BW's simulations/models.
- scaling1Relative permeability is multiplied by this factor
Default:1
C++ Type:double
Description:Relative permeability is multiplied by this factor
- sum_s_res0Sum of residual saturations over all phases. Must be between 0 and 1
Default:0
C++ Type:double
Description:Sum of residual saturations over all phases. Must be between 0 and 1
- s_res0The residual saturation of the phase j. Must be between 0 and 1
Default:0
C++ Type:double
Description:The residual saturation of the phase j. Must be between 0 and 1
- boundaryThe list of boundary IDs from the mesh where this boundary condition applies
C++ Type:std::vector
Description:The list of boundary IDs from the mesh where this boundary condition applies
- blockThe list of block ids (SubdomainID) that this object will be applied
C++ Type:std::vector
Description:The list of block ids (SubdomainID) that this object will be applied
Optional Parameters
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- seed0The seed for the master random number generator
Default:0
C++ Type:unsigned int
Description:The seed for the master random number generator
- implicitTrueDetermines whether this object is calculated using an implicit or explicit form
Default:True
C++ Type:bool
Description:Determines whether this object is calculated using an implicit or explicit form
- constant_onNONEWhen ELEMENT, MOOSE will only call computeQpProperties() for the 0th quadrature point, and then copy that value to the other qps.When SUBDOMAIN, MOOSE will only call computeSubdomainProperties() for the 0th quadrature point, and then copy that value to the other qps. Evaluations on element qps will be skipped
Default:NONE
C++ Type:MooseEnum
Description:When ELEMENT, MOOSE will only call computeQpProperties() for the 0th quadrature point, and then copy that value to the other qps.When SUBDOMAIN, MOOSE will only call computeSubdomainProperties() for the 0th quadrature point, and then copy that value to the other qps. Evaluations on element qps will be skipped
Advanced Parameters
- output_propertiesList of material properties, from this material, to output (outputs must also be defined to an output type)
C++ Type:std::vector
Description:List of material properties, from this material, to output (outputs must also be defined to an output type)
- outputsnone Vector of output names were you would like to restrict the output of variables(s) associated with this object
Default:none
C++ Type:std::vector
Description:Vector of output names were you would like to restrict the output of variables(s) associated with this object
Outputs Parameters
Input Files
- modules/porous_flow/test/tests/broadbridge_white/bw02.i
- modules/porous_flow/test/tests/broadbridge_white/wli01.i
- modules/porous_flow/test/tests/jacobian/fflux10.i
- modules/porous_flow/test/tests/broadbridge_white/wli02.i
- modules/porous_flow/test/tests/broadbridge_white/bw01.i