Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlowPermeabilityConstFromVar >()
Definition at line 16 of file PorousFlowPermeabilityConstFromVar.C.
19 params.addRequiredCoupledVar(
"perm_xx",
"The xx component of the permeability tensor");
20 params.addRequiredCoupledVar(
"perm_yy",
"The yy component of the permeability tensor");
21 params.addRequiredCoupledVar(
"perm_zz",
"The zz component of the permeability tensor");
22 params.addCoupledVar(
"perm_xy", 0.0,
"The xy component of the permeability tensor");
23 params.addCoupledVar(
"perm_xz", 0.0,
"The xz component of the permeability tensor");
24 params.addCoupledVar(
"perm_yx", 0.0,
"The yx component of the permeability tensor");
25 params.addCoupledVar(
"perm_yz", 0.0,
"The yz component of the permeability tensor");
26 params.addCoupledVar(
"perm_zx", 0.0,
"The zx component of the permeability tensor");
27 params.addCoupledVar(
"perm_zy", 0.0,
"The zy component of the permeability tensor");
28 params.addClassDescription(
29 "This Material calculates the permeability tensor given by the input variables");