Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlowPiecewiseLinearSink >()
Definition at line 16 of file PorousFlowPiecewiseLinearSink.C.
19 params.addRequiredParam<std::vector<Real>>(
21 "Tuple of pressure values (for the fluid_phase specified). Must be monotonically "
22 "increasing. For heat fluxes that don't involve fluids, these are temperature "
24 params.addRequiredParam<std::vector<Real>>(
25 "multipliers",
"Tuple of multiplying values. The flux values are multiplied by these.");
26 params.addClassDescription(
"Applies a flux sink to a boundary. The base flux defined by "
27 "PorousFlowSink is multiplied by a piecewise linear function.");