Functions | |
Real | component (const SymmTensor &symm_tensor, unsigned int index) |
Real | component (const SymmTensor &symm_tensor, unsigned int index, RealVectorValue &direction) |
Real | vonMisesStress (const SymmTensor &symm_stress) |
Real | effectiveStrain (const SymmTensor &symm_strain) |
Real | hydrostatic (const SymmTensor &symm_tensor) |
Real | volumetricStrain (const SymmTensor &symm_strain) |
Real | firstInvariant (const SymmTensor &symm_tensor) |
Real | secondInvariant (const SymmTensor &symm_tensor) |
Real | thirdInvariant (const SymmTensor &symm_tensor) |
Real | maxPrincipal (const SymmTensor &symm_tensor, RealVectorValue &direction) |
Real | maxPrinciple (const SymmTensor &symm_tensor, RealVectorValue &direction) |
Real | midPrincipal (const SymmTensor &symm_tensor, RealVectorValue &direction) |
Real | midPrinciple (const SymmTensor &symm_tensor, RealVectorValue &direction) |
Real | minPrincipal (const SymmTensor &symm_tensor, RealVectorValue &direction) |
Real | minPrinciple (const SymmTensor &symm_tensor, RealVectorValue &direction) |
Real | calcPrincipalValues (const SymmTensor &symm_tensor, unsigned int index, RealVectorValue &direction) |
Real | axialStress (const SymmTensor &symm_stress, const Point &point1, const Point &point2, RealVectorValue &direction) |
Real | hoopStress (const SymmTensor &symm_stress, const Point &point1, const Point &point2, const Point &curr_point, RealVectorValue &direction) |
Real | radialStress (const SymmTensor &symm_stress, const Point &point1, const Point &point2, const Point &curr_point, RealVectorValue &direction) |
void | normalPositionVector (const Point &point1, const Point &point2, const Point &curr_point, Point &normalPosition) |
Real | directionValueTensor (const SymmTensor &symm_tensor, const RealVectorValue &input_direction) |
Real | triaxialityStress (const SymmTensor &symm_stress) |
Real MaterialTensorCalculatorTools::axialStress | ( | const SymmTensor & | symm_stress, |
const Point & | point1, | ||
const Point & | point2, | ||
RealVectorValue & | direction | ||
) |
Definition at line 180 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::calcPrincipalValues | ( | const SymmTensor & | symm_tensor, |
unsigned int | index, | ||
RealVectorValue & | direction | ||
) |
Definition at line 167 of file MaterialTensorCalculatorTools.C.
Referenced by maxPrincipal(), maxPrinciple(), midPrincipal(), midPrinciple(), minPrincipal(), and minPrinciple().
Real MaterialTensorCalculatorTools::component | ( | const SymmTensor & | symm_tensor, |
unsigned int | index | ||
) |
Definition at line 16 of file MaterialTensorCalculatorTools.C.
Referenced by AddNavierStokesKernelsAction::act(), AddNavierStokesBCsAction::act(), AddNavierStokesBCsAction::addNoPenetrationBC(), AddNavierStokesKernelsAction::addNSMomentumInviscidFlux(), AddNavierStokesBCsAction::addNSMomentumInviscidSpecifiedPressureBC(), AddNavierStokesBCsAction::addNSMomentumWeakStagnationBC(), AddNavierStokesKernelsAction::addNSSUPGMomentum(), AddNavierStokesKernelsAction::addNSVelocityAux(), StressDivergenceRZTensors::computeAverageGradientPhi(), StressDivergenceTensors::computeAverageGradientPhi(), ADComputeIncrementalShellStrain< compute_stage >::computeBMatrix(), ADComputeFiniteShellStrain< compute_stage >::computeBNLMatrix(), FiniteStrainMechanicsNOSPD::computeDinvFTDU(), GeneralizedPlaneStrainOffDiagNOSPD::computeDispFullOffDiagJacobianScalar(), GeneralizedPlaneStrainOffDiagOSPD::computeDispFullOffDiagJacobianScalar(), GeneralizedPlaneStrainOffDiag::computeDispOffDiagJacobianScalar(), GeneralizedPlaneStrainOffDiagNOSPD::computeDispPartialOffDiagJacobianScalar(), GeneralizedPlaneStrainOffDiagOSPD::computeDispPartialOffDiagJacobianScalar(), FiniteStrainMechanicsNOSPD::computeDJDU(), MechanicsBaseNOSPD::computeDSDU(), FiniteStrainMechanicsNOSPD::computeDSDU(), StressDivergenceBeam::computeGlobalResidual(), ADComputeIncrementalShellStrain< compute_stage >::computeGMatrix(), StressDivergence::computeJacobian(), StressDivergenceRZ::computeJacobian(), StressDivergence::computeOffDiagJacobian(), StressDivergenceRZ::computeOffDiagJacobian(), DashpotBC::computeQpOffDiagJacobian(), BrineFluidProperties::getComponent(), MechanicalContactConstraint::getConnectedDofIndices(), MechanicalContactConstraint::getCoupledVarComponent(), PETScDMDAMesh::getMaxInDimension(), PETScDMDAMesh::getMinInDimension(), MaterialTensorCalculator::getTensorQuantity(), PetscProjectSolutionOntoBounds::lineSearch(), ADComputeFiniteShellStrain< compute_stage >::updatedxyz(), ADComputeFiniteShellStrain< compute_stage >::updateGVectors(), validParams< AEFVBC >(), validParams< AEFVKernel >(), validParams< DarcyFluxComponent >(), validParams< GrainAdvectionAux >(), validParams< NormalNodalMechanicalContact >(), validParams< PorousFlowDarcyVelocityComponent >(), validParams< RANFSNormalMechanicalContact >(), and validParams< RANFSTieNode >().
Real MaterialTensorCalculatorTools::component | ( | const SymmTensor & | symm_tensor, |
unsigned int | index, | ||
RealVectorValue & | direction | ||
) |
Definition at line 22 of file MaterialTensorCalculatorTools.C.
Real MaterialTensorCalculatorTools::directionValueTensor | ( | const SymmTensor & | symm_tensor, |
const RealVectorValue & | input_direction | ||
) |
Definition at line 269 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::effectiveStrain | ( | const SymmTensor & | symm_strain | ) |
Definition at line 58 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::firstInvariant | ( | const SymmTensor & | symm_tensor | ) |
Definition at line 92 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::hoopStress | ( | const SymmTensor & | symm_stress, |
const Point & | point1, | ||
const Point & | point2, | ||
const Point & | curr_point, | ||
RealVectorValue & | direction | ||
) |
Definition at line 200 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::hydrostatic | ( | const SymmTensor & | symm_tensor | ) |
Definition at line 64 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity(), and triaxialityStress().
Real MaterialTensorCalculatorTools::maxPrincipal | ( | const SymmTensor & | symm_tensor, |
RealVectorValue & | direction | ||
) |
Definition at line 122 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::maxPrinciple | ( | const SymmTensor & | symm_tensor, |
RealVectorValue & | direction | ||
) |
Definition at line 146 of file MaterialTensorCalculatorTools.C.
Real MaterialTensorCalculatorTools::midPrincipal | ( | const SymmTensor & | symm_tensor, |
RealVectorValue & | direction | ||
) |
Definition at line 129 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::midPrinciple | ( | const SymmTensor & | symm_tensor, |
RealVectorValue & | direction | ||
) |
Definition at line 153 of file MaterialTensorCalculatorTools.C.
Real MaterialTensorCalculatorTools::minPrincipal | ( | const SymmTensor & | symm_tensor, |
RealVectorValue & | direction | ||
) |
Definition at line 136 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::minPrinciple | ( | const SymmTensor & | symm_tensor, |
RealVectorValue & | direction | ||
) |
Definition at line 160 of file MaterialTensorCalculatorTools.C.
void MaterialTensorCalculatorTools::normalPositionVector | ( | const Point & | point1, |
const Point & | point2, | ||
const Point & | curr_point, | ||
Point & | normalPosition | ||
) |
Definition at line 249 of file MaterialTensorCalculatorTools.C.
Referenced by hoopStress(), and radialStress().
Real MaterialTensorCalculatorTools::radialStress | ( | const SymmTensor & | symm_stress, |
const Point & | point1, | ||
const Point & | point2, | ||
const Point & | curr_point, | ||
RealVectorValue & | direction | ||
) |
Definition at line 227 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::secondInvariant | ( | const SymmTensor & | symm_tensor | ) |
Definition at line 98 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::thirdInvariant | ( | const SymmTensor & | symm_tensor | ) |
Definition at line 108 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::triaxialityStress | ( | const SymmTensor & | symm_stress | ) |
Definition at line 281 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::volumetricStrain | ( | const SymmTensor & | symm_strain | ) |
Definition at line 70 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity().
Real MaterialTensorCalculatorTools::vonMisesStress | ( | const SymmTensor & | symm_stress | ) |
Definition at line 47 of file MaterialTensorCalculatorTools.C.
Referenced by MaterialTensorCalculator::getTensorQuantity(), and triaxialityStress().