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;
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.
registerMooseObject("PhaseFieldApp", LinearizedInterfaceAux)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
virtual Real computeValue() override
LinearizedInterfaceAux(const InputParameters ¶meters)
Class constructor.