https://mooseframework.inl.gov
Loading...
Searching...
No Matches
TwoPhaseStressMaterial.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
12#include "Material.h"
16
22{
23public:
25
26 TwoPhaseStressMaterial(const InputParameters & parameters);
27
28protected:
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};
Construct a global strain from the phase strains in a manner that is consistent with the construction...
static InputParameters validParams()
const MaterialProperty< RankTwoTensor > & _stress_A
const MaterialProperty< RankFourTensor > & _dstress_dstrain_A
MaterialProperty< RankTwoTensor > & _stress
const MaterialProperty< RankTwoTensor > & _global_extra_stress
Global extra stress tensor.
const MaterialProperty< RankTwoTensor > & _stress_B
const MaterialProperty< Real > & _h_eta
MaterialProperty< RankFourTensor > & _dstress_dstrain
const MaterialProperty< RankFourTensor > & _dstress_dstrain_B