https://mooseframework.inl.gov
InterfaceNormalCurvatures.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "Material.h"
13 
37 {
38 public:
41 
42 protected:
43  virtual void computeQpProperties() override;
44 
45 private:
46  // -- order parameter ----------------------------------------
50 
51  // -- user parameters ----------------------------------------
53 
54  // -- material properties produced ---------------------------
57 
58  // -- diagnostics --------------------------------------------
60 };
const VariableGradient & _grad_eta
MaterialProperty< Real > & _kappa_mean
normal curvature along t_2
Computes two normal curvatures of a diffuse interface defined by an order parameter eta using n = gra...
InterfaceNormalCurvatures(const InputParameters &params)
VariableGradientTempl< false > VariableGradient
virtual void computeQpProperties() override
const VariableSecond & _second_eta
MaterialProperty< Real > & _kappa2
normal curvature along t_1
VariableValueTempl< false > VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
MaterialProperty< Real > & _kappa1
threshold for grad(eta) (avoids /0)
OutputTools< Real >::VariableSecond VariableSecond