www.mooseframework.org
Classes | Functions
ComputePlaneStressIsotropicElasticityTensor.h File Reference

Go to the source code of this file.

Classes

class  ComputePlaneStressIsotropicElasticityTensor
 Material class to define elasticity tensor for conventional plane stress of isotropic material. More...
 

Functions

template<>
InputParameters validParams< ComputePlaneStressIsotropicElasticityTensor > ()
 

Function Documentation

◆ validParams< ComputePlaneStressIsotropicElasticityTensor >()

template<>
InputParameters validParams< ComputePlaneStressIsotropicElasticityTensor > ( )

Definition at line 17 of file ComputePlaneStressIsotropicElasticityTensor.C.

18 {
19  InputParameters params = validParams<ComputeIsotropicElasticityTensor>();
20  params.addClassDescription(
21  "Class for computing a constant isotropic elasticity tensor for strong plane stress");
22 
23  return params;
24 }
validParams< ComputeIsotropicElasticityTensor >
InputParameters validParams< ComputeIsotropicElasticityTensor >()