https://mooseframework.inl.gov
Loading...
Searching...
No Matches
InclusionProperties.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"
13#include "RankTwoTensor.h"
14
15// Forward Declarations
16
This material calculates the stresses, strains, and elastic energies for an ellipsoidal inclusion in ...
RankTwoTensor _stress_int
Interior stress and strain values are constant so they only need to be calculated once.
RankTwoTensor _total_strain_int
const Real _lambda
Elastic constants (isotropic)
RankTwoTensor _elastic_strain_int
Real _nu
Poisson's ratio.
MaterialProperty< RankTwoTensor > & _stress
The stress tensor.
MaterialProperty< RankTwoTensor > & _strain
Real _kappa
Kolosov's first constant.
std::vector< Real > _misfit
Misfit strains.
static InputParameters validParams()
virtual void precomputeInteriorProperties()
MaterialProperty< Real > & _elastic_energy
const Real _a
Semimajor axes of the ellipsoidal inclusion.
virtual void computeQpProperties()
const InputParameters & parameters() const