www.mooseframework.org
TwoPhaseStressMaterial.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 #include "RankTwoTensorForward.h"
15 #include "RankFourTensorForward.h"
16 
22 {
23 public:
25 
27 
28 protected:
29  virtual void computeQpProperties();
30 
31  // switching function
33 
34  // phase A material properties
35  std::string _base_A;
38 
39  // phase B material properties
40  std::string _base_B;
43 
44  // global material properties
45  const std::string _base_name;
48 
51 };
const MaterialProperty< RankTwoTensor > & _global_extra_stress
Global extra stress tensor.
const MaterialProperty< RankTwoTensor > & _stress_A
Construct a global strain from the phase strains in a manner that is consistent with the construction...
MaterialProperty< RankTwoTensor > & _stress
const MaterialProperty< RankFourTensor > & _dstress_dstrain_B
TwoPhaseStressMaterial(const InputParameters &parameters)
MaterialProperty< RankFourTensor > & _dstress_dstrain
static InputParameters validParams()
const MaterialProperty< RankTwoTensor > & _stress_B
const InputParameters & parameters() const
const MaterialProperty< RankFourTensor > & _dstress_dstrain_A
const MaterialProperty< Real > & _h_eta