19 "Calculates the order parameter from the linearized interface function");
21 "The variable used in the linearized interface function");
26 :
AuxKernel(parameters), _phi(coupledValue(
"nonlinear_variable"))
33 return (1.0 + std::tanh(
_phi[
_qp] / std::sqrt(2.0))) / 2.0;
registerMooseObject("PhaseFieldApp", LinearizedInterfaceAux)
static InputParameters validParams()
Calculates the order parameter from the linearized interface function.
static InputParameters validParams()
const VariableValue & _phi
Reference to the variable used in the linearized interface function.
LinearizedInterfaceAux(const InputParameters ¶meters)
Class constructor.
virtual Real computeValue() override