https://mooseframework.inl.gov
Public Attributes | List of all members
LagrangianObjectiveRates::Inputs Struct Reference

Per-qp quantities a rate reads. More...

#include <LagrangianObjectiveRate.h>

Public Attributes

RankTwoTensor dS
 Constitutive small-stress increment (_small_stress - _small_stress_old). More...
 
RankTwoTensor cauchy_stress_old
 Cumulative Cauchy stress at step n. More...
 
RankFourTensor small_jacobian
 Small-strain algorithmic tangent. More...
 
RankTwoTensor dL
 Spatial velocity gradient increment dL and its vorticity (skew) part dW. More...
 
RankTwoTensor dW
 
RankFourTensor d_dL_d_F
 d(dL)/dF and d(dW)/dF from the strain calculator. More...
 
RankFourTensor d_dW_d_F
 
RankTwoTensor rotation
 Green-Naghdi only: polar-decomposition rotation R (n+1 and n), the inverse incremental deformation gradient, and F^{-1}. More...
 
RankTwoTensor rotation_old
 
RankTwoTensor inv_df
 
RankTwoTensor inv_def_grad
 
RankFourTensor d_rotation_d_F
 Green-Naghdi only: dR/dF. More...
 

Detailed Description

Per-qp quantities a rate reads.

The host material gathers these once per qp from the strain calculator's published properties and its own constitutive small stress. The Green-Naghdi-only fields are default-constructed for the other rates – only greenNaghdi reads them.

Definition at line 30 of file LagrangianObjectiveRate.h.

Member Data Documentation

◆ cauchy_stress_old

RankTwoTensor LagrangianObjectiveRates::Inputs::cauchy_stress_old

◆ d_dL_d_F

RankFourTensor LagrangianObjectiveRates::Inputs::d_dL_d_F

◆ d_dW_d_F

RankFourTensor LagrangianObjectiveRates::Inputs::d_dW_d_F

◆ d_rotation_d_F

RankFourTensor LagrangianObjectiveRates::Inputs::d_rotation_d_F

◆ dL

RankTwoTensor LagrangianObjectiveRates::Inputs::dL

Spatial velocity gradient increment dL and its vorticity (skew) part dW.

Definition at line 39 of file LagrangianObjectiveRate.h.

Referenced by ComputeLagrangianObjectiveStress::computeQpCauchyStress(), and LagrangianObjectiveRates::truesdell().

◆ dS

RankTwoTensor LagrangianObjectiveRates::Inputs::dS

◆ dW

RankTwoTensor LagrangianObjectiveRates::Inputs::dW

◆ inv_def_grad

RankTwoTensor LagrangianObjectiveRates::Inputs::inv_def_grad

◆ inv_df

RankTwoTensor LagrangianObjectiveRates::Inputs::inv_df

◆ rotation

RankTwoTensor LagrangianObjectiveRates::Inputs::rotation

Green-Naghdi only: polar-decomposition rotation R (n+1 and n), the inverse incremental deformation gradient, and F^{-1}.

Definition at line 44 of file LagrangianObjectiveRate.h.

Referenced by ComputeLagrangianObjectiveStress::computeQpCauchyStress(), LagrangianObjectiveRates::greenNaghdi(), and TEST().

◆ rotation_old

RankTwoTensor LagrangianObjectiveRates::Inputs::rotation_old

◆ small_jacobian

RankFourTensor LagrangianObjectiveRates::Inputs::small_jacobian

The documentation for this struct was generated from the following file: