https://mooseframework.inl.gov
Loading...
Searching...
No Matches
KKSXeVacSolidMaterial.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
14// Forward Declarations
15
17{
18public:
20
22
23protected:
24 virtual unsigned int expectedNumArgs();
25
26 virtual Real computeF();
27 virtual Real computeDF(unsigned int arg);
28 virtual Real computeD2F(unsigned int arg1, unsigned int arg2);
29
30private:
32 const Real _T;
33
35 const Real _Omega;
36
38 const Real _kB;
39
41 const Real _Efv;
42
45 const Real _Efg;
46
48 unsigned int _cmg_var;
50 unsigned int _cmv_var;
51
52 // helper function to return a well defined c*log(c)
53 Real cLogC(Real c);
54};
virtual Real computeDF(unsigned int arg)
virtual Real computeD2F(unsigned int arg1, unsigned int arg2)
virtual unsigned int expectedNumArgs()
const VariableValue & _cmv
const Real _Omega
Atomic volume in [Ang^3].
const Real _T
Temperature in [K].
const Real _Efg
Formation energy of a Xenon Atom in a tri-vacancy (TODO: if cmg>cmv consider interstitial Xe)
const Real _kB
Bolzmann constant.
const VariableValue & _cmg
const Real _Efv
Formation energy of a tri-vacancy in UO2.
static InputParameters validParams()
const InputParameters & parameters() const
VariableValueTempl< false > VariableValue