diff --git a/src/dirackernels/PointEnthalpySourceSinkFromFunction.C b/src/dirackernels/PointEnthalpySourceSinkFromFunction.C index 611d931b..9fca3165 100644 --- a/src/dirackernels/PointEnthalpySourceSinkFromFunction.C +++ b/src/dirackernels/PointEnthalpySourceSinkFromFunction.C @@ -21,12 +21,12 @@ PointEnthalpySourceSinkFromFunction::validParams() "SumQuantityUO", "User Object of type=PorousFlowSumQuantity in which to place the total " "outflow from the line sink for each time step."); - params.addRequiredParam("mass_flux_function", + params.addRequiredParam("mass_flux_function", "The function holding the mass flux at this point in kg/s (positive is flux in," "negative is flux out)"); - params.addRequiredParam("temperature_function", + params.addRequiredParam("temperature_function", "The function holding the temperature (K) of the injected fluid," - "Function value is 0 if the fluid is extracted"); + "Function value is 0 if the fluid is extracted"); params.addRequiredCoupledVar( "pressure", "Pressure used to calculate the injected fluid enthalpy (measured in Pa)"); params.addRequiredParam( @@ -113,4 +113,4 @@ PointEnthalpySourceSinkFromFunction::computeQpOffDiagJacobian(unsigned int jvar) } else return 0.; -} \ No newline at end of file +} diff --git a/src/dirackernels/PorousFlowSquarePulsePointEnthalpySource.C b/src/dirackernels/PorousFlowSquarePulsePointEnthalpySource.C index f97e2df4..37216857 100644 --- a/src/dirackernels/PorousFlowSquarePulsePointEnthalpySource.C +++ b/src/dirackernels/PorousFlowSquarePulsePointEnthalpySource.C @@ -21,10 +21,10 @@ PorousFlowSquarePulsePointEnthalpySource::validParams() "The mass flux at this point in kg/s (positive is flux in, negative is flux out)"); params.addRequiredParam( "fp", - "The name of the user object used to calculate the fluid properties of the injected fluid"); + "The name of the user object used to calculate the fluid properties of the injected fluid"); params.addRequiredCoupledVar( "pressure", "Pressure used to calculate the injected fluid enthalpy (measured in Pa)"); - params.addRequiredParam("T_in", "The incoming fluid temperature"); + params.addRequiredParam("T_in", "The incoming fluid temperature"); params.addRequiredParam("point", "The x,y,z coordinates of the point source (sink)"); params.addParam( "start_time", 0.0, "The time at which the source will start (Default is 0)");