https://mooseframework.inl.gov
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 {
18 public:
20 
22 
23 protected:
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 
30 private:
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 computeD2F(unsigned int arg1, unsigned int arg2)
const Real _Omega
Atomic volume in [Ang^3].
const Real _Efg
Formation energy of a Xenon Atom in a tri-vacancy (TODO: if cmg>cmv consider interstitial Xe) ...
const Real _Efv
Formation energy of a tri-vacancy in UO2.
const Real _T
Temperature in [K].
virtual unsigned int expectedNumArgs()
const VariableValue & _cmg
KKSXeVacSolidMaterial(const InputParameters &parameters)
static InputParameters validParams()
OutputTools< Real >::VariableValue VariableValue
const VariableValue & _cmv
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeDF(unsigned int arg)
const InputParameters & parameters() const
const Real _kB
Bolzmann constant.