https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
38public:
41
42protected:
43 virtual void computeQpProperties() override;
44
45private:
46 // -- order parameter ----------------------------------------
50
51 // -- user parameters ----------------------------------------
52 const Real _grad_threshold;
53
54 // -- material properties produced ---------------------------
57
58 // -- diagnostics --------------------------------------------
60};
OutputTools< Real >::VariableSecond VariableSecond
Computes two normal curvatures of a diffuse interface defined by an order parameter eta using n = gra...
MaterialProperty< Real > & _kappa2
normal curvature along t_1
MaterialProperty< Real > & _kappa_mean
normal curvature along t_2
const VariableGradient & _grad_eta
MaterialProperty< Real > & _kappa1
threshold for grad(eta) (avoids /0)
static InputParameters validParams()
virtual void computeQpProperties() override
VariableValueTempl< false > VariableValue
VariableGradientTempl< false > VariableGradient