www.mooseframework.org
OrderParameterFunctionMaterial.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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"
14 
15 // Forward Declarations
16 
23 {
24 public:
26 
28 
29 protected:
32  unsigned int _eta_var;
33  VariableName _eta_name;
34 
36  std::string _function_name;
37 
40 
43 
46 };
Material base class for materials that provide the switching function or the double well function ...
MaterialProperty< Real > & _prop_d2f
Material property to store the second derivative .
OrderParameterFunctionMaterial(const InputParameters &parameters)
std::string _function_name
name of the function of eta (used to generate the material property names)
MaterialProperty< Real > & _prop_df
Material property to store the derivative .
OutputTools< Real >::VariableValue VariableValue
MaterialProperty< Real > & _prop_f
Material property to store .
const InputParameters & parameters() const
const VariableValue & _eta
Coupled variable value for the order parameter .