https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ConstantsFromElasticityTensor.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 "RankFourTensor.h"
14#include "GuaranteeConsumer.h"
15
20template <bool is_ad>
49
ConstantsFromElasticityTensorTempl< false > ConstantsFromElasticityTensor
ConstantsFromElasticityTensorTempl< true > ADConstantsFromElasticityTensor
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
This material computes the elastic constants such as Young's modulus from the elasticity tensor.
GenericMaterialProperty< Real, is_ad > & _bulk_modulus
const GenericMaterialProperty< RankFourTensor, is_ad > & _elasticity_tensor
The computed elastic constant.
const std::string _elasticity_tensor_name
Name of elasticity tensor.
GenericMaterialProperty< Real, is_ad > & _poissons_ratio
const std::string _base_name
Base name of the material system.
GenericMaterialProperty< Real, is_ad > & _shear_modulus
GenericMaterialProperty< Real, is_ad > & _youngs_modulus
{@ Elastic constants computed from tensor
Add-on class that provides the functionality to check if guarantees for material properties are provi...
const InputParameters & parameters() const