https://mooseframework.inl.gov
RegularSolutionFreeEnergy.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 
13 #include "ExpressionBuilder.h"
14 
15 // Forward Declarations
16 
23 {
24 public:
26 
28 
29 protected:
32 
35 
37  const Real _omega;
38 
40  const Real _kB;
41 };
User facing host object for an expression tree.
EBTerm _c
Coupled variable value for the concentration .
EBTerm _T
Coupled temperature variable .
ExpressionBuilder adds an interface to derived classes that enables convenient construction of FParse...
static InputParameters validParams()
RegularSolutionFreeEnergy(const InputParameters &parameters)
const Real _kB
Boltzmann constant.
Material class that creates regular solution free energy with the expression builder and uses automat...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const