www.mooseframework.org
PFCRFFMaterial.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"
13 
14 // Forward Declarations
15 
16 class PFCRFFMaterial : public Material
17 {
18 public:
20 
22 
23 protected:
24  virtual void computeQpProperties();
25 
26 private:
48 
49  unsigned int _num_L;
50 };
MaterialProperty< Real > & _alpha_R_1
MaterialProperty< Real > & _A_R_4
MaterialProperty< Real > & _alpha_R_3
MaterialProperty< Real > & _A_I_1
MaterialProperty< Real > & _A_R_0
MaterialProperty< Real > & _A_I_3
virtual void computeQpProperties()
PFCRFFMaterial(const InputParameters &parameters)
MaterialProperty< Real > & _alpha_I_4
MaterialProperty< Real > & _alpha_R_2
MaterialProperty< Real > & _A_I_4
MaterialProperty< Real > & _A_R_1
unsigned int _num_L
MaterialProperty< Real > & _A_R_3
MaterialProperty< Real > & _alpha_R_0
MaterialProperty< Real > & _M
MaterialProperty< Real > & _A_R_2
MaterialProperty< Real > & _A_I_2
MaterialProperty< Real > & _alpha_I_3
MaterialProperty< Real > & _alpha_R_4
const InputParameters & parameters() const
static InputParameters validParams()
MaterialProperty< Real > & _alpha_I_0
MaterialProperty< Real > & _A_I_0
MaterialProperty< Real > & _alpha_I_1
MaterialProperty< Real > & _alpha_I_2