https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Types | Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
SS316HLAROMANCEStressUpdateTestTempl< is_ad > Class Template Reference

#include <SS316HLAROMANCEStressUpdateTest.h>

Inheritance diagram for SS316HLAROMANCEStressUpdateTestTempl< is_ad >:
[legend]

Public Types

enum class  SubsteppingType { NONE , ERROR_BASED , INCREMENT_BASED }
 
using GR2 = GenericRankTwoTensor< is_ad >
 
using GSR2 = Moose::GenericType< R2, is_ad >
 
using GR4 = GenericRankFourTensor< is_ad >
 
using GSR4 = Moose::GenericType< R4, is_ad >
 
enum  TEST_TYPE
 
typedef DataFileName DataFileParameterType
 

Public Member Functions

 SS316HLAROMANCEStressUpdateTestTempl (const InputParameters &parameters)
 
virtual void resetIncrementalMaterialProperties () override
 Reset material properties.
 
virtual void storeIncrementalMaterialProperties (const unsigned int total_number_substeps) override
 Properly set up the incremental calculation storage of the stateful material properties in the inheriting classes.
 
virtual void updateState (GenericRankTwoTensor< is_ad > &strain_increment, GenericRankTwoTensor< is_ad > &inelastic_strain_increment, const GenericRankTwoTensor< is_ad > &rotation_increment, GenericRankTwoTensor< is_ad > &stress_new, const RankTwoTensor &stress_old, const GenericRankFourTensor< is_ad > &elasticity_tensor, const RankTwoTensor &elastic_strain_old, bool compute_full_tangent_operator=false, RankFourTensor &tangent_operator=StressUpdateBaseTempl< is_ad >::_identityTensor) override
 A radial return (J2) mapping method is performed with return mapping iterations.
 
virtual void updateState (GR2 &strain_increment, GR2 &inelastic_strain_increment, const GR2 &rotation_increment, GR2 &stress_new, const RankTwoTensor &stress_old, const GR4 &elasticity_tensor, const RankTwoTensor &elastic_strain_old, bool compute_full_tangent_operator=false, RankFourTensor &tangent_operator=StressUpdateBaseTempl< is_ad >::_identityTensor)
 Given a strain increment that results in a trial stress, perform some procedure (such as an iterative return-mapping process) to produce an admissible stress, an elastic strain increment and an inelastic strain increment.
 
virtual void updateStateSubstepInternal (GenericRankTwoTensor< is_ad > &, GenericRankTwoTensor< is_ad > &, const GenericRankTwoTensor< is_ad > &, GenericRankTwoTensor< is_ad > &, const RankTwoTensor &, const GenericRankFourTensor< is_ad > &, const RankTwoTensor &, unsigned int total_number_substeps, bool compute_full_tangent_operator=false, RankFourTensor &tangent_operator=StressUpdateBaseTempl< is_ad >::_identityTensor)
 
virtual void updateStateSubstep (GenericRankTwoTensor< is_ad > &, GenericRankTwoTensor< is_ad > &, const GenericRankTwoTensor< is_ad > &, GenericRankTwoTensor< is_ad > &, const RankTwoTensor &, const GenericRankFourTensor< is_ad > &, const RankTwoTensor &, bool compute_full_tangent_operator=false, RankFourTensor &tangent_operator=StressUpdateBaseTempl< is_ad >::_identityTensor) override
 Similar to the updateState function, this method updates the strain and stress for one substep.
 
virtual void updateStateSubstep (GR2 &, GR2 &, const GR2 &, GR2 &, const RankTwoTensor &, const GR4 &, const RankTwoTensor &, bool compute_full_tangent_operator=false, RankFourTensor &tangent_operator=StressUpdateBaseTempl< is_ad >::_identityTensor)
 Similar to the updateState function, this method updates the strain and stress for one substep.
 
virtual Real computeReferenceResidual (const GenericReal< is_ad > &effective_trial_stress, const GenericReal< is_ad > &scalar_effective_inelastic_strain) override
 Compute a reference quantity to be used for checking relative convergence.
 
virtual GenericReal< is_ad > minimumPermissibleValue (const GenericReal< is_ad > &) const override
 Compute the minimum permissible value of the scalar.
 
bool requiresIsotropicTensor () override
 Does the model require the elasticity tensor to be isotropic?
 
bool isIsotropic () override
 Radial return mapped models should be isotropic by default!
 
virtual int calculateNumberSubsteps (const GenericRankTwoTensor< is_ad > &strain_increment) override
 If substepping is enabled, calculate the number of substeps as a function of the elastic strain increment guess and the maximum inelastic strain increment ratio based on a user-specified tolerance.
 
virtual int calculateNumberSubsteps (const GR2 &)
 Given the elastic strain increment compute the number of substeps required to bring a substepped trial stress guess distance from the yield surface into the tolerance specified in the individual child class.
 
virtual bool substeppingCapabilityRequested () override
 Has the user requested usage of (possibly) implemented substepping capability for inelastic models.
 
const GenericReal< is_ad > & effectiveInelasticStrainIncrement () const
 Current value of scalar inelastic strain.
 
void updateEffectiveInelasticStrainIncrement (const GenericReal< is_ad > &eisi)
 
void updateEffectiveInelasticStrain (const GenericReal< is_ad > &increment)
 
void computeTangentOperator (Real effective_trial_stress, const RankTwoTensor &stress_new, RankFourTensor &tangent_operator)
 Calculate the tangent_operator.
 
void computeTangentOperator (Real effective_trial_stress, const RankTwoTensor &stress_new, RankFourTensor &tangent_operator)
 
void computeTangentOperator (Real effective_trial_stress, const RankTwoTensor &stress_new, RankFourTensor &tangent_operator)
 
void setQp (unsigned int qp)
 Sets the value of the global variable _qp for inheriting classes.
 
virtual Real computeStrainEnergyRateDensity (const GenericMaterialProperty< RankTwoTensor, is_ad > &, const GenericMaterialProperty< RankTwoTensor, is_ad > &)
 Compute the strain energy rate density for this inelastic model for the current step.
 
virtual const dof_id_type & getElementID (const std::string &id_parameter_name, unsigned int comp=0) const override
 
dof_id_type getElementID (const Elem *elem, unsigned int elem_id_index) const
 
virtual const dof_id_type & getElementIDNeighbor (const std::string &id_parameter_name, unsigned int comp=0) const override
 
virtual const dof_id_type & getElementIDByName (const std::string &id_parameter_name) const override
 
virtual const dof_id_type & getElementIDNeighborByName (const std::string &id_parameter_name) const override
 
virtual void computeProperties () override
 
MaterialBasegetMaterial (const std::string &name)
 
MaterialBasegetMaterialByName (const std::string &name, bool no_warn=false, bool no_dep=false)
 
MaterialBasegetMaterialByName (const std::string &name, bool no_warn=false)
 
MaterialBasegetMaterialByName (const std::string &name, bool no_warn=false)
 
virtual bool isBoundaryMaterial () const override
 
virtual const std::unordered_set< unsigned int > & getMatPropDependencies () const override
 
virtual void subdomainSetup () override
 
 CreateMooseEnumClass (ConstantTypeEnum, NONE, ELEMENT, SUBDOMAIN)
 
bool ghostable () const override final
 
virtual void resolveOptionalProperties () override
 
const GenericMaterialProperty< T, is_ad > & getGenericZeroMaterialProperty (const std::string &name)
 
const GenericMaterialProperty< T, is_ad > & getGenericZeroMaterialProperty ()
 
const GenericMaterialProperty< T, is_ad > & getGenericZeroMaterialPropertyByName (const std::string &prop_name)
 
const MaterialProperty< T > & getZeroMaterialProperty (Ts... args)
 
virtual void initStatefulProperties (const unsigned int n_points)
 
virtual bool isInterfaceMaterial ()
 
virtual void computePropertiesAtQp (unsigned int qp)
 
const MaterialProperty< T > & getZeroMaterialPropertyByName (Ts... args)
 
virtual const std::set< std::string > & getRequestedItems () override
 
virtual const std::set< std::string > & getSuppliedItems () override
 
const std::set< unsigned int > & getSuppliedPropIDs () const
 
void checkStatefulSanity () const
 
std::set< OutputName > getOutputs ()
 
bool hasStatefulProperties () const
 
bool hasRestoredProperties () const
 
void setFaceInfo (const FaceInfo &fi)
 
void setActiveProperties (const std::unordered_set< unsigned int > &needed_props)
 
bool hasActiveProperties ()
 
bool forceStatefulInit () const
 
virtual bool enabled () const
 
std::shared_ptr< MooseObjectgetSharedPtr ()
 
std::shared_ptr< const MooseObjectgetSharedPtr () const
 
bool isKokkosObject () const
 
MooseAppgetMooseApp () const
 
const std::string & type () const
 
const std::string & name () const
 
std::string typeAndName () const
 
MooseObjectParameterName uniqueParameterName (const std::string &parameter_name) const
 
MooseObjectName uniqueName () const
 
const InputParametersparameters () const
 
const hit::Node * getHitNode () const
 
bool hasBase () const
 
const std::string & getBase () const
 
const TgetParam (const std::string &name) const
 
std::vector< std::pair< T1, T2 > > getParam (const std::string &param1, const std::string &param2) const
 
const TqueryParam (const std::string &name) const
 
const TgetRenamedParam (const std::string &old_name, const std::string &new_name) const
 
T getCheckedPointerParam (const std::string &name, const std::string &error_string="") const
 
bool isParamValid (const std::string &name) const
 
bool isParamSetByUser (const std::string &name) const
 
void connectControllableParams (const std::string &parameter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const
 
void paramError (const std::string &param, Args... args) const
 
void paramWarning (const std::string &param, Args... args) const
 
void paramWarning (const std::string &param, Args... args) const
 
void paramInfo (const std::string &param, Args... args) const
 
std::string messagePrefix (const bool hit_prefix=true) const
 
std::string errorPrefix (const std::string &) const
 
void mooseError (Args &&... args) const
 
void mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const
 
void mooseErrorNonPrefixed (Args &&... args) const
 
void mooseWarning (Args &&... args) const
 
void mooseWarning (Args &&... args) const
 
void mooseWarningNonPrefixed (Args &&... args) const
 
void mooseWarningNonPrefixed (Args &&... args) const
 
void mooseDeprecated (Args &&... args) const
 
void mooseDeprecated (Args &&... args) const
 
void mooseDeprecatedNoTrace (Args &&... args) const
 
void mooseInfo (Args &&... args) const
 
void callMooseError (std::string msg, const bool with_prefix, const hit::Node *node=nullptr, const bool show_trace=true) const
 
std::string getDataFileName (const std::string &param) const
 
std::string getDataFileNameByName (const std::string &relative_path) const
 
std::string getDataFilePath (const std::string &relative_path) const
 
const std::vector< SubdomainName > & blocks () const
 
unsigned int numBlocks () const
 
virtual const std::set< SubdomainID > & blockIDs () const
 
unsigned int blocksMaxDimension () const
 
bool hasBlocks (const SubdomainName &name) const
 
bool hasBlocks (const std::vector< SubdomainName > &names) const
 
bool hasBlocks (const std::set< SubdomainName > &names) const
 
bool hasBlocks (SubdomainID id) const
 
bool hasBlocks (const std::vector< SubdomainID > &ids) const
 
bool hasBlocks (const std::set< SubdomainID > &ids) const
 
bool isBlockSubset (const std::set< SubdomainID > &ids) const
 
bool isBlockSubset (const std::vector< SubdomainID > &ids) const
 
bool hasBlockMaterialProperty (const std::string &prop_name)
 
const std::set< SubdomainID > & meshBlockIDs () const
 
virtual bool blockRestricted () const
 
virtual void checkVariable (const MooseVariableFieldBase &variable) const
 
virtual const std::set< BoundaryID > & boundaryIDs () const
 
const std::vector< BoundaryName > & boundaryNames () const
 
unsigned int numBoundaryIDs () const
 
bool hasBoundary (const BoundaryName &name) const
 
bool hasBoundary (const std::vector< BoundaryName > &names) const
 
bool hasBoundary (const BoundaryID &id) const
 
bool hasBoundary (const std::vector< BoundaryID > &ids, TEST_TYPE type=ALL) const
 
bool hasBoundary (const std::set< BoundaryID > &ids, TEST_TYPE type=ALL) const
 
bool hasBoundary (const std::vector< BoundaryID > &ids, TEST_TYPE type=ALL) const
 
bool hasBoundary (const std::set< BoundaryID > &ids, TEST_TYPE type=ALL) const
 
bool hasBoundary (const std::vector< BoundaryID > &ids, TEST_TYPE type=ALL) const
 
bool hasBoundary (const std::set< BoundaryID > &ids, TEST_TYPE type=ALL) const
 
bool isBoundarySubset (const std::set< BoundaryID > &ids) const
 
bool isBoundarySubset (const std::vector< BoundaryID > &ids) const
 
bool hasBoundaryMaterialProperty (const std::string &prop_name) const
 
virtual bool boundaryRestricted () const
 
const std::set< BoundaryID > & meshBoundaryIDs () const
 
virtual bool checkVariableBoundaryIntegrity () const
 
virtual void timestepSetup ()
 
virtual void jacobianSetup ()
 
virtual void residualSetup ()
 
virtual void customSetup (const ExecFlagType &)
 
const ExecFlagEnumgetExecuteOnEnum () const
 
const std::set< MooseVariableFieldBase * > & getMooseVariableDependencies () const
 
std::set< MooseVariableFieldBase * > checkAllVariables (const DofObjectType &dof_object, const std::set< MooseVariableFieldBase * > &vars_to_omit={})
 
virtual std::set< MooseVariableFieldBase * > checkVariables (const libMesh::Node &node, const std::set< MooseVariableFieldBase * > &vars_to_check)
 
std::set< MooseVariableFieldBase * > checkVariables (const libMesh::Elem &element, const std::set< MooseVariableFieldBase * > &vars_to_check)
 
void addMooseVariableDependency (MooseVariableFieldBase *var)
 
void addMooseVariableDependency (const std::vector< MooseVariableFieldBase * > &vars)
 
const std::vector< MooseVariableScalar * > & getCoupledMooseScalarVars ()
 
const std::set< TagID > & getScalarVariableCoupleableVectorTags () const
 
const std::set< TagID > & getScalarVariableCoupleableMatrixTags () const
 
const FunctiongetFunction (const std::string &name) const
 
const FunctiongetFunctionByName (const FunctionName &name) const
 
bool hasFunction (const std::string &param_name) const
 
bool hasFunctionByName (const FunctionName &name) const
 
Moose::Kokkos::Function getKokkosFunction (const std::string &name) const
 
const TgetKokkosFunction (const std::string &name) const
 
Moose::Kokkos::Function getKokkosFunctionByName (const FunctionName &name) const
 
const TgetKokkosFunctionByName (const FunctionName &name) const
 
bool hasKokkosFunction (const std::string &param_name) const
 
bool hasKokkosFunctionByName (const FunctionName &name) const
 
UserObjectName getUserObjectName (const std::string &param_name) const
 
const TgetUserObject (const std::string &param_name, bool is_dependency=true) const
 
const TgetUserObjectByName (const UserObjectName &object_name, bool is_dependency=true) const
 
const UserObjectBasegetUserObjectBase (const std::string &param_name, bool is_dependency=true) const
 
const UserObjectBasegetUserObjectBaseByName (const UserObjectName &object_name, bool is_dependency=true) const
 
bool isImplicit ()
 
Moose::StateArg determineState () const
 
bool isDefaultPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
bool hasPostprocessor (const std::string &param_name, const unsigned int index=0) const
 
bool hasPostprocessorByName (const PostprocessorName &name) const
 
std::size_t coupledPostprocessors (const std::string &param_name) const
 
const PostprocessorName & getPostprocessorName (const std::string &param_name, const unsigned int index=0) const
 
const VectorPostprocessorValuegetVectorPostprocessorValue (const std::string &param_name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValue (const std::string &param_name, const std::string &vector_name, bool needs_broadcast) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOld (const std::string &param_name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOld (const std::string &param_name, const std::string &vector_name, bool needs_broadcast) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
const VectorPostprocessorValuegetVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValue (const std::string &param_name, const std::string &vector_name) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValueOld (const std::string &param_name, const std::string &vector_name) const
 
const ScatterVectorPostprocessorValuegetScatterVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
bool hasVectorPostprocessor (const std::string &param_name, const std::string &vector_name) const
 
bool hasVectorPostprocessor (const std::string &param_name) const
 
bool hasVectorPostprocessorByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
bool hasVectorPostprocessorByName (const VectorPostprocessorName &name) const
 
const VectorPostprocessorName & getVectorPostprocessorName (const std::string &param_name) const
 
virtual void meshChanged ()
 
void buildOutputHideVariableList (std::set< std::string > variable_names)
 
void setRandomResetFrequency (ExecFlagType exec_flag)
 
unsigned long getRandomLong () const
 
Real getRandomReal () const
 
unsigned int getSeed (std::size_t id)
 
unsigned int getMasterSeed () const
 
bool isNodal () const
 
ExecFlagType getResetOnTime () const
 
void setRandomDataPointer (RandomData *random_data)
 
virtual unsigned int getElementIDIndex (const std::string &id_parameter_name, unsigned int comp=0) const
 
virtual unsigned int getElementIDIndexByName (const std::string &id_name) const
 
bool hasElementID (const std::string &id_name) const
 
dof_id_type maxElementID (unsigned int elem_id_index) const
 
dof_id_type minElementID (unsigned int elem_id_index) const
 
bool areElemIDsIdentical (const std::string &id_name1, const std::string &id_name2) const
 
std::unordered_map< dof_id_type, std::set< dof_id_type > > getElemIDMapping (const std::string &id_name1, const std::string &id_name2) const
 
std::set< dof_id_type > getAllElemIDs (unsigned int elem_id_index) const
 
std::set< dof_id_type > getElemIDsOnBlocks (unsigned int elem_id_index, const std::set< SubdomainID > &blks) const
 
const std::unordered_map< std::string, std::vector< MooseVariableFieldBase * > > & getCoupledVars () const
 
const std::vector< MooseVariableFieldBase * > & getCoupledMooseVars () const
 
const std::vector< MooseVariable * > & getCoupledStandardMooseVars () const
 
const std::vector< VectorMooseVariable * > & getCoupledVectorMooseVars () const
 
const std::vector< ArrayMooseVariable * > & getCoupledArrayMooseVars () const
 
void addFEVariableCoupleableVectorTag (TagID tag)
 
void addFEVariableCoupleableMatrixTag (TagID tag)
 
std::set< TagID > & getFEVariableCoupleableVectorTags ()
 
const std::set< TagID > & getFEVariableCoupleableVectorTags () const
 
std::set< TagID > & getFEVariableCoupleableMatrixTags ()
 
const std::set< TagID > & getFEVariableCoupleableMatrixTags () const
 
auto & getWritableCoupledVariables () const
 
bool hasWritableCoupledVariables () const
 
const ADVariableValuegetADDefaultValue (const std::string &var_name) const
 
const ADVectorVariableValuegetADDefaultVectorValue (const std::string &var_name) const
 
const ADVariableGradientgetADDefaultGradient () const
 
const ADVectorVariableGradientgetADDefaultVectorGradient () const
 
const ADVariableSecondgetADDefaultSecond () const
 
const ADVectorVariableCurlgetADDefaultCurl () const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagValuesByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::VariableGradient kokkosCoupledVectorTagGradientByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableGradient kokkosCoupledVectorTagGradientsByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagNodalValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagNodalValuesByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagDofValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagDofValuesByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagValues (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::VariableGradient kokkosCoupledVectorTagGradient (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableGradient kokkosCoupledVectorTagGradients (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagNodalValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagNodalValues (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagDofValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledVectorTagDofValues (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorValuesByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::VectorVariableGradient kokkosCoupledVectorTagVectorGradientByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableGradient kokkosCoupledVectorTagVectorGradientsByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorNodalValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorNodalValuesByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorDofValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorDofValuesByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorValues (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::VectorVariableGradient kokkosCoupledVectorTagVectorGradient (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableGradient kokkosCoupledVectorTagVectorGradients (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorNodalValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorNodalValues (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorDofValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorTagVectorDofValues (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledValue (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledValues (const std::string &var_name) const
 
Moose::Kokkos::VariableGradient kokkosCoupledGradient (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableGradient kokkosCoupledGradients (const std::string &var_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledNodalValue (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledNodalValues (const std::string &var_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledDofValue (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledDofValues (const std::string &var_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledValueOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledValuesOld (const std::string &var_name) const
 
Moose::Kokkos::VariableGradient kokkosCoupledGradientOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableGradient kokkosCoupledGradientsOld (const std::string &var_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledNodalValueOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledNodalValuesOld (const std::string &var_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledDofValueOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledDofValuesOld (const std::string &var_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledValueOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledValuesOlder (const std::string &var_name) const
 
Moose::Kokkos::VariableGradient kokkosCoupledGradientOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableGradient kokkosCoupledGradientsOlder (const std::string &var_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledNodalValueOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledNodalValuesOlder (const std::string &var_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledDofValueOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledDofValuesOlder (const std::string &var_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledDot (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledDots (const std::string &var_name) const
 
Moose::Kokkos::VariableValue kokkosCoupledNodalDot (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosCoupledNodalDots (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorValue (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableGradient kokkosCoupledVectorGradient (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorNodalValue (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorDofValue (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorValues (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableGradient kokkosCoupledVectorGradients (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorNodalValues (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorDofValues (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorValueOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableGradient kokkosCoupledVectorGradientOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorNodalValueOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorDofValueOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorValuesOld (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableGradient kokkosCoupledVectorGradientsOld (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorNodalValuesOld (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorDofValuesOld (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorValueOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableGradient kokkosCoupledVectorGradientOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorNodalValueOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorDofValueOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorValuesOlder (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableGradient kokkosCoupledVectorGradientsOlder (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorNodalValuesOlder (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorDofValuesOlder (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorDot (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorNodalDot (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorDots (const std::string &var_name) const
 
Moose::Kokkos::VectorVariableValue kokkosCoupledVectorNodalDots (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagValuesByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::ADVariableGradient kokkosADCoupledVectorTagGradientByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableGradient kokkosADCoupledVectorTagGradientsByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagNodalValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagNodalValuesByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagDofValueByName (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagDofValuesByName (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagValues (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::ADVariableGradient kokkosADCoupledVectorTagGradient (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableGradient kokkosADCoupledVectorTagGradients (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagNodalValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagNodalValues (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagDofValue (const std::string &var_name, const std::string &tag_param_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledVectorTagDofValues (const std::string &var_name, const std::string &tag_param_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledValue (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledValues (const std::string &var_name) const
 
Moose::Kokkos::ADVariableGradient kokkosADCoupledGradient (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableGradient kokkosADCoupledGradients (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledNodalValue (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledNodalValues (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledDofValue (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledDofValues (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledValueOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledValuesOld (const std::string &var_name) const
 
Moose::Kokkos::ADVariableGradient kokkosADCoupledGradientOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableGradient kokkosADCoupledGradientsOld (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledNodalValueOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledNodalValuesOld (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledDofValueOld (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledDofValuesOld (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledValueOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledValuesOlder (const std::string &var_name) const
 
Moose::Kokkos::ADVariableGradient kokkosADCoupledGradientOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableGradient kokkosADCoupledGradientsOlder (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledNodalValueOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledNodalValuesOlder (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledDofValueOlder (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledDofValuesOlder (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledDot (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledDots (const std::string &var_name) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledNodalDot (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::ADVariableValue kokkosADCoupledNodalDots (const std::string &var_name) const
 
Moose::Kokkos::Scalar< const Real > kokkosCoupledDotDu (const std::string &var_name, unsigned int comp=0) const
 
Moose::Kokkos::VariableValue kokkosZeroValue () const
 
Moose::Kokkos::VariableGradient kokkosZeroGradient () const
 
Moose::Kokkos::VariableValue kokkosZeroNodalValue () const
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialProperty (const std::string &name, MaterialData &material_data, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialProperty (const std::string &name, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialProperty (const std::string &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialProperty (const std::string &name, MaterialData &material_data, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialProperty (const std::string &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialProperty (const std::string &name, const unsigned int state=0)
 
const ADMaterialProperty< T > & getADMaterialProperty (const std::string &name, MaterialData &material_data)
 
const ADMaterialProperty< T > & getADMaterialProperty (const std::string &name)
 
const ADMaterialProperty< T > & getADMaterialProperty (const std::string &name)
 
const MaterialProperty< T > & getMaterialPropertyOld (const std::string &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOld (const std::string &name)
 
const MaterialProperty< T > & getMaterialPropertyOld (const std::string &name)
 
const MaterialProperty< T > & getMaterialPropertyOlder (const std::string &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOlder (const std::string &name)
 
const MaterialProperty< T > & getMaterialPropertyOlder (const std::string &name)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data, const unsigned int state)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const std::string &name, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const std::string &name, const unsigned int state=0)
 
const GenericMaterialProperty< T, is_ad > & getGenericMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const std::string &prop_name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const std::string &prop_name, const unsigned int state=0)
 
const MaterialProperty< T > & getMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const std::string &prop_name)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const MaterialPropertyName &name)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const std::string &prop_name)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const std::string &prop_name)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const std::string &prop_name)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const std::string &prop_name)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const std::string &prop_name)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name)
 
Moose::Kokkos::MaterialProperty< T, dimension > getKokkosMaterialPropertyByName (const std::string &prop_name_in)
 
Moose::Kokkos::MaterialProperty< T, dimension > getKokkosMaterialPropertyOldByName (const std::string &prop_name)
 
Moose::Kokkos::MaterialProperty< T, dimension > getKokkosMaterialPropertyOlderByName (const std::string &prop_name)
 
Moose::Kokkos::MaterialProperty< T, dimension > getKokkosMaterialProperty (const std::string &name)
 
Moose::Kokkos::MaterialProperty< T, dimension > getKokkosMaterialPropertyOld (const std::string &name)
 
Moose::Kokkos::MaterialProperty< T, dimension > getKokkosMaterialPropertyOlder (const std::string &name)
 
std::pair< const MaterialProperty< T > *, std::set< SubdomainID > > getBlockMaterialProperty (const MaterialPropertyName &name)
 
std::pair< Moose::Kokkos::MaterialProperty< T, dimension >, std::set< SubdomainID > > getKokkosBlockMaterialProperty (const MaterialPropertyName &name)
 
std::set< SubdomainIDgetMaterialPropertyBlocks (const std::string &name)
 
std::vector< SubdomainName > getMaterialPropertyBlockNames (const std::string &name)
 
std::set< BoundaryIDgetMaterialPropertyBoundaryIDs (const std::string &name)
 
std::vector< BoundaryName > getMaterialPropertyBoundaryNames (const std::string &name)
 
void checkBlockAndBoundaryCompatibility (std::shared_ptr< MaterialBase > discrete)
 
std::unordered_map< SubdomainID, std::vector< MaterialBase * > > buildRequiredMaterials (bool allow_stateful=true)
 
void statefulPropertiesAllowed (bool)
 
virtual bool getMaterialPropertyCalled () const
 
const GenericMaterialProperty< T, is_ad > & getPossiblyConstantGenericMaterialPropertyByName (const MaterialPropertyName &prop_name, MaterialData &material_data, const unsigned int state)
 
const GenericOptionalMaterialProperty< T, is_ad > & getGenericOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const GenericOptionalMaterialProperty< T, is_ad > & getGenericOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const OptionalMaterialProperty< T > & getOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const OptionalMaterialProperty< T > & getOptionalMaterialProperty (const std::string &name, const unsigned int state=0)
 
const OptionalADMaterialProperty< T > & getOptionalADMaterialProperty (const std::string &name)
 
const OptionalADMaterialProperty< T > & getOptionalADMaterialProperty (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOld (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOld (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOlder (const std::string &name)
 
const OptionalMaterialProperty< T > & getOptionalMaterialPropertyOlder (const std::string &name)
 
MaterialProperty< T > & declarePropertyByName (const std::string &prop_name)
 
MaterialProperty< T > & declarePropertyByName (const std::string &prop_name)
 
MaterialProperty< T > & declareProperty (const std::string &name)
 
MaterialProperty< T > & declareProperty (const std::string &name)
 
ADMaterialProperty< T > & declareADPropertyByName (const std::string &prop_name)
 
ADMaterialProperty< T > & declareADPropertyByName (const std::string &prop_name)
 
ADMaterialProperty< T > & declareADProperty (const std::string &name)
 
ADMaterialProperty< T > & declareADProperty (const std::string &name)
 
auto & declareGenericProperty (const std::string &prop_name)
 
auto & declareGenericProperty (const std::string &prop_name)
 
GenericMaterialProperty< T, is_ad > & declareGenericPropertyByName (const std::string &prop_name)
 
GenericMaterialProperty< T, is_ad > & declareGenericPropertyByName (const std::string &prop_name)
 
const DistributiongetDistribution (const std::string &name) const
 
const TgetDistribution (const std::string &name) const
 
const DistributiongetDistribution (const std::string &name) const
 
const TgetDistribution (const std::string &name) const
 
const DistributiongetDistributionByName (const DistributionName &name) const
 
const TgetDistributionByName (const std::string &name) const
 
const DistributiongetDistributionByName (const DistributionName &name) const
 
const TgetDistributionByName (const std::string &name) const
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObject (const std::string &param_name) const
 
bool hasUserObjectByName (const UserObjectName &object_name) const
 
bool hasUserObjectByName (const UserObjectName &object_name) const
 
bool hasUserObjectByName (const UserObjectName &object_name) const
 
bool hasUserObjectByName (const UserObjectName &object_name) const
 
const PostprocessorValuegetPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOld (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOld (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOlder (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOlder (const std::string &param_name, const unsigned int index=0) const
 
virtual const PostprocessorValuegetPostprocessorValueByName (const PostprocessorName &name) const
 
virtual const PostprocessorValuegetPostprocessorValueByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOldByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOldByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOlderByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOlderByName (const PostprocessorName &name) const
 
bool isVectorPostprocessorDistributed (const std::string &param_name) const
 
bool isVectorPostprocessorDistributed (const std::string &param_name) const
 
bool isVectorPostprocessorDistributedByName (const VectorPostprocessorName &name) const
 
bool isVectorPostprocessorDistributedByName (const VectorPostprocessorName &name) const
 
bool hasMaterialProperty (const std::string &name)
 
bool hasMaterialProperty (const std::string &name)
 
bool hasMaterialPropertyByName (const std::string &name)
 
bool hasMaterialPropertyByName (const std::string &name)
 
bool hasADMaterialProperty (const std::string &name)
 
bool hasADMaterialProperty (const std::string &name)
 
bool hasADMaterialPropertyByName (const std::string &name)
 
bool hasADMaterialPropertyByName (const std::string &name)
 
bool hasKokkosMaterialProperty (const std::string &name)
 
bool hasKokkosMaterialProperty (const std::string &name)
 
bool hasKokkosMaterialPropertyByName (const std::string &name)
 
bool hasKokkosMaterialPropertyByName (const std::string &name)
 
bool hasGenericMaterialProperty (const std::string &name)
 
bool hasGenericMaterialProperty (const std::string &name)
 
bool hasGenericMaterialPropertyByName (const std::string &name)
 
bool hasGenericMaterialPropertyByName (const std::string &name)
 
PenetrationLocatorgetPenetrationLocator (const BoundaryName &primary, const BoundaryName &secondary, Order order)
 
PenetrationLocatorgetQuadraturePenetrationLocator (const BoundaryName &primary, const BoundaryName &secondary, Order order)
 
NearestNodeLocatorgetNearestNodeLocator (const BoundaryName &primary, const BoundaryName &secondary)
 
NearestNodeLocatorgetQuadratureNearestNodeLocator (const BoundaryName &primary, const BoundaryName &secondary)
 
bool requiresGeometricSearch () const
 
const Moose::Functor< Real > * defaultFunctor (const std::string &name)
 
const Moose::Functor< ADReal > * defaultFunctor (const std::string &name)
 
const Parallel::Communicator & comm () const
 
processor_id_type n_processors () const
 
processor_id_type processor_id () const
 
void resetQpProperties () final
 Retained as empty methods to avoid a warning from Material.C in framework. These methods are unused in all inheriting classes and should not be overwritten.
 
void resetProperties () final
 

Static Public Member Functions

static InputParameters validParams ()
 
static void callMooseError (MooseApp *const app, const InputParameters &params, std::string msg, const bool with_prefix, const hit::Node *node, const bool show_trace=true)
 
static std::deque< MaterialBase * > buildRequiredMaterials (const Consumers &mat_consumers, const std::vector< std::shared_ptr< MaterialBase > > &mats, const bool allow_stateful)
 
static bool restricted (const std::set< BoundaryID > &ids)
 
static void sort (typename std::vector< T > &vector)
 
static void sortDFS (typename std::vector< T > &vector)
 
static void cyclicDependencyError (CyclicDependencyException< T2 > &e, const std::string &header, NameFunc &&name_func)
 
static void cyclicDependencyError (CyclicDependencyException< T2 > &e, const std::string &header)
 
static std::string deduceFunctorName (const std::string &name, const InputParameters &params)
 

Public Attributes

const Elem *const & _current_elem
 
Real & _dt
 
 ALL
 
 ANY
 
 usingCombinedWarningSolutionWarnings
 
const ConsoleStream _console
 

Static Public Attributes

static const std::string type_param
 
static const std::string name_param
 
static const std::string unique_name_param
 
static const std::string app_param
 
static const std::string moose_base_param
 
static const std::string kokkos_object_param
 
static constexpr PropertyValue::id_type default_property_id
 
static constexpr PropertyValue::id_type zero_property_id
 

Protected Types

enum class  ROMInputTransform { LINEAR , LOG , EXP }
 
enum class  WindowFailure {
  ERROR , EXCEPTION , WARN , IGNORE ,
  DONOTHING , USELIMIT , EXTRAPOLATE
}
 Enum to error, warn, ignore, or extrapolate if input is outside of window of applicability. More...
 
enum  QP_Data_Type
 

Protected Member Functions

virtual std::vector< std::vector< std::vector< std::vector< typename LAROMANCEStressUpdateBaseTempl< is_ad >::ROMInputTransform > > > > getTransform () override
 
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getTransformCoefs () override
 
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getInputLimits () override
 
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getCoefs () override
 
virtual std::vector< Real > getStrainCutoff () override
 
virtual void exportJSON ()
 
virtual bool substeppingCapabilityEnabled () override
 Does the model include the infrastructure for substep decomposition of the elastic strain initially used to calculate the trial stress guess Inheriting classes which wish to use the substepping capability should overwrite this method and set it to return true.
 
virtual void initialSetup () override
 
virtual void setupUnitConversionFactors (const InputParameters &parameters)
 
virtual void initQpStatefulProperties () override
 
virtual void computeStressInitialize (const GenericReal< is_ad > &effective_trial_stress, const GenericRankFourTensor< is_ad > &elasticity_tensor) override
 Perform any necessary initialization before return mapping iterations.
 
virtual GenericReal< is_ad > computeResidual (const GenericReal< is_ad > &effective_trial_stress, const GenericReal< is_ad > &scalar) override
 Compute the residual for a predicted value of the scalar.
 
virtual GenericReal< is_ad > computeDerivative (const GenericReal< is_ad > &, const GenericReal< is_ad > &) override
 Compute the derivative of the residual as a function of the scalar variable.
 
virtual void computeStressFinalize (const GenericRankTwoTensor< is_ad > &plastic_strain_increment) override
 Perform any necessary steps to finalize state after return mapping iterations.
 
virtual GenericReal< is_ad > maximumPermissibleValue (const GenericReal< is_ad > &effective_trial_stress) const override
 Compute the maximum permissible value of the scalar.
 
virtual Real computeTimeStepLimit () override
 Compute the limiting value of the time step for this material.
 
void outputIterationSummary (std::stringstream *iter_output, const unsigned int total_it) override
 Output summary information for the convergence history of the model.
 
virtual void outputIterationStep (std::stringstream *iter_output, const GenericReal< is_ad > &effective_trial_stress, const GenericReal< is_ad > &scalar, const Real reference_residual) override
 Output information for a single iteration step to build the convergence history of the model.
 
void precomputeROM (const unsigned out_index)
 Precompute the ROM strain rate information for all inputs except for strain.
 
GenericReal< is_ad > computeROM (const unsigned int tile, const unsigned int partition, const unsigned out_index, const bool derivative=false)
 Computes the ROM calculated increment for a given output and tile.
 
bool checkInTile (const unsigned int p, const unsigned int t) const
 Checks if the input combination is in a specific tile.
 
bool areTilesNotIdentical (const unsigned int p, const unsigned int t, const unsigned int tt, const unsigned int in_index)
 Checks if two tile domains are equal.
 
GenericReal< is_ad > normalizeInput (const GenericReal< is_ad > &input, const ROMInputTransform transform, const Real transform_coef, const std::vector< Real > &transformed_limits, const bool derivative=false)
 Convert the input variables into the form expected by the ROM Legendre polynomials to have a normalized space from [-1, 1] so that every variable has equal weight.
 
void buildPolynomials (const unsigned int p, const GenericReal< is_ad > &rom_input, std::vector< GenericReal< is_ad > > &polynomial_inputs, const GenericReal< is_ad > &drom_input=0, const bool derivative=false)
 Assemble the array of Legendre polynomials to be multiplied by the ROM coefficients.
 
void precomputeValues (const unsigned int p, const std::vector< Real > &coefs, const std::vector< std::vector< GenericReal< is_ad > > > &polynomial_inputs, std::vector< GenericReal< is_ad > > &precomputed)
 Arranges the calculated Legendre polynomials into the proper oder and multiplies the Legendre polynomials by the ROM coefficients to compute the predicted output values.
 
GenericReal< is_ad > computeValues (const unsigned int p, const std::vector< GenericReal< is_ad > > &precomputed, const std::vector< std::vector< GenericReal< is_ad > > > &polynomial_inputs, const std::vector< GenericReal< is_ad > > &dpolynomial_inputs={}, const bool derivative=false)
 Arranges the calculated Legendre polynomials into the proper oder and multiplies the Legendre polynomials by the ROM coefficients to compute the predicted output values.
 
virtual GenericReal< is_ad > convertOutput (const unsigned int p, const std::vector< Real > &old_input_values, const GenericReal< is_ad > &rom_output, const unsigned out_index, const GenericReal< is_ad > &drom_output=0.0, const bool derivative=false)
 Computes the output variable increments from the ROM predictions by bringing out of the normalized map to the actual physical values.
 
GenericReal< is_ad > computePolynomial (const GenericReal< is_ad > &value, const unsigned int degree, const bool derivative=false)
 Calculate the value or derivative of Legendre polynomial up to 3rd order.
 
GenericReal< is_ad > sigmoid (const Real lower, const Real upper, const GenericReal< is_ad > &val, const bool derivative=false)
 Calculate the sigmoid function weighting for the input based on the limits.
 
void computeTileWeight (std::vector< std::vector< GenericReal< is_ad > > > &weights, GenericReal< is_ad > &input, const unsigned int in_index, const bool derivative=false)
 Compute the contribution (weight) of each tile in each partition, based on the input and tile boundaries (in terms of input domain).
 
virtual void computePartitionWeights (std::vector< GenericReal< is_ad > > &weights, std::vector< GenericReal< is_ad > > &dweights_dstress)
 Compute the weight of the different partitions.
 
template<typename T >
void convertValue (T &x, const ROMInputTransform transform, const Real coef, const bool derivative=false)
 Convert input based on the transform type.
 
std::vector< unsigned intgetMakeFrameHelper (const unsigned int p) const
 
std::vector< std::vector< std::vector< std::vector< Real > > > > getTransformedLimits (const unsigned int p, const std::vector< std::vector< std::vector< Real > > > limits)
 
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getNormalizationLimits ()
 
virtual std::vector< std::vector< unsigned int > > getTilings ()
 
void checkJSONKey (const std::string &key)
 check if a JSON file was loaded and if the specified key exists
 
const GenericVariableValue< is_ad > & coupledGenericValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericValue (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericValue (const std::string &var_name, unsigned int comp) const
 
virtual void propagateQpStatefulProperties () override
 If updateState is not called during a timestep, this will be.
 
virtual Real computeStressDerivative (const Real effective_trial_stress, const Real scalar) override
 This method returns the derivative of the creep strain with respect to the von mises stress.
 
Real computeStressDerivative (const Real effective_trial_stress, const Real scalar)
 Calculate the derivative of the strain increment with respect to the updated stress.
 
virtual TangentCalculationMethod getTangentCalculationMethod () override
 
void propagateQpStatefulPropertiesRadialReturn ()
 Propagate the properties pertaining to this intermediate class.
 
virtual void checkMaterialProperty (const std::string &name, const unsigned int state) override
 
virtual const MaterialDatamaterialData () const override
 
virtual MaterialDatamaterialData () override
 
virtual Moose::MaterialDataType materialDataType () override
 
virtual const QBase & qRule () const override
 
virtual void computeQpProperties ()
 
virtual const FEProblemBasemiProblem () const
 
virtual FEProblemBasemiProblem ()
 
bool isPropertyActive (const unsigned int prop_id) const
 
void registerPropName (const std::string &prop_name, bool is_get, const unsigned int state)
 
void checkExecutionStage ()
 
void checkExecutionStage ()
 
void flagInvalidSolutionInternal (const InvalidSolutionID invalid_solution_id) const
 
InvalidSolutionID registerInvalidSolutionInternal (const std::string &message, const bool warning) const
 
virtual bool hasBlockMaterialPropertyHelper (const std::string &prop_name)
 
void initializeBlockRestrictable (const MooseObject *moose_object)
 
void initializeKokkosBlockRestrictable ()
 
Moose::CoordinateSystemType getBlockCoordSystem ()
 
KOKKOS_FUNCTION dof_id_type numKokkosBlockElements () const
 
KOKKOS_FUNCTION dof_id_type numKokkosBlockNodes () const
 
KOKKOS_FUNCTION dof_id_type numKokkosBlockSides () const
 
KOKKOS_FUNCTION ContiguousElementID kokkosBlockElementID (Moose::Kokkos::ThreadID tid) const
 
KOKKOS_FUNCTION ContiguousElementID kokkosBlockNodeID (Moose::Kokkos::ThreadID tid) const
 
KOKKOS_FUNCTION auto kokkosBlockElementSideID (Moose::Kokkos::ThreadID tid) const
 
bool hasBoundaryMaterialPropertyHelper (const std::string &prop_name) const
 
KOKKOS_FUNCTION dof_id_type numKokkosBoundaryNodes () const
 
KOKKOS_FUNCTION dof_id_type numKokkosBoundarySides () const
 
KOKKOS_FUNCTION ContiguousNodeID kokkosBoundaryNodeID (Moose::Kokkos::ThreadID tid) const
 
KOKKOS_FUNCTION auto kokkosBoundaryElementSideID (Moose::Kokkos::ThreadID tid) const
 
bool isCoupledScalar (const std::string &var_name, unsigned int i=0) const
 
unsigned int coupledScalarComponents (const std::string &var_name) const
 
unsigned int coupledScalar (const std::string &var_name, unsigned int comp=0) const
 
libMesh::Order coupledScalarOrder (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarValue (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadCoupledScalarValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< is_ad > & coupledGenericScalarValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericScalarValue (const std::string &var_name, const unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericScalarValue (const std::string &var_name, const unsigned int comp) const
 
const VariableValuecoupledVectorTagScalarValue (const std::string &var_name, TagID tag, unsigned int comp=0) const
 
const VariableValuecoupledMatrixTagScalarValue (const std::string &var_name, TagID tag, unsigned int comp=0) const
 
const VariableValuecoupledScalarValueOld (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarValueOlder (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDot (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadCoupledScalarDot (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDot (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotOld (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDu (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledScalarDotDotDu (const std::string &var_name, unsigned int comp=0) const
 
const MooseVariableScalargetScalarVar (const std::string &var_name, unsigned int comp) const
 
virtual void addUserObjectDependencyHelper (const UserObjectBase &) const
 
virtual void addPostprocessorDependencyHelper (const PostprocessorName &) const
 
virtual void addVectorPostprocessorDependencyHelper (const VectorPostprocessorName &) const
 
TdeclareRestartableData (const std::string &data_name, Args &&... args)
 
ManagedValue< TdeclareManagedRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args)
 
const TgetRestartableData (const std::string &data_name) const
 
TdeclareRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args)
 
TdeclareRecoverableData (const std::string &data_name, Args &&... args)
 
TdeclareRestartableDataWithObjectName (const std::string &data_name, const std::string &object_name, Args &&... args)
 
TdeclareRestartableDataWithObjectNameWithContext (const std::string &data_name, const std::string &object_name, void *context, Args &&... args)
 
std::string restartableName (const std::string &data_name) const
 
std::string deduceFunctorName (const std::string &name) const
 
const Moose::Functor< T > & getFunctor (const std::string &name)
 
const Moose::Functor< T > & getFunctor (const std::string &name, THREAD_ID tid)
 
const Moose::Functor< T > & getFunctor (const std::string &name, SubProblem &subproblem)
 
const Moose::Functor< T > & getFunctor (const std::string &name, SubProblem &subproblem, THREAD_ID tid)
 
bool isFunctor (const std::string &name) const
 
bool isFunctor (const std::string &name, const SubProblem &subproblem) const
 
Moose::ElemArg makeElemArg (const Elem *elem, bool correct_skewnewss=false) const
 
void checkFunctorSupportsSideIntegration (const std::string &name, bool qp_integration)
 
const Moose::Functor< T > & getFunctorByName (const std::string &name)
 
virtual void coupledCallback (const std::string &, bool) const
 
virtual bool isCoupled (const std::string &var_name, unsigned int i=0) const
 
virtual bool isCoupledConstant (const std::string &var_name) const
 
unsigned int coupledComponents (const std::string &var_name) const
 
VariableName coupledName (const std::string &var_name, unsigned int comp=0) const
 
std::vector< VariableName > coupledNames (const std::string &var_name) const
 
virtual unsigned int coupled (const std::string &var_name, unsigned int comp=0) const
 
std::vector< unsigned intcoupledIndices (const std::string &var_name) const
 
virtual const VariableValuecoupledValue (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue * > coupledValues (const std::string &var_name) const
 
std::vector< const VectorVariableValue * > coupledVectorValues (const std::string &var_name) const
 
const GenericVectorVariableValue< is_ad > & coupledGenericVectorValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVectorVariableValue< false > & coupledGenericVectorValue (const std::string &var_name, unsigned int comp) const
 
const GenericVectorVariableValue< true > & coupledGenericVectorValue (const std::string &var_name, unsigned int comp) const
 
std::vector< const GenericVariableValue< is_ad > * > coupledGenericValues (const std::string &var_name) const
 
std::vector< const GenericVariableValue< false > * > coupledGenericValues (const std::string &var_name) const
 
std::vector< const GenericVariableValue< true > * > coupledGenericValues (const std::string &var_name) const
 
const GenericVariableValue< is_ad > & coupledGenericDofValue (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericDofValue (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericDofValue (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< is_ad > & coupledGenericDot (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericDot (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericDot (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< is_ad > & coupledGenericDotDot (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableValue< false > & coupledGenericDotDot (const std::string &var_name, unsigned int comp) const
 
const GenericVariableValue< true > & coupledGenericDotDot (const std::string &var_name, unsigned int comp) const
 
virtual const VariableValuecoupledValueLower (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadCoupledValue (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const ADVariableValue * > adCoupledValues (const std::string &var_name) const
 
const ADVariableValueadCoupledLowerValue (const std::string &var_name, unsigned int comp=0) const
 
const ADVectorVariableValueadCoupledVectorValue (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const ADVectorVariableValue * > adCoupledVectorValues (const std::string &var_name) const
 
virtual const VariableValuecoupledVectorTagValue (const std::string &var_names, TagID tag, unsigned int index=0) const
 
virtual const VariableValuecoupledVectorTagValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
std::vector< const VariableValue * > coupledVectorTagValues (const std::string &var_names, TagID tag) const
 
std::vector< const VariableValue * > coupledVectorTagValues (const std::string &var_names, const std::string &tag_name) const
 
virtual const ArrayVariableValuecoupledVectorTagArrayValue (const std::string &var_names, TagID tag, unsigned int index=0) const
 
virtual const ArrayVariableValuecoupledVectorTagArrayValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
std::vector< const ArrayVariableValue * > coupledVectorTagArrayValues (const std::string &var_names, TagID tag) const
 
std::vector< const ArrayVariableValue * > coupledVectorTagArrayValues (const std::string &var_names, const std::string &tag_name) const
 
virtual const VariableGradientcoupledVectorTagGradient (const std::string &var_names, TagID tag, unsigned int index=0) const
 
virtual const VariableGradientcoupledVectorTagGradient (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
std::vector< const VariableGradient * > coupledVectorTagGradients (const std::string &var_names, TagID tag) const
 
std::vector< const VariableGradient * > coupledVectorTagGradients (const std::string &var_names, const std::string &tag_name) const
 
virtual const ArrayVariableGradientcoupledVectorTagArrayGradient (const std::string &var_names, TagID tag, unsigned int index=0) const
 
virtual const ArrayVariableGradientcoupledVectorTagArrayGradient (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
std::vector< const ArrayVariableGradient * > coupledVectorTagArrayGradients (const std::string &var_names, TagID tag) const
 
std::vector< const ArrayVariableGradient * > coupledVectorTagArrayGradients (const std::string &var_names, const std::string &tag_name) const
 
virtual const VariableValuecoupledVectorTagDofValue (const std::string &var_name, TagID tag, unsigned int index=0) const
 
virtual const VariableValuecoupledVectorTagDofValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
const ArrayVariableValuecoupledVectorTagArrayDofValue (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
std::vector< const VariableValue * > coupledVectorTagDofValues (const std::string &var_names, TagID tag) const
 
std::vector< const VariableValue * > coupledVectorTagDofValues (const std::string &var_names, const std::string &tag_name) const
 
virtual const VariableValuecoupledMatrixTagValue (const std::string &var_names, TagID tag, unsigned int index=0) const
 
virtual const VariableValuecoupledMatrixTagValue (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
std::vector< const VariableValue * > coupledMatrixTagValues (const std::string &var_names, TagID tag) const
 
std::vector< const VariableValue * > coupledMatrixTagValues (const std::string &var_names, const std::string &tag_name) const
 
virtual const VectorVariableValuecoupledVectorValue (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayValue (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const ArrayVariableValue * > coupledArrayValues (const std::string &var_name) const
 
MooseWritableVariablewritableVariable (const std::string &var_name, unsigned int comp=0)
 
virtual VariableValuewritableCoupledValue (const std::string &var_name, unsigned int comp=0)
 
void checkWritableVar (MooseWritableVariable *var)
 
virtual const VariableValuecoupledValueOld (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue * > coupledValuesOld (const std::string &var_name) const
 
std::vector< const VectorVariableValue * > coupledVectorValuesOld (const std::string &var_name) const
 
virtual const VariableValuecoupledValueOlder (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue * > coupledValuesOlder (const std::string &var_name) const
 
virtual const VariableValuecoupledValuePreviousNL (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorValueOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorValueOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayValueOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayValueOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableGradientcoupledGradient (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableGradient * > coupledGradients (const std::string &var_name) const
 
const ADVariableGradientadCoupledGradient (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableGradientadCoupledGradientDot (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const ADVariableGradient * > adCoupledGradients (const std::string &var_name) const
 
const GenericVariableGradient< is_ad > & coupledGenericGradient (const std::string &var_name, unsigned int comp=0) const
 
const GenericVariableGradient< false > & coupledGenericGradient (const std::string &var_name, unsigned int comp) const
 
const GenericVariableGradient< true > & coupledGenericGradient (const std::string &var_name, unsigned int comp) const
 
std::vector< const GenericVariableGradient< is_ad > * > coupledGenericGradients (const std::string &var_name) const
 
std::vector< const GenericVariableGradient< false > * > coupledGenericGradients (const std::string &var_name) const
 
std::vector< const GenericVariableGradient< true > * > coupledGenericGradients (const std::string &var_name) const
 
const ADVectorVariableGradientadCoupledVectorGradient (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableSecondadCoupledSecond (const std::string &var_name, unsigned int comp=0) const
 
const ADVectorVariableSecondadCoupledVectorSecond (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableGradientcoupledGradientOld (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableGradient * > coupledGradientsOld (const std::string &var_name) const
 
virtual const VariableGradientcoupledGradientOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableGradientcoupledGradientPreviousNL (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableGradientcoupledGradientDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableGradientcoupledGradientDotDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableGradientcoupledVectorGradient (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableGradientcoupledVectorGradientOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableGradientcoupledVectorGradientOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableGradientcoupledArrayGradient (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableGradientcoupledArrayGradientOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableGradientcoupledArrayGradientOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableGradientcoupledArrayGradientDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableCurlcoupledCurl (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableCurlcoupledCurlOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableCurlcoupledCurlOlder (const std::string &var_name, unsigned int comp=0) const
 
const ADVectorVariableCurladCoupledCurl (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableDivergencecoupledDiv (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableDivergencecoupledDivOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableDivergencecoupledDivOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableSecondcoupledSecond (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableSecondcoupledSecondOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableSecondcoupledSecondOlder (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableSecondcoupledSecondPreviousNL (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledDot (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue * > coupledDots (const std::string &var_name) const
 
virtual const VariableValuecoupledDotDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadCoupledDot (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const ADVariableValue * > adCoupledDots (const std::string &var_name) const
 
const ADVariableValueadCoupledDotDot (const std::string &var_name, unsigned int comp=0) const
 
const ADVectorVariableValueadCoupledVectorDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorDotDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VectorVariableValuecoupledVectorDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledVectorDotDu (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledVectorDotDotDu (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayDotDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const ArrayVariableValuecoupledArrayDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledDotDu (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledDotDotDu (const std::string &var_name, unsigned int comp=0) const
 
const VariableValuecoupledArrayDotDu (const std::string &var_name, unsigned int comp=0) const
 
const TcoupledNodalValue (const std::string &var_name, unsigned int comp=0) const
 
const Moose::ADType< T >::typeadCoupledNodalValue (const std::string &var_name, unsigned int comp=0) const
 
const TcoupledNodalValueOld (const std::string &var_name, unsigned int comp=0) const
 
const TcoupledNodalValueOlder (const std::string &var_name, unsigned int comp=0) const
 
const TcoupledNodalValuePreviousNL (const std::string &var_name, unsigned int comp=0) const
 
const TcoupledNodalDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledNodalDotDot (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledNodalDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledNodalDotDotOld (const std::string &var_name, unsigned int comp=0) const
 
virtual const VariableValuecoupledDofValues (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue * > coupledAllDofValues (const std::string &var_name) const
 
virtual const VariableValuecoupledDofValuesOld (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue * > coupledAllDofValuesOld (const std::string &var_name) const
 
virtual const VariableValuecoupledDofValuesOlder (const std::string &var_name, unsigned int comp=0) const
 
std::vector< const VariableValue * > coupledAllDofValuesOlder (const std::string &var_name) const
 
virtual const ArrayVariableValuecoupledArrayDofValues (const std::string &var_name, unsigned int comp=0) const
 
virtual const ADVariableValueadCoupledDofValues (const std::string &var_name, unsigned int comp=0) const
 
const ADVariableValueadZeroValue () const
 
const ADVariableGradientadZeroGradient () const
 
const ADVariableSecondadZeroSecond () const
 
const GenericVariableValue< is_ad > & genericZeroValue ()
 
const GenericVariableValue< false > & genericZeroValue ()
 
const GenericVariableValue< true > & genericZeroValue ()
 
const GenericVariableGradient< is_ad > & genericZeroGradient ()
 
const GenericVariableGradient< false > & genericZeroGradient ()
 
const GenericVariableGradient< true > & genericZeroGradient ()
 
const GenericVariableSecond< is_ad > & genericZeroSecond ()
 
const GenericVariableSecond< false > & genericZeroSecond ()
 
const GenericVariableSecond< true > & genericZeroSecond ()
 
bool checkVar (const std::string &var_name, unsigned int comp=0, unsigned int comp_bound=0) const
 
const MooseVariableFieldBasegetFEVar (const std::string &var_name, unsigned int comp) const
 
const MooseVariableFieldBasegetFieldVar (const std::string &var_name, unsigned int comp) const
 
MooseVariableFieldBasegetFieldVar (const std::string &var_name, unsigned int comp)
 
std::vector< const MooseVariableFieldBase * > getFieldVars (const std::string &var_name) const
 
const TgetVarHelper (const std::string &var_name, unsigned int comp) const
 
TgetVarHelper (const std::string &var_name, unsigned int comp)
 
std::vector< const T * > getVarsHelper (const std::string &var_name) const
 
MooseVariablegetVar (const std::string &var_name, unsigned int comp)
 
const MooseVariablegetVar (const std::string &var_name, unsigned int comp) const
 
VectorMooseVariablegetVectorVar (const std::string &var_name, unsigned int comp)
 
const VectorMooseVariablegetVectorVar (const std::string &var_name, unsigned int comp) const
 
ArrayMooseVariablegetArrayVar (const std::string &var_name, unsigned int comp)
 
const ArrayMooseVariablegetArrayVar (const std::string &var_name, unsigned int comp) const
 
void validateExecutionerType (const std::string &name, const std::string &fn_name) const
 
std::vector< TcoupledVectorHelper (const std::string &var_name, const Func &func) const
 
virtual void getKokkosMaterialPropertyHook (const std::string &, const unsigned int)
 
void markMatPropRequested (const std::string &)
 
MaterialPropertyName getMaterialPropertyName (const std::string &name) const
 
const GenericMaterialProperty< T, is_ad > * defaultGenericMaterialProperty (const std::string &name)
 
const GenericMaterialProperty< T, is_ad > * defaultGenericMaterialProperty (const std::string &name)
 
const MaterialProperty< T > * defaultMaterialProperty (const std::string &name)
 
const MaterialProperty< T > * defaultMaterialProperty (const std::string &name)
 
const ADMaterialProperty< T > * defaultADMaterialProperty (const std::string &name)
 
const ADMaterialProperty< T > * defaultADMaterialProperty (const std::string &name)
 
void returnMappingSolve (const GenericReal< is_ad > &effective_trial_stress, GenericReal< is_ad > &scalar, const ConsoleStream &console)
 Perform the return mapping iterations.
 
virtual GenericReal< is_ad > initialGuess (const GenericReal< is_ad > &)
 Compute an initial guess for the value of the scalar.
 
virtual GenericChainedReal< is_ad > computeResidualAndDerivative (const GenericReal< is_ad > &, const GenericChainedReal< is_ad > &)
 Compute the residual and the derivative for a predicted value of the scalar.
 
virtual void preStep (const GenericReal< is_ad > &, const GenericReal< is_ad > &, const GenericReal< is_ad > &)
 This method is called before taking a step in the return mapping algorithm.
 
virtual void iterationFinalize (const GenericReal< is_ad > &)
 Finalize internal state variables for a model for a given iteration.
 
bool converged (const GenericReal< is_ad > &residual, const Real reference)
 Check to see whether the residual is within the convergence limits.
 

Protected Attributes

const GenericVariableValue< is_ad > & _temperature
 Coupled temperature variable.
 
const GenericMaterialProperty< Real, is_ad > * _environmental
 Optionally coupled environmental factor.
 
std::vector< std::pair< WindowFailure, WindowFailure > > _window_failure
 
const bool _verbose
 Flag to output verbose infromation.
 
const Real _max_cell_increment
 Maximum cell dislocation increment.
 
const Function *const _cell_function
 Optional cell dislocation forcing function.
 
GenericReal< is_ad > _cell_dislocation_increment
 Container for cell dislocation increment.
 
const Real _max_wall_increment
 Maximum wall dislocation increment.
 
const Function *const _wall_function
 Optional wall dislocation forcing function.
 
const Function *const _stress_function
 Optiontal effective stress forcing function.
 
GenericReal< is_ad > _wall_dislocation_increment
 Container for wall dislocation increment.
 
const unsigned int _cell_input_index
 Index corresponding to the position for the dislocations with in the cell in the input vector.
 
const unsigned int _wall_input_index
 Index corresponding to the position for the dislocations within the cell wall in the input vector.
 
const unsigned int _stress_input_index
 Index corresponding to the position for the stress in the input vector.
 
const unsigned int _old_strain_input_index
 Index corresponding to the position for the old strain in the input vector.
 
const unsigned int _temperature_input_index
 Index corresponding to the position for the tempeature in the input vector.
 
const unsigned int _environmental_input_index
 Index corresponding to the position for the environmental factor in the input vector.
 
const unsigned int _cell_output_index
 Index corresponding to the position for cell dislocations increment in the output vector.
 
const unsigned int _wall_output_index
 Index corresponding to the position for wall dislocations increment in the output vector.
 
const unsigned int _strain_output_index
 Index corresponding to the position for strain increment in the output vector.
 
const Function *const _creep_strain_old_forcing_function
 Optional old creep strain forcing function.
 
unsigned int _num_partitions
 Number of partitions.
 
std::vector< unsigned int_num_tiles
 Number of ROM tiles per partition.
 
unsigned int _num_inputs
 Number of inputs for the ROM data set.
 
unsigned int _num_outputs
 Number of inputs to the ROM data set.
 
std::vector< unsigned int_degree
 Legendre polynomial degree for the ROM data set for each partition.
 
std::vector< unsigned int_num_coefs
 Total number of Legendre polynomial coefficients for the ROM data set in each parition.
 
std::vector< std::vector< std::vector< std::vector< ROMInputTransform > > > > _transform
 Transform rules defined by the ROM data set for each partition.
 
std::vector< std::vector< std::vector< std::vector< Real > > > > _transform_coefs
 Transform coefficients defined by the ROM data set for each partition.
 
std::vector< std::vector< std::vector< std::vector< Real > > > > _input_limits
 Input limits defined by the ROM data set for each partition.
 
std::vector< std::vector< std::vector< std::vector< Real > > > > _normalization_limits
 Normalization limits defined by the ROM data set for each partition.
 
std::vector< std::vector< std::vector< std::vector< Real > > > > _coefs
 Coefficients used with Legendre polynomials defined by the ROM data set for each partition.
 
std::vector< std::vector< std::vector< std::vector< std::vector< Real > > > > > _transformed_normalization_limits
 Limits transformed from readabile input to ROM readable limits for normalization.
 
std::vector< std::vector< unsigned int > > _makeframe_helper
 Helper container defined by the ROM data set.
 
GenericMaterialProperty< Real, is_ad > & _creep_rate
 Creep rate material property.
 
GenericMaterialProperty< Real, is_ad > & _cell_rate
 Cell dislocations rate of change.
 
GenericMaterialProperty< Real, is_ad > & _wall_rate
 Wall dislocations rate of change.
 
MaterialProperty< Real > & _extrapolation
 Material property to hold smootherstep applied in order to extrapolate.
 
GenericMaterialProperty< Real, is_ad > & _second_partition_weight
 Material property to store partition weight.
 
GenericReal< is_ad > _derivative
 Container for derivative of creep increment with respect to strain.
 
std::vector< GenericReal< is_ad > > _input_values
 Container for input values.
 
std::vector< Real > _old_input_values
 Container for old input values.
 
std::vector< std::vector< std::vector< GenericReal< is_ad > > > > _rom_inputs
 Container for converted rom_inputs.
 
std::vector< std::vector< std::vector< std::vector< GenericReal< is_ad > > > > > _polynomial_inputs
 Container for ROM polynomial inputs.
 
std::vector< std::vector< std::vector< GenericReal< is_ad > > > > _precomputed_vals
 Container for ROM precomputed values.
 
std::vector< std::pair< Real, Real > > _global_limits
 Container for global limits.
 
std::vector< std::vector< GenericReal< is_ad > > > _non_stress_weights
 Container for weights for each tile as computed for all input values beside stress.
 
std::vector< std::vector< GenericReal< is_ad > > > _weights
 Container for weights for each tile as computed for all input values beside stress.
 
std::vector< GenericReal< is_ad > > _partition_weights
 Container for weights for each tile as computed for all input values beside stress.
 
std::vector< GenericReal< is_ad > > _dpartition_weight_dstress
 Container for d_parition_weights d_stress.
 
std::vector< std::vector< unsigned int > > _tiling
 Container for tiling orientations.
 
std::vector< Real > _cutoff
 Container for strain cutoff.
 
Real _stress_ucf
 Unit conversion factors required to convert from the specified unit to MPa.
 
RankTwoTensor _plastic_strain_increment
 Total plastic strain increment in step (summing substep contributions)
 
MaterialProperty< Real > & _number_of_substeps
 Material property capturing number of substeps for output purposes (defaults to one if substepping isn't used)
 
std::vector< std::string > _index_name
 index names for error output
 
nlohmann::json _json
 JSON object constructed from the datafile.
 
 usingTransientInterfaceMembers
 
const std::string & _name
 
const MooseArray< Point > & _q_point
 
unsigned int _qp
 
GenericMaterialProperty< RankTwoTensor, is_ad > & _creep_strain
 Creep strain material property.
 
const MaterialProperty< RankTwoTensor > & _creep_strain_old
 
GenericReal< is_ad > _three_shear_modulus
 3 * shear modulus
 
GenericMaterialProperty< Real, is_ad > & _effective_inelastic_strain
 
const MaterialProperty< Real > & _effective_inelastic_strain_old
 
GenericReal< is_ad > _effective_inelastic_strain_increment
 Stores the scalar effective inelastic strain increment from Newton iteration.
 
Real _max_inelastic_increment
 Maximum allowable scalar inelastic strain increment, used to control the timestep size in conjunction with a user object.
 
const Real _substep_tolerance
 Used to calculate the number of substeps taken in the radial return algorithm, when substepping is enabled, based on the elastic strain increment ratio to the maximum inelastic increment.
 
const RankTwoTensor _identity_two
 Rank two identity tensor.
 
const RankFourTensor _identity_symmetric_four
 Rank four symmetric identity tensor.
 
const RankFourTensor _deviatoric_projection_four
 Rank four deviatoric projection tensor.
 
const bool _apply_strain
 Debugging option to enable specifying instead of calculating strain.
 
SubsteppingType _use_substepping
 Whether user has requested the use of substepping technique to improve convergence [make const later].
 
const bool _adaptive_substepping
 Use adaptive substepping, cutting substep sizes until convergence is achieved.
 
const unsigned int _maximum_number_substeps
 Maximum number of substeps. If the calculation results in a larger number, cut overall time step.
 
Real _dt_original
 original timestep (to be restored after substepping is completed)
 
const std::string _base_name
 Name used as a prefix for all material properties related to the stress update model.
 
 CURR
 
 PREV
 
bool _bnd
 
bool _neighbor
 
const QBase *const & _qrule
 
const MooseArray< Real > & _JxW
 
const SubdomainID_current_subdomain_id
 
const unsigned int_current_side
 
const ConstantTypeEnum _constant_option
 
SubProblem_subproblem
 
FEProblemBase_fe_problem
 
THREAD_ID _tid
 
Assembly_assembly
 
const MooseArray< Real > & _coord
 
const MooseArray< Point > & _normals
 
MooseMesh_mesh
 
const Moose::CoordinateSystemType_coord_sys
 
std::set< std::string > _requested_props
 
std::set< std::string > _supplied_props
 
std::set< unsigned int_supplied_prop_ids
 
std::unordered_set< unsigned int_active_prop_ids
 
const bool _compute
 
std::unordered_map< unsigned int, unsigned int_props_to_min_states
 
std::vector< unsigned int_displacements
 
bool _has_stateful_property
 
bool _overrides_init_stateful_props
 
const FaceInfo_face_info
 
const MaterialPropertyName _declare_suffix
 
const bool & _enabled
 
MooseApp_app
 
Factory_factory
 
ActionFactory_action_factory
 
const std::string & _type
 
const InputParameters_pars
 
const MaterialData_blk_material_data
 
const ExecFlagEnum_execute_enum
 
const ExecFlagType_current_execute_flag
 
FEProblemBase_sc_fe_problem
 
const THREAD_ID _sc_tid
 
const Real & _real_zero
 
const VariableValue_scalar_zero
 
const Point & _point_zero
 
const InputParameters_ti_params
 
FEProblemBase_ti_feproblem
 
bool _is_implicit
 
Real & _t
 
const Real & _t_old
 
int_t_step
 
Real & _dt_old
 
bool _is_transient
 
MooseApp_restartable_app
 
const std::string _restartable_system_name
 
const THREAD_ID _restartable_tid
 
const bool _restartable_read_only
 
FEProblemBase_mci_feproblem
 
GeometricSearchData_geometric_search_data
 
bool _requires_geometric_search
 
const InputParameters_c_parameters
 
const std::string & _c_name
 
const std::string & _c_type
 
FEProblemBase_c_fe_problem
 
const SystemBase *const _c_sys
 
std::unordered_map< std::string, std::vector< MooseVariableFieldBase * > > _coupled_vars
 
std::vector< MooseVariableFieldBase * > _coupled_moose_vars
 
std::vector< MooseVariable * > _coupled_standard_moose_vars
 
std::vector< VectorMooseVariable * > _coupled_vector_moose_vars
 
std::vector< ArrayMooseVariable * > _coupled_array_moose_vars
 
std::vector< MooseVariableField< Real > * > _coupled_fv_moose_vars
 
const std::unordered_map< std::string, std::string > & _new_to_deprecated_coupled_vars
 
bool _c_nodal
 
bool _c_is_implicit
 
const bool _c_allow_element_to_nodal_coupling
 
THREAD_ID _c_tid
 
std::unordered_map< std::string, std::vector< std::unique_ptr< VariableValue > > > _default_value
 
std::unordered_map< std::string, std::unique_ptr< MooseArray< ADReal > > > _ad_default_value
 
std::unordered_map< std::string, std::unique_ptr< VectorVariableValue > > _default_vector_value
 
std::unordered_map< std::string, std::unique_ptr< ArrayVariableValue > > _default_array_value
 
std::unordered_map< std::string, std::unique_ptr< MooseArray< ADRealVectorValue > > > _ad_default_vector_value
 
VariableValue _default_value_zero
 
VariableGradient _default_gradient
 
MooseArray< ADRealVectorValue_ad_default_gradient
 
MooseArray< ADRealTensorValue_ad_default_vector_gradient
 
VariableSecond _default_second
 
MooseArray< ADRealTensorValue_ad_default_second
 
MooseArray< ADRealVectorValue_ad_default_curl
 
const VariableValue_zero
 
const VariablePhiValue_phi_zero
 
const MooseArray< ADReal > & _ad_zero
 
const VariableGradient_grad_zero
 
const MooseArray< ADRealVectorValue > & _ad_grad_zero
 
const VariablePhiGradient_grad_phi_zero
 
const VariableSecond_second_zero
 
const MooseArray< ADRealTensorValue > & _ad_second_zero
 
const VariablePhiSecond_second_phi_zero
 
const VectorVariableValue_vector_zero
 
const VectorVariableCurl_vector_curl_zero
 
VectorVariableValue _default_vector_value_zero
 
VectorVariableGradient _default_vector_gradient
 
VectorVariableCurl _default_vector_curl
 
VectorVariableDivergence _default_div
 
ArrayVariableValue _default_array_value_zero
 
ArrayVariableGradient _default_array_gradient
 
bool _coupleable_neighbor
 
const InputParameters_mi_params
 
const std::string _mi_name
 
const MooseObjectName _mi_moose_object_name
 
FEProblemBase_mi_feproblem
 
SubProblem_mi_subproblem
 
const THREAD_ID _mi_tid
 
const bool _is_kokkos_object
 
const Moose::MaterialDataType _material_data_type
 
MaterialData_material_data
 
bool _stateful_allowed
 
bool _get_material_property_called
 
std::vector< std::unique_ptr< PropertyValue > > _default_properties
 
std::unordered_set< unsigned int_material_property_dependencies
 
const MaterialPropertyName _get_suffix
 
const bool _use_interpolated_state
 
const Parallel::Communicator & _communicator
 
bool _check_range
 Whether to check to see whether iterative solution is within admissible range, and set within that range if outside.
 
bool _line_search
 Whether to use line searches to improve convergence.
 
bool _bracket_solution
 Whether to save upper and lower bounds of root for scalar, and set solution to the midpoint between those bounds if outside them.
 
GenericMaterialProperty< Real, is_ad > & _cell_dislocations
 Material properties for cell (glissile) dislocation densities (1/m^2)
 
const MaterialProperty< Real > & _cell_dislocations_old
 
GenericMaterialProperty< Real, is_ad > & _wall_dislocations
 Material properties for wall (locked) dislocation densities (1/m^2)
 
const MaterialProperty< Real > & _wall_dislocations_old
 
GenericMaterialProperty< Real, is_ad > & _wall_dislocations_step
 Material properties accumulated at substeps.
 
GenericMaterialProperty< Real, is_ad > & _cell_dislocations_step
 

Static Protected Attributes

static RankFourTensor _identityTensor
 
static const std::string _interpolated_old
 
static const std::string _interpolated_older
 

Private Types

enum  FuncAge
 
enum  VarType
 
enum class  InternalSolveOutput { NEVER , ON_ERROR , ALWAYS }
 
enum class  SolveState { SUCCESS , NAN_INF , EXCEEDED_ITERATIONS }
 

Private Member Functions

const ADVariableValuegetADDefaultValue (const std::string &var_name) const
 
const Moose::Functor< T > & getFunctorByName (const std::string &name, SubProblem &subproblem, THREAD_ID tid)
 
const Moose::Functor< T > * defaultFunctor (const std::string &name)
 
const Moose::Functor< Real > * defaultFunctor (const std::string &name)
 
const Moose::Functor< ADReal > * defaultFunctor (const std::string &name)
 
void checkVar (const std::string &var_name) const
 
void validateExecutionerType (const std::string &name, const std::string &fn_name) const
 
void markMatPropRequested (const std::string &name)
 
ConstantTypeEnum computeConstantOption ()
 
void storeSubdomainZeroMatProp (SubdomainID block_id, const MaterialPropertyName &name)
 
void storeBoundaryZeroMatProp (BoundaryID boundary_id, const MaterialPropertyName &name)
 
unsigned int getMaxQps () const
 
void initializeBoundaryRestrictable ()
 
void initializeKokkosBoundaryRestrictable ()
 
std::set< MooseVariableFieldBase * > checkVariablesHelper (const DofObjectType &dof_object, const std::set< MooseVariableFieldBase * > &vars_to_check)
 
const VariableValuegetDefaultValue (const std::string &var_name) const
 
const Moose::FunctionBasegetKokkosFunctionByNameHelper (const FunctionName &name) const
 
const UserObjectBasegetUserObjectFromFEProblem (const UserObjectName &object_name, const THREAD_ID tid=0) const
 
const TcastUserObject (const UserObjectBase &uo_base, const std::string &param_name="") const
 
void mooseObjectError (const std::string &param_name, std::stringstream &oss) const
 
const std::string & userObjectType (const UserObjectBase &uo) const
 
const std::string & userObjectName (const UserObjectBase &uo) const
 
const PostprocessorName & getPostprocessorNameInternal (const std::string &param_name, const unsigned int index, const bool allow_default_value=true) const
 
bool isDefaultPostprocessorValueByName (const PostprocessorName &name) const
 
PostprocessorValue getDefaultPostprocessorValueByName (const PostprocessorName &name) const
 
void checkParam (const std::string &param_name, const unsigned int index=std::numeric_limits< unsigned int >::max()) const
 
bool postprocessorsAdded () const
 
const VectorPostprocessorValuegetVectorPostprocessorByNameHelper (const VectorPostprocessorName &name, const std::string &vector_name, bool broadcast, std::size_t t_index) const
 
const VectorPostprocessorContext< VectorPostprocessorValue > & getVectorPostprocessorContextByNameHelper (const VectorPostprocessorName &name, const std::string &vector_name) const
 
bool vectorPostprocessorsAdded () const
 
RestartableDataValueregisterRestartableDataOnApp (std::unique_ptr< RestartableDataValue > data, THREAD_ID tid) const
 
void registerRestartableNameWithFilterOnApp (const std::string &name, Moose::RESTARTABLE_FILTER filter)
 
RestartableData< T > & declareRestartableDataHelper (const std::string &data_name, void *context, Args &&... args) const
 
virtual bool isADObject () const override
 
const OutputTools< T >::VariableValuevectorTagValueHelper (const std::string &var_names, TagID tag, unsigned int index=0) const
 
const OutputTools< T >::VariableValuevectorTagValueHelper (const std::string &var_names, const std::string &tag_name, unsigned int index=0) const
 
const OutputTools< T >::VariableValuevectorTagDofValueHelper (const std::string &var_name, TagID tag, unsigned int comp=0) const
 
const OutputTools< T >::VariableValuevectorTagDofValueHelper (const std::string &var_name, const std::string &tag_name, unsigned int comp=0) const
 
void requestStates (const std::string &var_name, const TagName &tag_name, const unsigned int comp)
 
void checkFuncType (const std::string var_name, VarType t, FuncAge age) const
 
const VectorVariableValuegetDefaultVectorValue (const std::string &var_name) const
 
const ArrayVariableValuegetDefaultArrayValue (const std::string &var_name) const
 
const TgetDefaultNodalValue (const std::string &var_name, unsigned int comp=0) const
 
const RealVectorValue & getDefaultNodalValue (const std::string &var_name, unsigned int) const
 
const RealEigenVector & getDefaultNodalValue (const std::string &var_name, unsigned int) const
 
const Moose::Functor< T > & getDefaultFunctor (const std::string &var_name) const
 
Moose::Kokkos::Variable kokkosCoupledVectorTagVariable (const std::string &var_name, const std::string &tag_name, unsigned int comp) const
 
Moose::Kokkos::Variable kokkosCoupledVectorTagVariables (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::Variable kokkosCoupledVectorTagVectorVariable (const std::string &var_name, const std::string &tag_name, unsigned int comp) const
 
Moose::Kokkos::Variable kokkosCoupledVectorTagVectorVariables (const std::string &var_name, const std::string &tag_name) const
 
Moose::Kokkos::Variable kokkosZeroVariable () const
 
Moose::MaterialDataType getMaterialDataType (const std::set< BoundaryID > &boundary_ids) const
 
void addConsumedPropertyName (const MooseObjectName &obj_name, const std::string &prop_name)
 
const PostprocessorValuegetPostprocessorValueInternal (const std::string &param_name, unsigned int index, std::size_t t_index) const
 
const PostprocessorValuegetPostprocessorValueInternal (const std::string &param_name, unsigned int index, std::size_t t_index) const
 
const PostprocessorValuegetPostprocessorValueByNameInternal (const PostprocessorName &name, std::size_t t_index) const
 
const PostprocessorValuegetPostprocessorValueByNameInternal (const PostprocessorName &name, std::size_t t_index) const
 
void possiblyCheckHasVectorPostprocessor (const std::string &param_name, const std::string &vector_name) const
 
void possiblyCheckHasVectorPostprocessor (const std::string &param_name, const std::string &vector_name) const
 
void possiblyCheckHasVectorPostprocessorByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
void possiblyCheckHasVectorPostprocessorByName (const VectorPostprocessorName &name, const std::string &vector_name) const
 
void computeResidualAndDerivativeHelper (const GenericReal< is_ad > &effective_trial_stress, const GenericReal< is_ad > &scalar)
 Helper function to compute and set the _residual and _derivative.
 
SolveState internalSolve (const GenericReal< is_ad > effective_trial_stress, GenericReal< is_ad > &scalar, std::stringstream *iter_output=nullptr)
 Method called from within this class to perform the actual return mappping iterations.
 
bool convergedAcceptable (const unsigned int it, const Real reference)
 Check to see whether the residual is within acceptable convergence limits.
 
void checkPermissibleRange (GenericReal< is_ad > &scalar, GenericReal< is_ad > &scalar_increment, const GenericReal< is_ad > &scalar_old, const GenericReal< is_ad > min_permissible_scalar, const GenericReal< is_ad > max_permissible_scalar, std::stringstream *iter_output)
 Check to see whether solution is within admissible range, and set it within that range if it is not.
 
void updateBounds (const GenericReal< is_ad > &scalar, const GenericReal< is_ad > &residual, const Real init_resid_sign, GenericReal< is_ad > &scalar_upper_bound, GenericReal< is_ad > &scalar_lower_bound, std::stringstream *iter_output)
 Update the upper and lower bounds of the root for the effective inelastic strain.
 

Static Private Member Functions

static const hit::Node * getHitNode (const InputParameters &params)
 
static std::string messagePrefix (const InputParameters &params, const bool hit_prefix)
 

Private Attributes

std::unordered_map< std::string, std::unique_ptr< VariableValue > > _default_value
 
bool _ghostable
 
std::vector< std::unique_ptr< OptionalMaterialPropertyProxyBase< Material > > > _optional_property_proxies
 
const bool _force_stateful_init
 
const ParallelParamObject_parent
 
const MooseBase_si_moose_base
 
const FEProblemBase_si_problem
 
std::set< SubdomainID_blk_ids
 
std::vector< SubdomainID_vec_ids
 
std::vector< SubdomainName > _blocks
 
const bool _blk_dual_restrictable
 
FEProblemBase_blk_feproblem
 
const MooseMesh_blk_mesh
 
const std::set< BoundaryID_empty_boundary_ids
 
const std::set< BoundaryID > & _boundary_ids
 
THREAD_ID _blk_tid
 
const std::string & _blk_name
 
unsigned int _blk_dim
 
const MooseObject_moose_object
 
Moose::Kokkos::Array< ContiguousElementID_kokkos_element_ids
 
Moose::Kokkos::Array< ContiguousNodeID_kokkos_node_ids
 
Moose::Kokkos::Array< Moose::Kokkos::Pair< ContiguousElementID, unsigned int > > _kokkos_element_side_ids
 
FEProblemBase_bnd_feproblem
 
MooseMesh_bnd_mesh
 
std::set< BoundaryID_bnd_ids
 
std::vector< BoundaryName > _boundary_names
 
const bool _bnd_dual_restrictable
 
const std::set< SubdomainID_empty_block_ids
 
const std::set< SubdomainID > & _block_ids
 
THREAD_ID _bnd_tid
 
const MaterialData_bnd_material_data
 
bool _bnd_nodal
 
ExecFlagEnum _empty_execute_enum
 
std::set< MooseVariableFieldBase * > _moose_variable_dependencies
 
std::vector< libMesh::dof_id_type_dof_indices
 
const InputParameters_sc_parameters
 
const std::string & _sc_name
 
const bool _sc_is_implicit
 
std::unordered_map< std::string, std::vector< MooseVariableScalar * > > _coupled_scalar_vars
 
std::unordered_map< std::string, std::unique_ptr< ADVariableValue > > _dual_default_value
 
std::vector< MooseVariableScalar * > _coupled_moose_scalar_vars
 
std::unordered_map< std::string, std::vector< MooseVariableFieldBase * > > _sc_coupled_vars
 
std::set< TagID_sc_coupleable_vector_tags
 
std::set< TagID_sc_coupleable_matrix_tags
 
const MooseObject_fni_object
 
const InputParameters_fni_params
 
FEProblemBase_fni_feproblem
 
const THREAD_ID _fni_tid
 
const InputParameters_dni_params
 
FEProblemBase_dni_feproblem
 
const MooseObject *const _dni_moose_object_ptr
 
const MooseObject_uoi_moose_object
 
const FEProblemBase_uoi_feproblem
 
const THREAD_ID _uoi_tid
 
const std::string _ti_name
 
const MooseObject_ppi_moose_object
 
const InputParameters_ppi_params
 
const FEProblemBase_ppi_feproblem
 
std::map< PostprocessorName, std::unique_ptr< PostprocessorValue > > _default_values
 
const bool _broadcast_by_default
 
const MooseObject_vpi_moose_object
 
const FEProblemBase_vpi_feproblem
 
const THREAD_ID _vpi_tid
 
const RestartableDataMapName _metaname
 
std::string _restartable_name
 
MooseApp_oi_moose_app
 
OutputWarehouse_oi_output_warehouse
 
std::set< OutputName > _oi_outputs
 
RandomData_random_data
 
MooseRandom_generator
 
FEProblemBase_ri_problem
 
const std::string _ri_name
 
unsigned int _master_seed
 
bool _is_nodal
 
ExecFlagType _reset_on
 
const Node *const & _curr_node
 
const Elem *const & _curr_element
 
const InputParameters_obj_parameters
 
std::shared_ptr< MooseMesh > & _id_mesh
 
const std::string & _ei_name
 
const InputParameters_fi_params
 
const std::string _fi_name
 
SubProblem *const _fi_subproblem
 
const THREAD_ID _fi_tid
 
std::vector< std::unique_ptr< Moose::Functor< Real > > > _default_real_functors
 
std::vector< std::unique_ptr< Moose::Functor< ADReal > > > _default_ad_real_functors
 
unsigned int _coupleable_max_qps
 
std::unordered_map< std::string, std::vector< unsigned int > > _optional_var_index
 
std::unordered_map< std::string, std::vector< MooseVariableScalar * > > _c_coupled_scalar_vars
 
std::set< TagID_fe_coupleable_vector_tags
 
std::set< TagID_fe_coupleable_matrix_tags
 
const bool _is_fv
 
const MooseObject *const _obj
 
const std::set< std::string > _older_state_tags
 
std::vector< std::set< MooseWritableVariable * > > _writable_coupled_variables
 
const Real _kokkos_default_value_zero
 
const MooseObject_mi_moose_object
 
const bool _mi_boundary_restricted
 
const std::set< SubdomainID > & _mi_block_ids
 
const std::set< BoundaryID > & _mi_boundary_ids
 
enum SingleVariableReturnMappingSolutionTempl::InternalSolveOutput _internal_solve_output_on
 
const unsigned int _max_its
 Maximum number of return mapping iterations.
 
const bool _internal_solve_full_iteration_history
 Whether to output iteration information all the time (regardless of whether iterations converge)
 
Real _relative_tolerance
 Relative convergence tolerance.
 
Real _absolute_tolerance
 Absolute convergence tolerance.
 
Real _acceptable_multiplier
 Multiplier applied to relative and absolute tolerances for acceptable convergence.
 
const bool _ad_derivative
 
const std::size_t _num_resids
 Number of residuals to be stored in history.
 
std::vector< Real > _residual_history
 History of residuals used to check whether progress is still being made on decreasing the residual.
 
unsigned int _iteration
 iteration number
 
const std::string _svrms_name
 MOOSE input name of the object performing the solve.
 
GenericReal< is_ad > _initial_residual
 Residual values, kept as members to retain solver state for summary outputting.
 
GenericReal< is_ad > _residual
 

Detailed Description

template<bool is_ad>
class SS316HLAROMANCEStressUpdateTestTempl< is_ad >

Definition at line 15 of file SS316HLAROMANCEStressUpdateTest.h.

Member Typedef Documentation

◆ GR2

template<bool is_ad, typename R2 = RankTwoTensor, typename R4 = RankFourTensor>
using StressUpdateBaseTempl< is_ad, R2, R4 >::GR2 = GenericRankTwoTensor<is_ad>
inherited

Definition at line 57 of file StressUpdateBase.h.

◆ GR4

template<bool is_ad, typename R2 = RankTwoTensor, typename R4 = RankFourTensor>
using StressUpdateBaseTempl< is_ad, R2, R4 >::GR4 = GenericRankFourTensor<is_ad>
inherited

Definition at line 59 of file StressUpdateBase.h.

◆ GSR2

template<bool is_ad, typename R2 = RankTwoTensor, typename R4 = RankFourTensor>
using StressUpdateBaseTempl< is_ad, R2, R4 >::GSR2 = Moose::GenericType<R2, is_ad>
inherited

Definition at line 58 of file StressUpdateBase.h.

◆ GSR4

template<bool is_ad, typename R2 = RankTwoTensor, typename R4 = RankFourTensor>
using StressUpdateBaseTempl< is_ad, R2, R4 >::GSR4 = Moose::GenericType<R4, is_ad>
inherited

Definition at line 60 of file StressUpdateBase.h.

Member Enumeration Documentation

◆ InternalSolveOutput

template<bool is_ad>
enum class SingleVariableReturnMappingSolutionTempl::InternalSolveOutput
strongprivateinherited

◆ ROMInputTransform

template<bool is_ad>
enum class LAROMANCEStressUpdateBaseTempl::ROMInputTransform
strongprotectedinherited

◆ SolveState

template<bool is_ad>
enum class SingleVariableReturnMappingSolutionTempl::SolveState
strongprivateinherited

◆ SubsteppingType

template<bool is_ad>
enum class RadialReturnStressUpdateTempl::SubsteppingType
stronginherited

◆ WindowFailure

template<bool is_ad>
enum class LAROMANCEStressUpdateBaseTempl::WindowFailure
strongprotectedinherited

Enum to error, warn, ignore, or extrapolate if input is outside of window of applicability.

Enumerator
ERROR 
EXCEPTION 
WARN 
IGNORE 
DONOTHING 
USELIMIT 
EXTRAPOLATE 

Definition at line 80 of file LAROMANCEStressUpdateBase.h.

Constructor & Destructor Documentation

◆ SS316HLAROMANCEStressUpdateTestTempl()

Member Function Documentation

◆ areTilesNotIdentical()

template<bool is_ad>
bool LAROMANCEStressUpdateBaseTempl< is_ad >::areTilesNotIdentical ( const unsigned int  p,
const unsigned int  t,
const unsigned int  tt,
const unsigned int  in_index 
)
protectedinherited

Checks if two tile domains are equal.

Parameters
pPartition index
tTile 1 index
ttTile 2 index
in_indexinput index
Returns
integer 0 (false) or 1 (true)

Definition at line 761 of file LAROMANCEStressUpdateBase.C.

765{
766 if (_input_limits[p][t][in_index][0] != _input_limits[p][tt][in_index][0] &&
767 _input_limits[p][t][in_index][1] != _input_limits[p][tt][in_index][1])
768 return true;
769 else
770 return false;
771}
const Real p
std::vector< std::vector< std::vector< std::vector< Real > > > > _input_limits
Input limits defined by the ROM data set for each partition.

◆ buildPolynomials()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::buildPolynomials ( const unsigned int  p,
const GenericReal< is_ad > &  rom_input,
std::vector< GenericReal< is_ad > > &  polynomial_inputs,
const GenericReal< is_ad > &  drom_input = 0,
const bool  derivative = false 
)
protectedinherited

Assemble the array of Legendre polynomials to be multiplied by the ROM coefficients.

Parameters
pPartition index
rom_inputROM input
polynomial_inputsVector of transformed Legendre polynomials
drom_inputOptional derivative of ROM input with respect to stress
derivativeOptional flag to return derivative of converted input with respect to stress.

Definition at line 1015 of file LAROMANCEStressUpdateBase.C.

1021{
1022 for (unsigned int d = 0; d < _degree[p]; ++d)
1023 {
1024 polynomial_inputs[d] = computePolynomial(rom_input, d);
1025
1026 if (derivative)
1027 polynomial_inputs[d] = drom_input * computePolynomial(rom_input, d, derivative);
1028 }
1029}
std::vector< unsigned int > _degree
Legendre polynomial degree for the ROM data set for each partition.
GenericReal< is_ad > computePolynomial(const GenericReal< is_ad > &value, const unsigned int degree, const bool derivative=false)
Calculate the value or derivative of Legendre polynomial up to 3rd order.

◆ calculateNumberSubsteps() [1/2]

template<bool is_ad>
int RadialReturnStressUpdateTempl< is_ad >::calculateNumberSubsteps ( const GenericRankTwoTensor< is_ad > &  strain_increment)
overridevirtualinherited

If substepping is enabled, calculate the number of substeps as a function of the elastic strain increment guess and the maximum inelastic strain increment ratio based on a user-specified tolerance.

Parameters
strain_incrementWhen called, this is the elastic strain guess
Returns
The number of substeps required

Definition at line 150 of file RadialReturnStressUpdate.C.

152{
153 // compute an effective elastic strain measure
154 const GenericReal<is_ad> contracted_elastic_strain =
155 strain_increment.doubleContraction(strain_increment);
156 const Real effective_elastic_strain =
157 std::sqrt(3.0 / 2.0 * MetaPhysicL::raw_value(contracted_elastic_strain));
158
159 if (MooseUtils::absoluteFuzzyEqual(effective_elastic_strain, 0.0))
160 return 1;
161
163 {
164 const Real ratio = effective_elastic_strain / _max_inelastic_increment;
165
166 if (ratio > _substep_tolerance)
167 return std::ceil(ratio / _substep_tolerance);
168 return 1;
169 }
170
172 {
173 const Real accurate_time_step_ratio = _substep_tolerance / effective_elastic_strain;
174
175 if (accurate_time_step_ratio < 1.0)
176 return std::ceil(1.0 / accurate_time_step_ratio);
177 return 1;
178 }
179
180 mooseError("calculateNumberSubsteps should not have been called. Notify a developer.");
181}
Moose::GenericType< Real, is_ad > GenericReal
void mooseError(Args &&... args) const
const Real _substep_tolerance
Used to calculate the number of substeps taken in the radial return algorithm, when substepping is en...
SubsteppingType _use_substepping
Whether user has requested the use of substepping technique to improve convergence [make const later]...
Real _max_inelastic_increment
Maximum allowable scalar inelastic strain increment, used to control the timestep size in conjunction...
auto raw_value(const Eigen::Map< T > &in)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real

◆ calculateNumberSubsteps() [2/2]

template<bool is_ad, typename R2 = RankTwoTensor, typename R4 = RankFourTensor>
virtual int StressUpdateBaseTempl< is_ad, R2, R4 >::calculateNumberSubsteps ( const GR2 )
inlinevirtualinherited

Given the elastic strain increment compute the number of substeps required to bring a substepped trial stress guess distance from the yield surface into the tolerance specified in the individual child class.

Definition at line 160 of file StressUpdateBase.h.

160{ return 1; }

◆ checkInTile()

template<bool is_ad>
bool LAROMANCEStressUpdateBaseTempl< is_ad >::checkInTile ( const unsigned int  p,
const unsigned int  t 
) const
protectedinherited

Checks if the input combination is in a specific tile.

Parameters
pPartition index
tTile index
Returns
bool if in tile

Definition at line 750 of file LAROMANCEStressUpdateBase.C.

751{
752 for (unsigned int i = 0; i < _num_inputs; ++i)
753 if (_input_values[i] < _input_limits[p][t][i][0] ||
754 _input_values[i] > _input_limits[p][t][i][1])
755 return false;
756 return true;
757}
unsigned int _num_inputs
Number of inputs for the ROM data set.
std::vector< GenericReal< is_ad > > _input_values
Container for input values.

◆ checkJSONKey()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::checkJSONKey ( const std::string &  key)
protectedinherited

check if a JSON file was loaded and if the specified key exists

Definition at line 1396 of file LAROMANCEStressUpdateBase.C.

1397{
1398 if (!this->isParamValid("model"))
1399 this->paramError("model", "Specify a JSON data filename.");
1400
1401 const auto model_file_name = this->template getParam<DataFileName>("model");
1402 if (_json.empty())
1403 this->paramError("model", "The specified JSON data file '", model_file_name, "' is empty.");
1404 if (!_json.contains(key))
1405 this->paramError(
1406 "model", "The key '", key, "' is missing from the JSON data file '", model_file_name, "'.");
1407}
nlohmann::json _json
JSON object constructed from the datafile.
void paramError(const std::string &param, Args... args) const
bool isParamValid(const std::string &name) const

Referenced by LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::getClassificationEll(), LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::getClassificationEta(), LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::getClassificationLuu(), LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::getClassificationMmean(), LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::getClassificationMscale(), LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::getClassificationVind(), LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::getClassificationXu(), LAROMANCEStressUpdateBaseTempl< is_ad >::getCoefs(), LAROMANCEStressUpdateBaseTempl< is_ad >::getInputLimits(), LAROMANCEStressUpdateBaseTempl< is_ad >::getStrainCutoff(), LAROMANCEStressUpdateBaseTempl< is_ad >::getTransform(), and LAROMANCEStressUpdateBaseTempl< is_ad >::getTransformCoefs().

◆ checkPermissibleRange()

template<bool is_ad>
void SingleVariableReturnMappingSolutionTempl< is_ad >::checkPermissibleRange ( GenericReal< is_ad > &  scalar,
GenericReal< is_ad > &  scalar_increment,
const GenericReal< is_ad > &  scalar_old,
const GenericReal< is_ad >  min_permissible_scalar,
const GenericReal< is_ad >  max_permissible_scalar,
std::stringstream *  iter_output 
)
privateinherited

Check to see whether solution is within admissible range, and set it within that range if it is not.

Parameters
scalarCurrent value of the inelastic strain increment
scalar_incrementIncremental change in scalar from the previous iteration
scalar_oldPrevious value of scalar
min_permissible_scalarMinimum permissible value of scalar
max_permissible_scalarMaximum permissible value of scalar
iter_outputOutput stream

Definition at line 361 of file SingleVariableReturnMappingSolution.C.

368{
369 if (scalar > max_permissible_scalar)
370 {
371 scalar_increment = (max_permissible_scalar - scalar_old) / 2.0;
372 scalar = scalar_old + scalar_increment;
373 if (iter_output)
374 *iter_output << "Scalar greater than maximum ("
375 << MetaPhysicL::raw_value(max_permissible_scalar)
376 << ") adjusted scalar=" << MetaPhysicL::raw_value(scalar)
377 << " scalar_increment=" << MetaPhysicL::raw_value(scalar_increment) << std::endl;
378 }
379 else if (scalar < min_permissible_scalar)
380 {
381 scalar_increment = (min_permissible_scalar - scalar_old) / 2.0;
382 scalar = scalar_old + scalar_increment;
383 if (iter_output)
384 *iter_output << "Scalar less than minimum (" << MetaPhysicL::raw_value(min_permissible_scalar)
385 << ") adjusted scalar=" << MetaPhysicL::raw_value(scalar)
386 << " scalar_increment=" << MetaPhysicL::raw_value(scalar_increment) << std::endl;
387 }
388}

◆ computeDerivative()

template<bool is_ad>
virtual GenericReal< is_ad > LAROMANCEStressUpdateBaseTempl< is_ad >::computeDerivative ( const GenericReal< is_ad > &  ,
const GenericReal< is_ad > &   
)
inlineoverrideprotectedvirtualinherited

Compute the derivative of the residual as a function of the scalar variable.

The residual should be in strain increment units for all models for consistency.

Parameters
effective_trial_stressEffective trial stress
scalarInelastic strain increment magnitude being solved for

Implements SingleVariableReturnMappingSolutionTempl< is_ad >.

Definition at line 59 of file LAROMANCEStressUpdateBase.h.

61 {
62 return _derivative;
63 }
GenericReal< is_ad > _derivative
Container for derivative of creep increment with respect to strain.

◆ computePartitionWeights()

template<bool is_ad>
virtual void LAROMANCEStressUpdateBaseTempl< is_ad >::computePartitionWeights ( std::vector< GenericReal< is_ad > > &  weights,
std::vector< GenericReal< is_ad > > &  dweights_dstress 
)
inlineprotectedvirtualinherited

Compute the weight of the different partitions.

Parameters
weightsWeights for each partition
derivativeOptional flag to return derivative of the sigmoid w.r.t. the input

Reimplemented in LAROMANCEPartitionStressUpdateBaseTempl< is_ad >.

Definition at line 257 of file LAROMANCEStressUpdateBase.h.

259 {
260 if (_num_partitions != 1)
261 mooseError("Internal error: If number of partitions is not one, then computePartitionWeights "
262 "must be defined");
263 weights[0] = 1.0;
264 dweights_dstress[0] = 0.0;
265 }
unsigned int _num_partitions
Number of partitions.

◆ computePolynomial()

template<bool is_ad>
GenericReal< is_ad > LAROMANCEStressUpdateBaseTempl< is_ad >::computePolynomial ( const GenericReal< is_ad > &  value,
const unsigned int  degree,
const bool  derivative = false 
)
protectedinherited

Calculate the value or derivative of Legendre polynomial up to 3rd order.

Parameters
valueInput to Legendre polynomial
degreeDegree of Legendre polynomial
derivativeOptional flag to return derivative of Legendre polynomial Legendre
Returns
Computed value from Legendre polynomial

Definition at line 1108 of file LAROMANCEStressUpdateBase.C.

1111{
1112 if (degree == 0)
1113 {
1114 if (derivative)
1115 return 0.0;
1116 return 1.0;
1117 }
1118 else if (degree == 1)
1119 {
1120 if (derivative)
1121 return 1.0;
1122 return value;
1123 }
1124 else if (degree == 2)
1125 {
1126 if (derivative)
1127 return 3.0 * value;
1128 return 1.5 * Utility::pow<2>(value) - 0.5;
1129 }
1130 else
1131 {
1132 if (derivative)
1133 return 7.5 * Utility::pow<2>(value) - 1.5;
1134 return 2.5 * Utility::pow<3>(value) - 1.5 * value;
1135 }
1136}
Real value(unsigned n, unsigned alpha, unsigned beta, Real x)

◆ computeReferenceResidual()

template<bool is_ad>
Real RadialReturnStressUpdateTempl< is_ad >::computeReferenceResidual ( const GenericReal< is_ad > &  effective_trial_stress,
const GenericReal< is_ad > &  scalar 
)
overridevirtualinherited

Compute a reference quantity to be used for checking relative convergence.

This should be in strain increment units for all models for consistency.

Parameters
effective_trial_stressEffective trial stress
scalarInelastic strain increment magnitude being solved for

Implements SingleVariableReturnMappingSolutionTempl< is_ad >.

Definition at line 471 of file RadialReturnStressUpdate.C.

474{
475 return MetaPhysicL::raw_value(effective_trial_stress / _three_shear_modulus) -
476 MetaPhysicL::raw_value(scalar_effective_inelastic_strain);
477}
GenericReal< is_ad > _three_shear_modulus
3 * shear modulus

◆ computeResidual()

template<bool is_ad>
GenericReal< is_ad > LAROMANCEStressUpdateBaseTempl< is_ad >::computeResidual ( const GenericReal< is_ad > &  ,
const GenericReal< is_ad > &   
)
overrideprotectedvirtualinherited

Compute the residual for a predicted value of the scalar.

This residual should be in strain increment units for all models for consistency.

Parameters
effective_trial_stressEffective trial stress
scalarInelastic strain increment magnitude being solved for

Implements SingleVariableReturnMappingSolutionTempl< is_ad >.

Definition at line 775 of file LAROMANCEStressUpdateBase.C.

777{
778 mooseAssert(std::isfinite(MetaPhysicL::raw_value(effective_trial_stress)),
779 "computeResidual: effective_trial_stress must be finite");
780 mooseAssert(std::isfinite(MetaPhysicL::raw_value(scalar)),
781 "computeResidual: scalar must be finite!");
782 // Update new stress
783 GenericReal<is_ad> trial_stress_mpa = _stress_function
785 : effective_trial_stress * _stress_ucf;
786 GenericReal<is_ad> dtrial_stress_dscalar = 0.0;
787
788 // Update stress if strain is being applied, i.e. non-testing simulation
789 if (this->_apply_strain)
790 {
791 trial_stress_mpa -= this->_three_shear_modulus * scalar * _stress_ucf;
792 dtrial_stress_dscalar -= this->_three_shear_modulus * _stress_ucf;
793 }
794 _input_values[_stress_input_index] = trial_stress_mpa;
795
796 // Update weights for each partition with new stress
797 for (unsigned int p = 0; p < _num_partitions; ++p)
800 auto dweights_dstress = _non_stress_weights;
802 dweights_dstress, _input_values[_stress_input_index], _stress_input_index, true);
803
805
806 // Save extrapolation as a material property in order quantify adequate tiling range
807 _extrapolation[_qp] = 0.0;
808 for (unsigned int p = 0; p < _num_partitions; ++p)
809 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
811
812 GenericReal<is_ad> total_rom_effective_strain_inc = 0.0;
813 GenericReal<is_ad> dtotal_rom_effective_strain_inc_dstress = 0.0;
814
815 // Run ROM if all values are within windows.
816 for (unsigned int p = 0; p < _num_partitions; p++)
817 {
819 {
820 // compute weight normalizing factor
821 GenericReal<is_ad> weight_normalizer = 0;
822 unsigned int number_of_active_tiles = 0;
823 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
824 {
825 // count number of active tiles
826 number_of_active_tiles += checkInTile(p, t);
827 if (_weights[p][t])
828 {
829 // tile normalization factor (sum of tile weights)
830 weight_normalizer += _weights[p][t];
831 }
832 }
833
834 // normalize weights only when 3 tiles overlap
835 if (number_of_active_tiles == 3)
836 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
837 {
838 _weights[p][t] /= weight_normalizer;
839 dweights_dstress[p][t] /= weight_normalizer;
840 }
841
842 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
843 if (_weights[p][t])
844 {
846 if (rom == std::numeric_limits<float>::infinity())
847 mooseError("In ", _name, ": Output for strain increment reaches infinity: ", rom);
848
849 total_rom_effective_strain_inc += _partition_weights[p] * _weights[p][t] * rom;
850
851 dtotal_rom_effective_strain_inc_dstress +=
854 dtotal_rom_effective_strain_inc_dstress +=
856 if (dweights_dstress[p][t])
857 dtotal_rom_effective_strain_inc_dstress +=
858 _partition_weights[p] * dweights_dstress[p][t] * rom;
859 }
860 }
861 }
862
863 if (_verbose)
864 {
865 Moose::err << std::setprecision(9);
866 GenericReal<is_ad> environmental = 0.0;
867 if (_environmental)
868 environmental = (*_environmental)[_qp];
869 Moose::err << "Verbose information from " << _name << ": \n";
870 Moose::err << " dt: " << _dt << "\n";
871 Moose::err << " old cell disl: " << _old_input_values[_cell_output_index] << "\n";
872 Moose::err << " old wall disl: " << _old_input_values[_wall_output_index] << "\n";
873 Moose::err << " initial stress (MPa): "
874 << MetaPhysicL::raw_value(effective_trial_stress) * _stress_ucf << "\n";
875 Moose::err << " temperature: " << MetaPhysicL::raw_value(_temperature[_qp]) << "\n";
876 Moose::err << " environmental factor: " << MetaPhysicL::raw_value(environmental) << "\n";
877 Moose::err << " calculated scalar strain value: " << MetaPhysicL::raw_value(scalar) << "\n";
878 Moose::err << " trial stress into rom (MPa): " << MetaPhysicL::raw_value(trial_stress_mpa)
879 << "\n";
880 Moose::err << " old effective strain: " << _old_input_values[_strain_output_index] << "\n";
881 Moose::err << " extrapolation: " << MetaPhysicL::raw_value(_extrapolation[_qp]) << "\n";
882 Moose::err << " partition 2 weight: " << MetaPhysicL::raw_value(_second_partition_weight[_qp])
883 << "\n";
884 Moose::err << " weights by tile, partition 1: ";
885 for (unsigned int t = 0; t < _num_tiles[0]; ++t)
886 Moose::err << " (" << t << ", " << MetaPhysicL::raw_value(_weights[0][t]) << ") ";
887 Moose::err << "\n";
888 if (_num_partitions > 1)
889 {
890 Moose::err << " weights by tile, partition 2: ";
891 for (unsigned int t = 0; t < _num_tiles[1]; ++t)
892 Moose::err << " (" << t << ", " << MetaPhysicL::raw_value(_weights[1][t]) << ") ";
893 }
894 Moose::err << "\n";
895 Moose::err << " nonstress weights by tile, partition 1: ";
896 for (unsigned int t = 0; t < _num_tiles[0]; ++t)
897 Moose::err << " (" << t << ", " << MetaPhysicL::raw_value(_non_stress_weights[0][t]) << ") ";
898 Moose::err << "\n";
899 if (_num_partitions > 1)
900 {
901 Moose::err << " nonstress weights by tile, partition 2: ";
902 for (unsigned int t = 0; t < _num_tiles[1]; ++t)
903 Moose::err << " (" << t << ", " << MetaPhysicL::raw_value(_non_stress_weights[1][t])
904 << ") ";
905 }
906 Moose::err << "\n";
907 Moose::err << " effective strain increment: "
908 << MetaPhysicL::raw_value(total_rom_effective_strain_inc) << std::endl;
909 }
910
911 _creep_rate[_qp] = total_rom_effective_strain_inc / _dt;
912 _derivative = dtotal_rom_effective_strain_inc_dstress * dtrial_stress_dscalar - 1.0;
913
914 if (!this->_apply_strain)
915 {
916 if (_verbose)
917 Moose::err << " Strain not applied due to apply_strain input parameter!" << std::endl;
918 _derivative = 1.0;
919 return 0.0;
920 }
921 return total_rom_effective_strain_inc - scalar;
922}
virtual Real value(Real t, const Point &p) const
Real _stress_ucf
Unit conversion factors required to convert from the specified unit to MPa.
void computeTileWeight(std::vector< std::vector< GenericReal< is_ad > > > &weights, GenericReal< is_ad > &input, const unsigned int in_index, const bool derivative=false)
Compute the contribution (weight) of each tile in each partition, based on the input and tile boundar...
const unsigned int _cell_output_index
Index corresponding to the position for cell dislocations increment in the output vector.
std::vector< std::vector< GenericReal< is_ad > > > _non_stress_weights
Container for weights for each tile as computed for all input values beside stress.
std::vector< GenericReal< is_ad > > _partition_weights
Container for weights for each tile as computed for all input values beside stress.
const unsigned int _stress_input_index
Index corresponding to the position for the stress in the input vector.
std::vector< GenericReal< is_ad > > _dpartition_weight_dstress
Container for d_parition_weights d_stress.
const unsigned int _strain_output_index
Index corresponding to the position for strain increment in the output vector.
const bool _verbose
Flag to output verbose infromation.
GenericReal< is_ad > computeROM(const unsigned int tile, const unsigned int partition, const unsigned out_index, const bool derivative=false)
Computes the ROM calculated increment for a given output and tile.
const MooseArray< Point > & _q_point
const GenericMaterialProperty< Real, is_ad > * _environmental
Optionally coupled environmental factor.
const Function *const _stress_function
Optiontal effective stress forcing function.
virtual void computePartitionWeights(std::vector< GenericReal< is_ad > > &weights, std::vector< GenericReal< is_ad > > &dweights_dstress)
Compute the weight of the different partitions.
MaterialProperty< Real > & _extrapolation
Material property to hold smootherstep applied in order to extrapolate.
const GenericVariableValue< is_ad > & _temperature
Coupled temperature variable.
bool checkInTile(const unsigned int p, const unsigned int t) const
Checks if the input combination is in a specific tile.
GenericMaterialProperty< Real, is_ad > & _second_partition_weight
Material property to store partition weight.
std::vector< Real > _old_input_values
Container for old input values.
const std::string & _name
std::vector< std::vector< GenericReal< is_ad > > > _weights
Container for weights for each tile as computed for all input values beside stress.
std::vector< unsigned int > _num_tiles
Number of ROM tiles per partition.
const unsigned int _wall_output_index
Index corresponding to the position for wall dislocations increment in the output vector.
GenericMaterialProperty< Real, is_ad > & _creep_rate
Creep rate material property.
const bool _apply_strain
Debugging option to enable specifying instead of calculating strain.
Real & _t

◆ computeResidualAndDerivative()

template<bool is_ad>
virtual GenericChainedReal< is_ad > SingleVariableReturnMappingSolutionTempl< is_ad >::computeResidualAndDerivative ( const GenericReal< is_ad > &  ,
const GenericChainedReal< is_ad > &   
)
inlineprotectedvirtualinherited

Compute the residual and the derivative for a predicted value of the scalar.

This residual should be in strain increment units for all models for consistency.

Parameters
effective_trial_stressEffective trial stress
scalarInelastic strain increment magnitude being solved for

Reimplemented in CompositePowerLawCreepStressUpdateTempl< is_ad >, and PowerLawCreepStressUpdateTempl< is_ad >.

Definition at line 97 of file SingleVariableReturnMappingSolution.h.

99 {
100 mooseError("computeResidualAndDerivative has to be implemented if "
101 "automatic_differentiation_return_mapping = true.");
102 return 0;
103 };
void mooseError(Args &&... args)

◆ computeResidualAndDerivativeHelper()

template<bool is_ad>
void SingleVariableReturnMappingSolutionTempl< is_ad >::computeResidualAndDerivativeHelper ( const GenericReal< is_ad > &  effective_trial_stress,
const GenericReal< is_ad > &  scalar 
)
privateinherited

Helper function to compute and set the _residual and _derivative.

Definition at line 308 of file SingleVariableReturnMappingSolution.C.

310{
311 if (_ad_derivative)
312 {
313 GenericChainedReal<is_ad> residual_and_derivative =
314 computeResidualAndDerivative(effective_trial_stress, GenericChainedReal<is_ad>(scalar, 1));
315 _residual = residual_and_derivative.value();
316 _derivative = residual_and_derivative.derivatives();
317 }
318 else
319 {
320 _residual = computeResidual(effective_trial_stress, scalar);
321 _derivative = computeDerivative(effective_trial_stress, scalar);
322 }
323}
Moose::GenericType< ChainedReal, is_ad > GenericChainedReal
virtual GenericChainedReal< is_ad > computeResidualAndDerivative(const GenericReal< is_ad > &, const GenericChainedReal< is_ad > &)
Compute the residual and the derivative for a predicted value of the scalar.
virtual GenericReal< is_ad > computeDerivative(const GenericReal< is_ad > &, const GenericReal< is_ad > &)=0
Compute the derivative of the residual as a function of the scalar variable.
GenericReal< is_ad > _derivative
Derivative of the residual.
virtual GenericReal< is_ad > computeResidual(const GenericReal< is_ad > &, const GenericReal< is_ad > &)=0
Compute the residual for a predicted value of the scalar.

◆ computeROM()

template<bool is_ad>
GenericReal< is_ad > LAROMANCEStressUpdateBaseTempl< is_ad >::computeROM ( const unsigned int  tile,
const unsigned int  partition,
const unsigned  out_index,
const bool  derivative = false 
)
protectedinherited

Computes the ROM calculated increment for a given output and tile.

Parameters
tileTile index
partitionPartition index
out_indexOutput index
derivativeOptional flag to return derivative of ROM increment with respect to stress.
Returns
ROM computed increment

Definition at line 956 of file LAROMANCEStressUpdateBase.C.

960{
961 // Update due to new stress
964 _transform[p][t][out_index][_stress_input_index],
965 _transform_coefs[p][t][out_index][_stress_input_index],
967
970
971 // Compute ROM values
972 const GenericReal<is_ad> rom_output =
974
975 // Return converted output if not derivative
976 if (!derivative)
977 return convertOutput(p, _old_input_values, rom_output, out_index);
978
979 const GenericReal<is_ad> drom_input =
981 _transform[p][t][out_index][_stress_input_index],
982 _transform_coefs[p][t][out_index][_stress_input_index],
984 derivative);
985
986 std::vector<GenericReal<is_ad>> dpolynomial_inputs(_degree[p], 0.0);
988 p, _rom_inputs[p][t][_stress_input_index], dpolynomial_inputs, drom_input, derivative);
989
990 const GenericReal<is_ad> drom_output = computeValues(
991 p, _precomputed_vals[p][t], _polynomial_inputs[p][t], dpolynomial_inputs, derivative);
992 return convertOutput(p, _old_input_values, rom_output, out_index, drom_output, derivative);
993}
void buildPolynomials(const unsigned int p, const GenericReal< is_ad > &rom_input, std::vector< GenericReal< is_ad > > &polynomial_inputs, const GenericReal< is_ad > &drom_input=0, const bool derivative=false)
Assemble the array of Legendre polynomials to be multiplied by the ROM coefficients.
std::vector< std::vector< std::vector< std::vector< GenericReal< is_ad > > > > > _polynomial_inputs
Container for ROM polynomial inputs.
std::vector< std::vector< std::vector< GenericReal< is_ad > > > > _rom_inputs
Container for converted rom_inputs.
std::vector< std::vector< std::vector< std::vector< Real > > > > _transform_coefs
Transform coefficients defined by the ROM data set for each partition.
GenericReal< is_ad > computeValues(const unsigned int p, const std::vector< GenericReal< is_ad > > &precomputed, const std::vector< std::vector< GenericReal< is_ad > > > &polynomial_inputs, const std::vector< GenericReal< is_ad > > &dpolynomial_inputs={}, const bool derivative=false)
Arranges the calculated Legendre polynomials into the proper oder and multiplies the Legendre polynom...
GenericReal< is_ad > normalizeInput(const GenericReal< is_ad > &input, const ROMInputTransform transform, const Real transform_coef, const std::vector< Real > &transformed_limits, const bool derivative=false)
Convert the input variables into the form expected by the ROM Legendre polynomials to have a normaliz...
std::vector< std::vector< std::vector< GenericReal< is_ad > > > > _precomputed_vals
Container for ROM precomputed values.
std::vector< std::vector< std::vector< std::vector< std::vector< Real > > > > > _transformed_normalization_limits
Limits transformed from readabile input to ROM readable limits for normalization.
virtual GenericReal< is_ad > convertOutput(const unsigned int p, const std::vector< Real > &old_input_values, const GenericReal< is_ad > &rom_output, const unsigned out_index, const GenericReal< is_ad > &drom_output=0.0, const bool derivative=false)
Computes the output variable increments from the ROM predictions by bringing out of the normalized ma...
std::vector< std::vector< std::vector< std::vector< ROMInputTransform > > > > _transform
Transform rules defined by the ROM data set for each partition.

◆ computeStrainEnergyRateDensity()

template<bool is_ad, typename R2 = RankTwoTensor, typename R4 = RankFourTensor>
virtual Real StressUpdateBaseTempl< is_ad, R2, R4 >::computeStrainEnergyRateDensity ( const GenericMaterialProperty< RankTwoTensor, is_ad > &  ,
const GenericMaterialProperty< RankTwoTensor, is_ad > &   
)
inlinevirtualinherited

Compute the strain energy rate density for this inelastic model for the current step.

Parameters
stressThe stress tensor at the end of the step
strain_rateThe strain rate at the end of the step
Returns
The computed strain energy rate density

Reimplemented in CompositePowerLawCreepStressUpdateTempl< is_ad >, and PowerLawCreepStressUpdateTempl< is_ad >.

Definition at line 180 of file StressUpdateBase.h.

183 {
185 "The computation of strain energy rate density needs to be implemented by a child class");
186 return 0.0;
187 }

◆ computeStressDerivative() [1/2]

Real RadialReturnCreepStressUpdateBaseTempl< false >::computeStressDerivative ( const Real  ,
const Real   
)
protectedvirtualinherited

Calculate the derivative of the strain increment with respect to the updated stress.

Parameters
effective_trial_stressEffective trial stress
scalarInelastic strain increment magnitude being solved for

Reimplemented from RadialReturnStressUpdateTempl< is_ad >.

Definition at line 60 of file RadialReturnCreepStressUpdateBase.C.

62{
63 return -(computeDerivative(effective_trial_stress, scalar) + 1.0) / this->_three_shear_modulus;
64}

◆ computeStressDerivative() [2/2]

template<bool is_ad>
Real RadialReturnCreepStressUpdateBaseTempl< is_ad >::computeStressDerivative ( const Real  effective_trial_stress,
const Real  scalar 
)
overrideprotectedvirtualinherited

This method returns the derivative of the creep strain with respect to the von mises stress.

It assumes the stress delta (von mises stress used to determine the creep rate) is calculated as: effective_trial_stress - _three_shear_modulus * scalar

Reimplemented from RadialReturnStressUpdateTempl< is_ad >.

Definition at line 52 of file RadialReturnCreepStressUpdateBase.C.

54{
55 mooseError("computeStressDerivative called: no stress derivative computation is needed for AD");
56}

◆ computeStressFinalize()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::computeStressFinalize ( const GenericRankTwoTensor< is_ad > &  )
overrideprotectedvirtualinherited

Perform any necessary steps to finalize state after return mapping iterations.

Parameters
inelasticStrainIncrementInelastic strain increment

Reimplemented from RadialReturnCreepStressUpdateBaseTempl< is_ad >.

Definition at line 1183 of file LAROMANCEStressUpdateBase.C.

1185{
1189 {
1191 for (unsigned int p = 0; p < _num_partitions; ++p)
1192 if (_partition_weights[p])
1193 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
1194 if (_weights[p][t])
1198 for (unsigned int p = 0; p < _num_partitions; ++p)
1199 if (_partition_weights[p])
1200 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
1201 if (_weights[p][t])
1204 }
1205
1210
1211 // For (possibly) substepping.
1212 _plastic_strain_increment += MetaPhysicL::raw_value(plastic_strain_increment);
1213
1214 // Prevent the ROM from calculating and proceeding with negative dislocations
1215 if (_apply_strain && (_cell_dislocations[_qp] < 0.0 || _wall_dislocations[_qp] < 0.0))
1216 mooseException("In ",
1217 _name,
1218 ": Negative disclocation density calculated for cell (old : ",
1220 " increment: ",
1222 " value: ",
1224 ") or wall (old : ",
1226 " increment: ",
1228 " value: ",
1230 ").");
1231
1232 if (_verbose)
1233 {
1234 Moose::err << " Finalized ROM output\n";
1235 Moose::err << " effective creep strain increment: "
1236 << std::sqrt(2.0 / 3.0 *
1239 << "\n";
1240 Moose::err << " total effective creep strain: "
1241 << std::sqrt(2.0 / 3.0 *
1242 MetaPhysicL::raw_value(this->_creep_strain[_qp].doubleContraction(
1243 this->_creep_strain[_qp])))
1244 << "\n";
1245 Moose::err << " creep rate: " << MetaPhysicL::raw_value(_creep_rate[_qp]) << "\n";
1246 Moose::err << " cell dislocation rate: " << MetaPhysicL::raw_value(_cell_rate[_qp]) << "\n";
1247 Moose::err << " wall dislocation rate: " << MetaPhysicL::raw_value(_wall_rate[_qp]) << "\n";
1248 Moose::err << " new cell dislocations: " << MetaPhysicL::raw_value(_cell_dislocations[_qp])
1249 << "\n";
1250 Moose::err << " new wall dislocations: " << MetaPhysicL::raw_value(_wall_dislocations[_qp])
1251 << "\n"
1252 << std::endl;
1253 }
1254
1257}
GenericMaterialProperty< Real, is_ad > & _cell_dislocations
Material properties for cell (glissile) dislocation densities (1/m^2)
GenericMaterialProperty< Real, is_ad > & _wall_rate
Wall dislocations rate of change.
RankTwoTensor _plastic_strain_increment
Total plastic strain increment in step (summing substep contributions)
void precomputeROM(const unsigned out_index)
Precompute the ROM strain rate information for all inputs except for strain.
GenericMaterialProperty< Real, is_ad > & _cell_rate
Cell dislocations rate of change.
GenericReal< is_ad > _cell_dislocation_increment
Container for cell dislocation increment.
GenericMaterialProperty< Real, is_ad > & _wall_dislocations
Material properties for wall (locked) dislocation densities (1/m^2)
GenericReal< is_ad > _wall_dislocation_increment
Container for wall dislocation increment.
virtual void computeStressFinalize(const GenericRankTwoTensor< is_ad > &plastic_strain_increment) override
Perform any necessary steps to finalize state after return mapping iterations.
GenericMaterialProperty< RankTwoTensor, is_ad > & _creep_strain
Creep strain material property.
T doubleContraction(const RankTwoTensorTempl< T > &a) const

◆ computeStressInitialize()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::computeStressInitialize ( const GenericReal< is_ad > &  effective_trial_stress,
const GenericRankFourTensor< is_ad > &  elasticity_tensor 
)
overrideprotectedvirtualinherited

Perform any necessary initialization before return mapping iterations.

Parameters
effective_trial_stressEffective trial stress
elasticityTensorElasticity tensor

Reimplemented from RadialReturnStressUpdateTempl< is_ad >.

Definition at line 550 of file LAROMANCEStressUpdateBase.C.

553{
555 elasticity_tensor);
556 // Previous substep creep strain
557 RankTwoTensor creep_strain_substep = this->_creep_strain_old[_qp] + _plastic_strain_increment;
558
559 // Prepare old values
572 std::sqrt((creep_strain_substep).doubleContraction(creep_strain_substep) / 1.5));
573
574 // Prepare input
578 : effective_trial_stress * _stress_ucf;
581 if (_environmental)
582 _input_values[_environmental_input_index] = (*_environmental)[_qp];
583
584 // Determine tile weight and check if input is in range
585 for (unsigned int p = 0; p < _num_partitions; ++p)
586 std::fill(_non_stress_weights[p].begin(), _non_stress_weights[p].end(), 1.0);
587 for (unsigned int i = 0; i < _num_inputs; i++)
588 if (i != _stress_input_index)
590
591 // Precompute transformed input and prebuild polynomials for inputs other than strain
593}
const MaterialProperty< Real > & _cell_dislocations_old
GenericMaterialProperty< Real, is_ad > & _cell_dislocations_step
const Function *const _wall_function
Optional wall dislocation forcing function.
const Function *const _creep_strain_old_forcing_function
Optional old creep strain forcing function.
const unsigned int _wall_input_index
Index corresponding to the position for the dislocations within the cell wall in the input vector.
const unsigned int _cell_input_index
Index corresponding to the position for the dislocations with in the cell in the input vector.
const unsigned int _old_strain_input_index
Index corresponding to the position for the old strain in the input vector.
const MaterialProperty< Real > & _wall_dislocations_old
const unsigned int _environmental_input_index
Index corresponding to the position for the environmental factor in the input vector.
const unsigned int _temperature_input_index
Index corresponding to the position for the tempeature in the input vector.
const Function *const _cell_function
Optional cell dislocation forcing function.
GenericMaterialProperty< Real, is_ad > & _wall_dislocations_step
Material properties accumulated at substeps.
const MaterialProperty< RankTwoTensor > & _creep_strain_old
virtual void computeStressInitialize(const GenericReal< is_ad > &effective_trial_stress, const GenericRankFourTensor< is_ad > &elasticity_tensor)
Perform any necessary initialization before return mapping iterations.

◆ computeTangentOperator() [1/3]

template<bool is_ad>
void RadialReturnStressUpdateTempl< is_ad >::computeTangentOperator ( Real  effective_trial_stress,
const RankTwoTensor stress_new,
RankFourTensor tangent_operator 
)
inherited

Calculate the tangent_operator.

Definition at line 185 of file RadialReturnStressUpdate.C.

188{
189 mooseError("computeTangentOperator called: no tangent computation is needed for AD");
190}

Referenced by ComputeCreepPlasticityStress::computeTangentOperators().

◆ computeTangentOperator() [2/3]

void RadialReturnStressUpdateTempl< false >::computeTangentOperator ( Real  effective_trial_stress,
const RankTwoTensor stress_new,
RankFourTensor tangent_operator 
)
inherited

◆ computeTangentOperator() [3/3]

void RadialReturnStressUpdateTempl< false >::computeTangentOperator ( Real  effective_trial_stress,
const RankTwoTensor stress_new,
RankFourTensor tangent_operator 
)
inherited

Definition at line 194 of file RadialReturnStressUpdate.C.

197{
199 {
200 if (MooseUtils::absoluteFuzzyEqual(_effective_inelastic_strain_increment, 0.0))
201 tangent_operator.zero();
202 else
203 {
204 // mu = _three_shear_modulus / 3.0;
205 // norm_dev_stress = ||s_n+1||
206 // effective_trial_stress = von mises trial stress = std::sqrt(3.0 / 2.0) * ||s_n+1^trial||
207 // scalar_effective_inelastic_strain = Delta epsilon^cr_n+1
208 // deriv = derivative of scalar_effective_inelastic_strain w.r.t. von mises stress
209 // deriv = std::sqrt(3.0 / 2.0) partial Delta epsilon^cr_n+1n over partial ||s_n+1^trial||
210
211 mooseAssert(_three_shear_modulus != 0.0, "Shear modulus is zero");
212
213 const RankTwoTensor deviatoric_stress = stress_new.deviatoric();
214 const Real norm_dev_stress_squared = deviatoric_stress.doubleContraction(deviatoric_stress);
215 if (MooseUtils::absoluteFuzzyEqual(norm_dev_stress_squared, 0.0))
216 {
217 tangent_operator.zero();
218 return;
219 }
220 const Real norm_dev_stress = std::sqrt(norm_dev_stress_squared);
221
222 const RankTwoTensor flow_direction = deviatoric_stress / norm_dev_stress;
223 const RankFourTensor flow_direction_dyad = flow_direction.outerProduct(flow_direction);
224 const Real deriv =
227 std::sqrt(1.5) / norm_dev_stress;
228
229 tangent_operator = scalar_one * _deviatoric_projection_four +
230 (_three_shear_modulus * deriv - scalar_one) * flow_direction_dyad;
231 }
232 }
233}
const RankFourTensor _deviatoric_projection_four
Rank four deviatoric projection tensor.
GenericReal< is_ad > _effective_inelastic_strain_increment
Stores the scalar effective inelastic strain increment from Newton iteration.
virtual Real computeStressDerivative(const Real, const Real)
Calculate the derivative of the strain increment with respect to the updated stress.
RankFourTensorTempl< T > outerProduct(const RankTwoTensorTempl< T > &b) const
RankTwoTensorTempl< T > deviatoric() const
virtual TangentCalculationMethod getTangentCalculationMethod()
Real deriv(unsigned n, unsigned alpha, unsigned beta, Real x)

◆ computeTileWeight()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::computeTileWeight ( std::vector< std::vector< GenericReal< is_ad > > > &  weights,
GenericReal< is_ad > &  input,
const unsigned int  in_index,
const bool  derivative = false 
)
protectedinherited

Compute the contribution (weight) of each tile in each partition, based on the input and tile boundaries (in terms of input domain).

Parameters
weightsWeights for each tile
inputInput value
in_indexInput index
derivativeOptional flag to return derivative of the sigmoid w.r.t. the input

Definition at line 597 of file LAROMANCEStressUpdateBase.C.

602{
603 mooseAssert(std::isfinite(MetaPhysicL::raw_value(input)),
604 "computeTileWeight input must be finite");
605
606 for (unsigned int p = 0; p < _num_partitions; ++p)
607 {
608 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
609 {
610 // If input is within a specfic tile's window of applicability
611 if (input >= _input_limits[p][t][in_index][0] && input <= _input_limits[p][t][in_index][1])
612 {
613 // If there is not more than one tile for this input, set derivative of
614 // weight to zero
615 if (_tiling[p][in_index] == 1)
616 {
617 if (derivative)
618 weights[p][t] = 0.0;
619 }
620 else
621 {
622 // Flag to ensure weights are applied only once
623 bool overlap = false;
624 for (unsigned int tt = 0; tt < _num_tiles[p]; ++tt)
625 {
626 if (!overlap && t != tt)
627 {
628 // If input is within another tile's window of applicability, check to see if inputs
629 // place us in that tile and ensure the two tiles are different in the dimension of
630 // interest
631 if (areTilesNotIdentical(p, t, tt, in_index) && checkInTile(p, tt))
632 {
633 overlap = true;
634
635 // If current tile is below the second tile's window of applicability
636 if (_input_limits[p][t][in_index][0] < _input_limits[p][tt][in_index][0] &&
637 _input_limits[p][t][in_index][1] > _input_limits[p][tt][in_index][0])
638 {
639 weights[p][t] *= sigmoid(_input_limits[p][tt][in_index][0],
640 _input_limits[p][t][in_index][1],
641 input,
642 derivative);
643 }
644 // If current tile is above the second tile's window of applicability
645 else if (_input_limits[p][t][in_index][0] > _input_limits[p][tt][in_index][0] &&
646 _input_limits[p][t][in_index][0] < _input_limits[p][tt][in_index][1])
647 {
648 if (derivative)
649 weights[p][t] *= -sigmoid(_input_limits[p][t][in_index][0],
650 _input_limits[p][tt][in_index][1],
651 input,
652 derivative);
653 else
654 weights[p][t] *= (1.0 - sigmoid(_input_limits[p][t][in_index][0],
655 _input_limits[p][tt][in_index][1],
656 input));
657 }
658 }
659 }
660 }
661
662 // If not overlapping, weight is not updated, and the derivative of tile weight is set to
663 // zero
664 if (!overlap && derivative)
665 weights[p][t] = 0.0;
666 }
667 }
668 // If input is below the lower tile limit
669 else if (input < _input_limits[p][t][in_index][0])
670 {
671 // If the lower tile limit equals the lower global limit
672 if (_input_limits[p][t][in_index][0] == _global_limits[in_index].first)
673 {
674 if (_window_failure[in_index].first == WindowFailure::EXTRAPOLATE)
675 {
676 if (derivative)
677 weights[p][t] *= -sigmoid(0.0, _input_limits[p][t][in_index][0], input, derivative);
678 else
679 weights[p][t] *= (1.0 - sigmoid(0.0, _input_limits[p][t][in_index][0], input));
680 input = _input_limits[p][t][in_index][0];
681 }
682 else if (_window_failure[in_index].first == WindowFailure::USELIMIT)
683 input = _input_limits[p][t][in_index][0];
684 else
685 {
686 weights[p][t] = 0.0;
687 std::stringstream msg;
688 msg << "In " << _name << ": " << _index_name[in_index]
689 << " input parameter with value (" << MetaPhysicL::raw_value(input)
690 << ") is out of lower global range (" << _input_limits[p][t][in_index][0] << ")";
691
692 // Set input to edge of limit so it is found later in computePartitionWeights
693 input = _input_limits[p][t][in_index][0];
694
695 if (_window_failure[in_index].first == WindowFailure::WARN)
696 mooseWarning(msg.str());
697 else if (_window_failure[in_index].first == WindowFailure::ERROR)
698 mooseError(msg.str());
699 else if (_window_failure[in_index].first == WindowFailure::EXCEPTION)
700 mooseException(msg.str());
701 // if (_window_failure[in_index].first == WindowFailure::DONOTHING) <- nothing is done
702 }
703 }
704 // if input below tile limit, update weight of tile to be zero
705 else
706 weights[p][t] = 0.0;
707 }
708 // If input is above the upper tile limit
709 else if (input > _input_limits[p][t][in_index][1])
710 {
711 if (_input_limits[p][t][in_index][1] == _global_limits[in_index].second)
712 {
713 if (_window_failure[in_index].second == WindowFailure::EXTRAPOLATE)
714 mooseError("Internal error. Extrapolate not appropriate for upper bound");
715 else if (_window_failure[in_index].second == WindowFailure::USELIMIT)
716 input = _input_limits[p][t][in_index][1];
717 else
718 {
719 weights[p][t] = 0.0;
720 std::stringstream msg;
721 msg << "In " << _name << ": " << _index_name[in_index]
722 << " input parameter with value (" << MetaPhysicL::raw_value(input)
723 << ") is out of upper global range (" << _input_limits[p][t][in_index][1] << ")";
724
725 // Set input to edge of limit so it is found later in computePartitionWeights
726 input = _input_limits[p][t][in_index][1];
727
728 if (_window_failure[in_index].second == WindowFailure::WARN)
729 mooseWarning(msg.str());
730 else if (_window_failure[in_index].second == WindowFailure::ERROR)
731 mooseError(msg.str());
732 else if (_window_failure[in_index].second == WindowFailure::EXCEPTION)
733 mooseException(msg.str());
734 // if (_window_failure[in_index].second == WindowFailure::DONOTHING) <- nothing is done
735 }
736 }
737 // if input above tile limit, update weight of tile to be zero
738 else
739 weights[p][t] = 0.0;
740 }
741 // If input is outside window of applicability, weight is zero
742 else
743 mooseError("In ", _name, ": Internal error. Outside input limits, input=", input);
744 }
745 }
746}
std::vector< std::string > _index_name
index names for error output
bool areTilesNotIdentical(const unsigned int p, const unsigned int t, const unsigned int tt, const unsigned int in_index)
Checks if two tile domains are equal.
std::vector< std::pair< Real, Real > > _global_limits
Container for global limits.
GenericReal< is_ad > sigmoid(const Real lower, const Real upper, const GenericReal< is_ad > &val, const bool derivative=false)
Calculate the sigmoid function weighting for the input based on the limits.
std::vector< std::vector< unsigned int > > _tiling
Container for tiling orientations.
std::vector< std::pair< WindowFailure, WindowFailure > > _window_failure
void mooseWarning(Args &&... args) const

◆ computeTimeStepLimit()

template<bool is_ad>
Real LAROMANCEStressUpdateBaseTempl< is_ad >::computeTimeStepLimit ( )
overrideprotectedvirtualinherited

Compute the limiting value of the time step for this material.

Returns
Limiting time step

Reimplemented from RadialReturnStressUpdateTempl< is_ad >.

Definition at line 1261 of file LAROMANCEStressUpdateBase.C.

1262{
1264
1265 Real cell_strain_inc = std::abs(MetaPhysicL::raw_value(_cell_dislocation_increment));
1266 if (cell_strain_inc && _old_input_values[_cell_output_index])
1267 limited_dt = std::min(limited_dt,
1269 cell_strain_inc);
1270 Real wall_strain_inc = std::abs(MetaPhysicL::raw_value(_wall_dislocation_increment));
1271 if (wall_strain_inc && _old_input_values[_wall_output_index])
1272 limited_dt = std::min(limited_dt,
1274 wall_strain_inc);
1275
1276 return limited_dt;
1277}
const Real _max_wall_increment
Maximum wall dislocation increment.
const Real _max_cell_increment
Maximum cell dislocation increment.
virtual Real computeTimeStepLimit() override
Compute the limiting value of the time step for this material.

◆ computeValues()

template<bool is_ad>
GenericReal< is_ad > LAROMANCEStressUpdateBaseTempl< is_ad >::computeValues ( const unsigned int  p,
const std::vector< GenericReal< is_ad > > &  precomputed,
const std::vector< std::vector< GenericReal< is_ad > > > &  polynomial_inputs,
const std::vector< GenericReal< is_ad > > &  dpolynomial_inputs = {},
const bool  derivative = false 
)
protectedinherited

Arranges the calculated Legendre polynomials into the proper oder and multiplies the Legendre polynomials by the ROM coefficients to compute the predicted output values.

This method only manipulates the stress input, with all others handled in precomputeValues

Parameters
pPartition index
precomputedPrecomputed multiplication of polynomials
polynomial_inputsVector of Legendre polynomial transformation
dpolynomial_inputsVector of derivative of Legendre polynomial transformation with respect to stress
derivativeOptional flag to return derivative of converted computed values with respect to stress.
Returns
ROM output

Definition at line 1050 of file LAROMANCEStressUpdateBase.C.

1056{
1057 GenericReal<is_ad> rom_output = 0.0;
1058 for (unsigned int c = 0; c < _num_coefs[p]; ++c)
1059 {
1060 if (!derivative)
1061 rom_output +=
1062 precomputed[c] *
1063 polynomial_inputs[_stress_input_index]
1065
1066 else
1067 rom_output +=
1068 precomputed[c] *
1069 dpolynomial_inputs[_makeframe_helper[p][c + _num_coefs[p] * _stress_input_index]];
1070 }
1071 return rom_output;
1072}
std::vector< unsigned int > _num_coefs
Total number of Legendre polynomial coefficients for the ROM data set in each parition.
std::vector< std::vector< unsigned int > > _makeframe_helper
Helper container defined by the ROM data set.

◆ converged()

template<bool is_ad>
bool SingleVariableReturnMappingSolutionTempl< is_ad >::converged ( const GenericReal< is_ad > &  residual,
const Real  reference 
)
protectedinherited

Check to see whether the residual is within the convergence limits.

Parameters
residualCurrent value of the residual
referenceCurrent value of the reference quantity
Returns
Whether the model converged

Definition at line 327 of file SingleVariableReturnMappingSolution.C.

329{
330 const Real residual = MetaPhysicL::raw_value(ad_residual);
331 return (std::abs(residual) <= _absolute_tolerance ||
332 std::abs(residual / reference) <= _relative_tolerance);
333}

◆ convergedAcceptable()

template<bool is_ad>
bool SingleVariableReturnMappingSolutionTempl< is_ad >::convergedAcceptable ( const unsigned int  it,
const Real  reference 
)
privateinherited

Check to see whether the residual is within acceptable convergence limits.

This will only return true if it has been determined that progress is no longer being made and that the residual is within the acceptable limits.

Parameters
residualCurrent iteration count
residualCurrent value of the residual
referenceCurrent value of the reference quantity
Returns
Whether the model converged

Definition at line 337 of file SingleVariableReturnMappingSolution.C.

339{
340 using std::abs;
341
342 // Require that we have at least done _num_resids evaluations before we allow for
343 // acceptable convergence
344 if (it < _num_resids)
345 return false;
346
347 // Check to see whether the residual has dropped by convergence_history_factor over
348 // the last _num_resids iterations. If it has (which means it's still making progress),
349 // don't consider it to be converged within the acceptable limits.
350 const Real convergence_history_factor = 10.0;
351 if (abs(_residual * convergence_history_factor) < abs(_residual_history[(it + 1) % _num_resids]))
352 return false;
353
354 // Now that it's determined that progress is not being made, treat it as converged if
355 // we're within the acceptable convergence limits
356 return converged(_residual / _acceptable_multiplier, reference);
357}
bool converged(const GenericReal< is_ad > &residual, const Real reference)
Check to see whether the residual is within the convergence limits.
const std::size_t _num_resids
Number of residuals to be stored in history.
Real _acceptable_multiplier
Multiplier applied to relative and absolute tolerances for acceptable convergence.
std::vector< Real > _residual_history
History of residuals used to check whether progress is still being made on decreasing the residual.
MetaPhysicL::DualNumber< V, D, asd > abs(const MetaPhysicL::DualNumber< V, D, asd > &a)

◆ convertOutput()

template<bool is_ad>
GenericReal< is_ad > LAROMANCEStressUpdateBaseTempl< is_ad >::convertOutput ( const unsigned int  p,
const std::vector< Real > &  old_input_values,
const GenericReal< is_ad > &  rom_output,
const unsigned  out_index,
const GenericReal< is_ad > &  drom_output = 0.0,
const bool  derivative = false 
)
protectedvirtualinherited

Computes the output variable increments from the ROM predictions by bringing out of the normalized map to the actual physical values.

Parameters
pPartition index
old_input_valuesPrevious timestep values of ROM inputs
rom_outputOutputs from ROM
out_indexOutput index
drom_outputDerivative of output with respect to stress
derivativeOptional flag to return derivative of output with respect to stress.
Returns
Converted ROM output

Definition at line 1076 of file LAROMANCEStressUpdateBase.C.

1082{
1083 using std::exp;
1084 if (out_index == _strain_output_index)
1085 {
1086 if (derivative)
1087 return exp(rom_output) * _dt * drom_output;
1088 else
1089 return exp(rom_output) * _dt;
1090 }
1091
1092 if (derivative)
1093 return 0.0;
1094
1095 GenericReal<is_ad> expout = exp(rom_output);
1096 mooseAssert(expout > 0.0, "ROM calculated strain increment must be positive");
1097
1098 if (expout > _cutoff[p])
1099 expout -= _cutoff[p];
1100 else
1101 expout = -_cutoff[p] * _cutoff[p] / expout + _cutoff[p];
1102
1103 return -expout * old_input_values[out_index] * _dt;
1104}
std::vector< Real > _cutoff
Container for strain cutoff.
auto exp(const T &)

◆ convertValue()

template<bool is_ad>
template<typename T >
void LAROMANCEStressUpdateBaseTempl< is_ad >::convertValue ( T x,
const ROMInputTransform  transform,
const Real  coef,
const bool  derivative = false 
)
inlineprotectedinherited

Convert input based on the transform type.

Parameters
xInput value
transformEnum declaring transform to be performed
coefCoefficient applied during transformation
derivativeOptional flag to return derivative of the sigmoid w.r.t. the input

Definition at line 275 of file LAROMANCEStressUpdateBase.h.

279 {
280 using std::exp, std::log;
281
282 if (transform == ROMInputTransform::EXP)
283 {
284 mooseAssert(coef != 0, "Coefficient must not be zero.");
285 if (derivative)
286 x = exp(x / coef) / coef;
287 else
288 x = exp(x / coef);
289 }
290 else if (transform == ROMInputTransform::LOG)
291 {
292 mooseAssert(x + coef > 0, "Sum must be greater than 0.");
293 if (derivative)
294 x = 1.0 / (x + coef);
295 else
296 x = log(x + coef);
297 }
298 else if (transform == ROMInputTransform::LINEAR)
299 {
300 mooseAssert(coef == 0.0, "Coefficient cannot be supplied with linear transformation");
301 if (derivative)
302 x = 1.0;
303 }
304 }
const std::vector< double > x
auto log(const T &)

◆ coupledGenericValue() [1/3]

template<bool is_ad>
const GenericVariableValue< true > & Material::coupledGenericValue ( const std::string &  var_name,
unsigned int  comp 
) const
protectedinherited

◆ coupledGenericValue() [2/3]

template<bool is_ad>
const GenericVariableValue< false > & Material::coupledGenericValue ( const std::string &  var_name,
unsigned int  comp 
) const
protectedinherited

◆ coupledGenericValue() [3/3]

template<bool is_ad>
const GenericVariableValue< is_ad > & Material::coupledGenericValue ( const std::string &  var_name,
unsigned int  comp = 0 
) const
protectedinherited

◆ effectiveInelasticStrainIncrement()

template<bool is_ad>
const GenericReal< is_ad > & RadialReturnStressUpdateTempl< is_ad >::effectiveInelasticStrainIncrement ( ) const
inlineinherited

Current value of scalar inelastic strain.

Definition at line 151 of file RadialReturnStressUpdate.h.

152 {
154 }

Referenced by ComputeCreepPlasticityStress::updateQpState().

◆ exportJSON()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::exportJSON ( )
protectedvirtualinherited

Reimplemented in LAROMANCEPartitionStressUpdateBaseTempl< is_ad >.

Definition at line 283 of file LAROMANCEStressUpdateBase.C.

284{
285 _json["strain_cutoff"] = getStrainCutoff();
286 _json["transform"] = getTransform();
287 _json["transform_coefs"] = getTransformCoefs();
288 _json["input_limits"] = getInputLimits();
289 _json["normalization_limits"] = getNormalizationLimits();
290 _json["coefs"] = getCoefs();
291 _json["tiling"] = getTilings();
292 _json["cutoff"] = getStrainCutoff();
293}
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getInputLimits()
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getNormalizationLimits()
virtual std::vector< Real > getStrainCutoff()
virtual std::vector< std::vector< std::vector< std::vector< ROMInputTransform > > > > getTransform()
virtual std::vector< std::vector< unsigned int > > getTilings()
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getTransformCoefs()
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > getCoefs()

Referenced by LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::exportJSON().

◆ getCoefs()

template<bool is_ad>
std::vector< std::vector< std::vector< std::vector< Real > > > > SS316HLAROMANCEStressUpdateTestTempl< is_ad >::getCoefs ( )
overrideprotectedvirtual

Reimplemented from LAROMANCEStressUpdateBaseTempl< is_ad >.

Definition at line 98 of file SS316HLAROMANCEStressUpdateTest.C.

99{
100 return {{{{-16.438661699503427, 4.591731583001092, 0.6746168063837104,
101 0.24145810486515984, -0.3061415135744028, 1.1520223218249157,
102 -0.7482454887940548, -0.35697843303205445, -0.10892499973124359,
103 0.18576851376565173, -0.5455435494659469, -0.005150534561835229,
104 -0.0018255797767778859, -0.36846812967269216, 0.39981632646231446,
105 -0.5914489006827353, 2.6105207372747827, -4.162396156461909,
106 2.9830076699727215, -2.0651905453996733, 0.8178037378529552,
107 -0.8935574453789741, 0.14191078394651413, 1.0087656800169498,
108 0.9148366450972389, -1.7884798716986552, 1.8722211043350399,
109 -0.554159507912118, -0.6130399298126576, 2.2199783255928196,
110 -1.944289448467316, 1.6657523375179153, -0.7090939737099689,
111 2.683483359811362, -1.4418936478032265, 1.3981021284416784,
112 -0.8101765798346605, 1.637313275190536, -0.6788737987517379,
113 0.15704832592746243, -0.6868357755010948, 1.1015732048545033,
114 -1.257472909608623, 0.0016568210266996175, 1.1388481249668985,
115 -3.5513336178846657, 2.5810739023290807, -1.9925732275660266,
116 0.09967219091413426, -0.5090324656630401, 0.08586794656002894,
117 -0.2369516071266844, 0.39505866144099855, -1.178011699928902,
118 0.5585766288277227, -0.5887810261338018, -0.08253134726692224,
119 0.31248471059370786, -0.17237575208127964, 0.3478394058183767,
120 -0.24838300853662076, 1.0756300490320427, -0.6220570431323722,
121 0.7352770065781442, -1.401044808269944, 1.7282406276790425,
122 -1.320066831249278, 0.9202801920473576, -1.3475605036364868,
123 2.030567109817639, -0.9203246659017168, -1.0081675613764673,
124 -0.6927761067054234, 1.1159133903565817, -1.6355387460789643,
125 0.26469466369599104, -0.2714495908730896, -0.2546546035737265,
126 0.4855006278230576, -1.124970254561049, 3.969945315067889,
127 -10.716007331269793, 7.746271558105946, -4.7077085436321795,
128 1.3480348995071836, -1.2052506753243506, -0.08249302604235709,
129 2.1442596334964037, 2.3720435277791694, -4.9109519389458,
130 4.833702106261626, -1.7024743261863478, -1.0965449139184784,
131 4.2608694495284, -3.853598185640294, 3.4079783029737882,
132 -1.6268762563122436, 6.01715032372158, -3.1351424316235352,
133 2.6146516002481803, -1.6980711488577072, 3.4593718195101246,
134 -1.5277789352694526, 0.3350960417301394, -2.113191874639597,
135 4.036705181875732, -4.024344074365217, 0.8371616380754858,
136 2.346558926801663, -7.317538004659582, 5.39925602657604,
137 -4.122213051188737, -0.10509113136140513, -0.7569940758403391,
138 0.020863737314357422, -0.3141988517745631, 0.1364437855372671,
139 -0.909895658143796, 0.007975426036864519, -0.6849449120927602,
140 0.9537046500045108, -1.8750669553992338, 1.5550671288219746,
141 -0.1273604449670529, -0.9676256620223285, 3.0990724482326186,
142 -1.932820081958198, 1.672830815663474, -3.0248191794671584,
143 6.22102158862981, -5.071492009330541, 2.2709090274292976,
144 -0.9053346814616816, 1.349617011816008, -0.679592608823441,
145 -0.651382812007796, -0.7483633604060742, 1.4477494976017624,
146 -1.6999589199986076, 0.5228457321354654, -0.2802770734197111,
147 -0.018009918683674186, 0.2530281275539892, -0.7995818709023297,
148 2.5847355049918406, -7.141885819408344, 5.212083619058831,
149 -3.2630054501933046, 2.529712870309595, -4.127311126852874,
150 2.354746026918292, 0.7200846558553167, 2.6459181511891074,
151 -5.793956536625046, 5.28568316649762, -2.194249975378625,
152 -0.84227551787626, 3.2234516523894854, -2.9883362394175492,
153 2.5670760713110212, 0.3493711934206658, 1.0697547273848613,
154 -0.06722458069270942, 0.8887636967119761, -1.8055343341111438,
155 3.513871108152671, -1.6996275042183697, 0.26106247457209975,
156 -3.255903324112296, 6.93811062828172, -6.07919111859519,
157 2.1735387591761537, 2.139932119200239, -6.224072668759618,
158 4.702664104901487, -3.2388743290066486, -0.2265512140984356,
159 -0.10189694015571149, -0.1900780573432712, -0.08410753498901613,
160 -0.05988528739544563, -0.09769945150765125, -0.5326063436514232,
161 -0.029048984732071403, 1.1047662164637586, -2.498582930624252,
162 2.0540787604404613, -0.716971013112925, -0.10842342811520211,
163 0.950146919945837, -0.44672282024112064, 0.8231312836614961,
164 0.10194027998659294, 0.0029591460624942556, -0.3204499899293296,
165 0.4014713315955305, -1.3180658202036284, 2.575501293016714,
166 -1.8193169342994224, 0.369551307940128, -0.2358041169391072,
167 0.5321884770200995, -0.625349764519342, 0.2796963348737336,
168 -0.5532456107903272, 0.9566509853611933, -0.617235183595767,
169 -0.024864039156454965, -0.5606232761056162, 0.6321146670670714,
170 -0.43036640563514084, -0.31230665257317014, 2.12890978550422,
171 -4.08259404450655, 2.8026606933563016, -0.4900338190855109,
172 0.9964729040439124, -2.3079508515947964, 2.089455838431604,
173 -0.9963693031459115, 0.36209732808492845, -0.26388425528421067,
174 -0.05628028397768503, 0.5278323966776952, 1.1072697299678111,
175 -1.8105734961645794, 1.4569515010371106, -0.3038748428807594,
176 -1.0755424281669548, 2.060239526828809, -1.1634601799232769,
177 0.19200963002367644, -1.4772817528646556, 3.3239925942907576,
178 -2.860944773652591, 1.2293189619886107, 0.5233572702854872,
179 -1.6396312638680683, 1.3189825010267668, -0.9470363229593204,
180 -0.30557448037643553, 0.49802948289834603, -0.3908033713523764,
181 0.0861186677934711, -0.4496593135841067, 0.9282205403378612,
182 -0.8718476172289229, 0.31479535196194774, 0.9131612123383093,
183 -2.0289872275679954, 1.5460241187174688, -0.6060745524264348,
184 -0.1802423843073484, 0.5150240341972676, -0.2587519002117915,
185 0.2041224809581763, 2.642873215547297, -1.4569964776746929,
186 0.33512775372946635, -1.7709279811242595, 1.2348864385276102,
187 -1.290966359199956, 0.2978370769415051, 1.7135585227515548,
188 0.7382067948346958, -1.1539432327263057, 1.6781840788316913,
189 -0.2762219732394442, -0.030932103341910988, 1.103020161652239,
190 -0.8276451081037521, 1.3772583724348806, -3.3483490934595466,
191 8.83278850815259, -6.318324937368743, 4.051348280161619,
192 -1.2119219995220192, 0.5477750462014228, 0.5703324540518224,
193 -2.697572690434754, -2.349917025945615, 4.6107946614502,
194 -4.642935448559001, 1.4591601108550094, 1.4795853513351176,
195 -5.289041911717504, 4.077977285778616, -3.714088747423375,
196 1.5851018094399478, -4.6713137368205935, 3.0490427253535017,
197 -2.0703103943378665, 1.6797056687355507, -3.5618741216603667,
198 1.4773993069538847, -0.2804514031740837, 1.5523195274872705,
199 -2.521232097002212, 2.590022510034032, -0.13225489854812622,
200 -2.385239891023957, 7.202538312209072, -5.125237433239818,
201 3.969838468619855, -0.09680952630151296, 0.5122769828303717,
202 -0.23684293586120475, 0.21166958643880207, -0.6807280269567855,
203 2.073635382897919, -0.9240036278788466, 0.9822155053843744,
204 0.0711347483593272, -0.42899794690310955, 0.24527627025963739,
205 -0.47393112153804395, 0.575083377523697, -2.258735943294596,
206 1.3392703540157527, -1.4283846795369755, 2.4979981224169023,
207 -7.133250275393948, 4.483167776488699, -4.394152350956574,
208 1.7705171999405138, -0.9353024221491069, -0.39061398163903505,
209 3.798619759036228, 2.088678753352724, -3.7564568935194984,
210 4.553122158860788, -1.221922314609401, 0.5889708816830534,
211 0.9860623094136827, -0.8089199641544838, 2.5882125529751647,
212 -8.659131232067011, 21.26427864911966, -14.790883765788749,
213 8.531822031829506, -2.539916784444358, 1.3638222543522716,
214 0.7595796147361398, -5.370149320457131, -5.803529066208284,
215 12.055201318580657, -11.608250434859656, 4.307225211756304,
216 2.2223802721127868, -9.305983760510571, 7.431129208998755,
217 -7.464442852360662, 3.2495248391351197, -8.901063057710417,
218 5.45431540242862, -3.511914033559151, 3.4637424206594005,
219 -7.161035401280969, 3.000481902854517, -0.2678741019917652,
220 5.024704619427212, -9.697584093781188, 8.860693326103501,
221 -2.2722833628067747, -5.312225249450421, 15.75080776528921,
222 -11.471369678503834, 8.646181385149248, -0.10350706311146496,
223 0.644388890301343, -0.18427472363691777, 0.2142019656894263,
224 -0.5241463640559232, 2.105837916082237, -0.2647465487825684,
225 1.064591849775752, -2.404112845339114, 4.852182226954028,
226 -3.786144284415059, 0.9839767736266367, 1.9641913014929742,
227 -6.197861546912463, 3.9852465946169104, -3.3014038535111467,
228 4.837860424886458, -11.528502600092907, 7.680249457363971,
229 -4.410620101261884, 1.8947049948037602, -2.1326105711923447,
230 1.1340411774581298, 2.102802650653757, 2.12971408564772,
231 -4.369442009658087, 4.657952651585219, -1.778172483725939,
232 0.47814663966710214, 0.624024693883257, -0.4893526259693317,
233 1.8067159479833208, -4.929839473334141, 12.202922627213411,
234 -8.332476128125563, 5.024820830556564, -5.184133033151738,
235 7.899127295881044, -4.614224265271332, -2.1749287761049345,
236 -6.38285993959289, 14.033380722627044, -12.569427355192602,
237 5.3809931287541986, 2.2208998357818928, -8.026593292306643,
238 6.38063797930954, -5.731915900018066, -0.39860358924488537,
239 -0.4733433860092191, -0.14944831034517847, -0.8431312635075301,
240 3.9391511185094714, -7.609613794309553, 3.748321720515378,
241 -0.1447628862806596, 6.913274783932138, -14.788323631160893,
242 12.43420873983996, -4.770283558580559, -4.695319421647582,
243 13.199491410166956, -9.703322533285245, 6.802274735600804,
244 0.43211468261324626, -0.6780865549226291, 0.4879781406843904,
245 -0.09631258405715926, 0.26303093510796316, -0.4094117272470612,
246 1.4313570986269042, -0.4292297156935092, -2.6270666719647124,
247 6.0771799415233545, -4.841964874241967, 2.246174323488958,
248 0.38999939276254736, -2.182048876740737, 1.0848653106077109,
249 -1.592426458504633, 0.10122916696127504, -0.7366164544364437,
250 0.3288311360811349, -0.620569276779861, 2.681103702110704,
251 -5.058800354134291, 3.6843437693605665, -0.5502227846300229,
252 0.6244971062806144, -1.4635804415738676, 1.6090754277829546,
253 -0.8171707408837392, 1.2257060590345645, -2.0027678089245455,
254 1.423432865020004, 0.036935005940904375, 0.9461356222163886,
255 -1.508485084748827, 1.267572125303559, 0.10957892574515427,
256 -4.603585395991104, 8.651142370479647, -6.01941367512336,
257 0.8745619040273596, -2.0142589908791706, 4.790905602218118,
258 -4.380586859915638, 2.229124677774962, -1.0383341877168277,
259 1.0090797674201895, -0.4467267146537779, -1.0231133168199449,
260 -2.2976556413341314, 4.403632125133299, -3.2100563291314756,
261 0.8280312300121295, 2.4206809379829792, -4.583950586995343,
262 2.6828221594914794, -0.28434526671480853, 2.9911853637895547,
263 -6.727958119066898, 5.530267262380221, -2.466652625516872,
264 -0.8593887415045174, 2.853834436595207, -2.1497247630613856,
265 1.7978392276490922, 0.6199052104348084, -1.2115153515642305,
266 0.7639305957236502, -0.21011553144353456, 0.8299059835098888,
267 -1.9063451299025473, 1.8162193463213043, -0.8389467054003035,
268 -1.8609503324441903, 4.237675110431155, -3.1931422584311804,
269 1.4766410734191595, 0.1726465086103417, -0.6489416086333222,
270 0.26446476067212643, -0.27788335443256074, -0.7798085235408507,
271 1.8026027928572148, -1.718261903617531, 1.4838001909083687,
272 -0.14980998481041752, -0.7732763383537531, 1.5925845302408561,
273 -1.7523198123672046, -0.8636486759933177, 1.828740579308942,
274 -1.8776099034002982, 0.6320003899163567, 0.10629793140105903,
275 -1.4280875690747052, 0.9534438014961779, -1.4738499082886847,
276 2.7741584021423478, -5.989508023136295, 4.49332937062718,
277 -2.3562129674246535, 0.2714087224157993, 1.5827485285699368,
278 -2.16394735511858, 2.9771663936553523, 2.301784902025247,
279 -4.756347747927066, 4.704722611932084, -1.5334584813681431,
280 -1.164847986510722, 5.055204979202244, -3.414161001361208,
281 3.4808343176555354, -1.2333716574357823, 2.454600976605434,
282 -2.0567019710724708, 0.9042848217941355, -1.0784411087079206,
283 1.6381866529700346, -0.44691493100253865, -0.48069004240096547,
284 -1.3072770037106238, 2.4336439733742736, -2.3854154430155177,
285 0.42040994475246407, 1.8308572590685799, -6.140070809706231,
286 4.061184266160126, -3.2396786731187603, 0.08917339591789641,
287 -0.04730101040331647, 0.14906704505119706, 0.02534071775880875,
288 0.6383155047515174, -1.290053091084701, 0.9471324685582658,
289 -0.40667731514258776, -0.034401780503685586, -0.11039880313910544,
290 -0.03282162839605007, -0.14226886740652844, -0.4122059193723544,
291 1.8804709757096134, -1.0045554155876744, 1.0662659907902707,
292 -3.053242911671987, 6.714125717408024, -5.234814744326286,
293 3.105545944883488, 0.03168052184628323, -2.2235345441149548,
294 3.4552984791225754, -3.691295799333602, -2.2573905356111936,
295 4.970706412452273, -4.835783817630727, 1.8591831804369576,
296 -0.3934811128419824, -1.7399260918027721, 1.155684143101098,
297 -2.8341160561249126, 6.550264779682038, -13.644567804294638,
298 9.730849191430025, -4.8040960798971355, 0.7795275925891474,
299 2.808226242545061, -3.976260125171393, 6.098467360367067,
300 5.562114180182107, -11.97984327247832, 11.433767898357473,
301 -4.294686236593407, -1.74637108456227, 9.213610306789633,
302 -6.323034499306232, 7.062651413929416, -2.0326519538721186,
303 3.7470328622148372, -3.1408544566947967, 1.3489653941942379,
304 -1.9618960790685378, 2.5457327875774354, -0.2815311204176396,
305 -1.5910612937877886, -4.503491241368465, 9.313637615181506,
306 -8.214495724416338, 2.617142255010549, 3.8380216669174843,
307 -12.96874958841363, 8.794156074436614, -6.969986966374563,
308 0.03072161547243013, 0.22902787107159384, 0.09163848526077345,
309 0.10777795448666438, -0.13975445140386, 0.6497796768671833,
310 -0.526738165965071, 0.3400607710063923, 2.3139458331716014,
311 -5.527511862048414, 3.880304672376951, -2.082774551832699,
312 -1.1106280312451418, 4.488460450418643, -2.568918952907552,
313 2.4220852098369505, -3.1303359681915026, 6.343026812537573,
314 -4.349170170491561, 2.03939962136792, -0.8780286688997876,
315 0.24522562496713363, 0.9951954472780926, -2.290101502876496,
316 -2.228074355320132, 5.163268952499493, -4.813144428626401,
317 2.1630054661800386, -0.12794138192839455, -1.6550683478126302,
318 1.2135172233975027, -2.250110561020847, 3.204185438225977,
319 -6.574104711937252, 4.532781355665065, -2.5814422228140756,
320 3.01121264701942, -2.6976315713400254, 0.4385747500055004,
321 3.6852756649605, 5.893688101001317, -13.254972921102308,
322 11.959962998866104, -5.162677948479541, -1.9986378107860219,
323 8.418456385552417, -6.1409839891130105, 5.830539306276478,
324 0.23153112590080127, -0.7088122295754147, -0.06935991023783572,
325 0.2840478526777588, -2.5803561263892334, 3.6605085258197505,
326 -1.3186652109434363, -1.4214967800071463, -5.392172581749037,
327 11.951652868709061, -10.05854404513957, 4.18915362432017,
328 3.9322720272029983, -12.024870494933566, 8.627247847180115,
329 -6.01504065215704, -0.3800111265545638, 0.8918502879860171,
330 -0.3494396614951256, 0.15194755676202476, 0.042180258431471884,
331 0.6637522134697065, -0.6606023808708414, 0.9079816956509603,
332 2.132903321966296, -5.569315316330176, 4.2056614295288455,
333 -2.722857702858164, -0.7268217362070573, 3.1841255946201272,
334 -2.0063023118273122, 1.8639352939862874, -0.43017549537762534,
335 0.7610727506980766, -0.379029252944747, 0.18678139963412832,
336 -1.7040852129575796, 3.042112354945857, -1.944717139864224,
337 0.01944327785349742, -0.6201772884960519, 1.5929681094075931,
338 -1.5400991512397013, 0.8527474829097628, -1.113233147218125,
339 1.6666477955004666, -1.1648051781521644, -0.23325482744257897,
340 -0.5891046474425821, 1.2716032516618725, -1.080165606283117,
341 0.06034678497235291, 3.167462404235266, -5.362055959092686,
342 3.4507170990546, 0.1660987766481412, 1.3650192816567142,
343 -3.435879618176841, 3.2730955517472466, -1.7983465971046826,
344 1.1953606783936266, -1.030736142944079, 0.6301973973313579,
345 1.0856254376813013, 1.8372309752521687, -3.743211132386932,
346 2.397474084238638, -0.6076849626315379, -1.7153714798405417,
347 2.8449110315668804, -1.6518998553001438, -0.2402448666143755,
348 -1.9350223891960923, 4.500067745539127, -3.6497784015809884,
349 1.7872296387067763, 0.18742594747891417, -1.6666885203303536,
350 1.2897633587708697, -1.481646601056127, -0.525052069720914,
351 1.0833692768064793, -0.7194274028643122, 0.23369474084574904,
352 -0.7269094689036137, 1.7905298759651487, -1.2513555515124608,
353 0.7127765309260212, 1.3001691934132396, -3.172260371637094,
354 2.2663019336614525, -1.3382790843897965, 0.49252920365688624,
355 -0.5489115641757962, 0.4896699172895751, 0.146265322338877,
356 0.4586137790174689, -0.3854891242663143, 0.9294773060537409,
357 -0.11369743788964115, -0.133394229625992, 0.780421445146203,
358 -0.8481686449085828, 0.6975058911411907, 0.4516870348343218,
359 -1.1737554232313414, 0.8808870963111985, -0.4924414779725339,
360 -0.0820651735921274, 1.1939619708246028, -0.5633016570827749,
361 1.0701009136319044, -0.9209129464143189, 1.3057828535675071,
362 -1.3342978195869364, 0.3164928273181431, 0.0879674076786614,
363 -1.517573702018126, 1.232859549782006, -1.5669063857203582,
364 -0.9319729130511405, 2.054407049814472, -1.8766245149745373,
365 0.7553344821280916, 0.46255579528951785, -3.091887056492851,
366 1.4849116868135752, -2.278970895283237, 0.4247958099713287,
367 -0.5866638757943292, 0.7282702140582842, -0.10762091558717657,
368 0.2841322773201682, 0.3441079546682886, -0.16547895372787025,
369 0.7049292015799438, 0.6449010743126564, -1.3989259812005912,
370 1.2414176518577733, -0.39111197011516197, -0.5940005022875994,
371 2.7611457246712234, -1.3265077765245223, 1.6679079730402009,
372 -0.005457937138089619, -0.06611343336226128, -0.024618221757918946,
373 -0.07124301830117474, -0.2921233212491643, 0.08283162888255902,
374 -0.4847193082423473, -0.12106631246206234, 0.13977297413293854,
375 -0.014809613247052766, 0.13237993105576606, 0.14368487133469898,
376 -0.09331134104650118, -0.11691399726078089, -0.0034137904974613775,
377 -0.29099983920423256, 1.1756105795357144, -1.0988285534112947,
378 1.7370626928459387, -0.12682284394395538, -0.2268548994215962,
379 1.5749202756778686, -1.616488525585737, 1.5450006239698268,
380 0.8480148737944546, -2.3297084239966352, 1.8043258589168545,
381 -1.0783703737106407, 0.49703861722082365, 1.1223665863071801,
382 -0.25910892902174965, 1.9490548398589453, -1.6744474158622324,
383 2.201839916408062, -2.21943051321432, 0.5133464252285194,
384 -0.10173604416922899, -2.690951282842434, 2.1921885792398825,
385 -3.2917002176254755, -2.241273880150402, 5.143128155570594,
386 -4.620318037312245, 2.052346216638398, -0.4657893151015742,
387 -3.465192900475813, 1.0599520613905042, -4.042799877122889,
388 0.049663118450553156, 0.4812114710366586, 0.30161661864985945,
389 0.1816118494825787, 0.8478554112225538, 0.4096245041291695,
390 -0.14939545505330898, 1.6105644246854354, 1.2766201528866077,
391 -3.001972818514332, 2.6785162059386494, -1.0393816565992893,
392 -0.35191824748471845, 3.97307643671229, -1.6309676829259843,
393 3.1912566773680737, 0.1372224316255597, -0.3806216231387225,
394 0.05325269392415066, -0.15057225406235375, -0.07936986532149604,
395 -1.0636586322943913, -0.0767012330579746, -0.6893828175889212,
396 -1.149083959595373, 3.062444974464597, -2.000289146300929,
397 1.1370028772034857, 0.5231518767468515, -1.7490033059002599,
398 1.172122908728852, -1.07459387696872, 0.969205508910818,
399 -0.9685247036686633, 1.1133382064363104, -0.09676563118546255,
400 0.06499264023295837, 0.8275805933226366, -0.9230549223939306,
401 1.2604570672551745, 1.0186640070332942, -2.603286585133901,
402 2.012802702462068, -1.0820766011074738, -0.041867470088618575,
403 1.7117746472431463, -0.9286927771499904, 1.7283385796235962,
404 -1.0330452139678528, 1.4321440238127252, -1.591565713941236,
405 0.46773832872349885, -0.5277408613401349, -1.3391649208351737,
406 1.2697261664361577, -2.5968112208720413, -2.3794171931949677,
407 5.635545419587288, -4.9066209795710165, 2.385657469043508,
408 0.9520944277828676, -5.340821324462013, 3.1293014652765123,
409 -3.8769949832494603, 0.12871074219765433, -0.04661675144416222,
410 0.7346009582192892, -0.09168430651698145, 0.552605561524615,
411 0.8149509100039722, -0.6260280675451213, 1.6785205832966312,
412 2.1459258002141723, -5.0499666470859665, 4.250499474219396,
413 -1.8336376086444943, -1.5722974157506542, 5.7513409388193395,
414 -3.495558743710717, 3.238216711590212, 0.10994492237477971,
415 -0.22802614719694247, -0.02666408318145841, -0.07223139892266772,
416 -0.1840062066912651, -0.7203379510028753, -0.04273834094055928,
417 -0.6957293234845565, -0.5000652461749269, 1.785084932067548,
418 -1.2788031103627873, 0.9955906469695037, -0.009879093624476809,
419 -0.5507347943930654, 0.5274094064734527, -0.844511815631904,
420 0.14785219825716922, 0.01999014033935964, 0.006763599512851215,
421 0.07309478013621629, 0.5022778150687373, -0.696579114854103,
422 0.4462987956012512, 0.21774400637832514, 0.22121097088165698,
423 -0.6883131695030897, 0.605269753952598, -0.4038342192820892,
424 0.6771088635796332, -0.796445375905023, 0.5799772054051573,
425 0.3656593755167705, 0.5025989570785896, -1.135141410988581,
426 0.5864540328366274, -0.15985543304896055, -1.1274773099648883,
427 1.4436346502261586, -0.9198877545059077, -0.51705566646433,
428 -0.15072034607510432, 0.7429097858985187, -0.8762166680935479,
429 0.7700486157318664, -1.239517901391082, 1.3037270307249855,
430 -0.9495211475659744, -0.8362252729948523, -0.9609711775574397,
431 1.8872458424848446, -0.9989064569017501, 0.28044430637146434,
432 0.9501041851253831, -1.2116206386144768, 0.8240523170716187,
433 0.31812244109778476, 0.19486380859871133, -0.766354096995201,
434 0.7600285082080518, -0.5533170941289427, 0.8404104021392413,
435 -0.8702279142962652, 0.7946955855695705, 0.5017968846714211,
436 0.32388045822517597, -0.6295578471363115, 0.36277722308750526,
437 -0.1244069785980173, 0.048311322168956394, -0.3957101418855018,
438 0.026543142179434653, -0.18081933627445324, -0.40359911936411663,
439 1.1039205270608363, -0.7203370977213126, 0.4569942043077617,
440 -0.4471149025212071, 0.8510683283711842, -0.6638482878470313,
441 0.08359694092996506},
442 {-319.9865774959326, -721.9013638496399, -619.9379312992096, -319.64222729206085,
443 -25.39226484298706, -122.94890740513802, -74.14515885710716, -62.31383378058672,
444 73.02835182473063, 153.51671715825796, 124.17517897486687, 44.79567829705775,
445 24.204760629683733, 21.621401999145746, 56.306390311568975, 5.974721373990178,
446 282.6530842334032, 752.3266769051552, 714.9329831898212, 435.84284660220146,
447 39.76033100858331, 216.42412965744734, 132.17112524807453, 111.38254321366549,
448 -17.732472985982895, -32.556071519851685, -42.652169182896614, -10.622830782085657,
449 -12.476747574284673, 27.839447589591146, -60.25829471414909, 0.6320585422217846,
450 -41.00559635460377, -159.76989662647247, -193.22640340030193, -159.7096644602716,
451 -61.59647809714079, -208.386963352561, -142.636331230402, -89.23535558953881,
452 -101.70330782420933, -216.0970136784017, -138.29673520475626, -52.83637527376413,
453 -24.368742530234158, -83.40761088207364, -8.700344819575548, -14.89893463253975,
454 -23.833077784627676, -40.708712324500084, -20.839566573500633, 6.177721438929439,
455 64.30681444704533, 152.290165245533, 114.71973878145218, 49.90313282236457,
456 48.43236447125673, 105.57000994682312, 70.5322176553309, 28.383680613711476,
457 -15.848940536379814, -19.744064763188362, -21.418839775025845, 1.247128739953041,
458 -549.3495618700981, -1309.2103510499, -1129.3677335977554, -577.6787461936474,
459 -42.76388028264046, -225.5191633105278, -131.10021778941154, -117.2493859231472,
460 133.01939775049686, 277.47568885982037, 224.8632774055004, 78.33003294095397,
461 47.427294451743364, 43.61427718400955, 108.61779342591763, 11.239157862961292,
462 515.467934846878, 1362.9347764253616, 1300.2257675528526, 785.9934683591127,
463 65.58063048124313, 391.18784749507904, 226.20342648029327, 203.9688744843006,
464 -30.499821931123734, -51.879274398088455, -72.63297513127327, -12.715259030461311,
465 -28.77635834366083, 43.676186045631766, -120.97004276327789, 0.7401650883257389,
466 -75.12455159425735, -287.490163654089, -351.00710582733154, -286.6452329605818,
467 -106.72429266571999, -372.3679034113884, -247.9194723814726, -159.28402046859264,
468 -188.26481193304062, -402.40348337590694, -257.01683374494314, -101.30265617370605,
469 -41.850921753793955, -150.33087468147278, -11.082882165908813, -27.890117973089218,
470 -42.71092742681503, -73.89889888465405, -38.20654444396496, 10.354451015591621,
471 114.49841406941414, 271.1523659527302, 203.2719375640154, 87.71173138171434,
472 90.80994031578302, 199.12385126948357, 132.91461850702763, 54.718627251684666,
473 -28.313455939292908, -33.37439739704132, -37.05157478898764, 4.270528569817543,
474 -314.67290499806404, -743.2116359472275, -643.5680557489395, -322.83733177930117,
475 -21.518419235944748, -131.95662134885788, -69.66569796204567, -71.27330434322357,
476 75.73549205809832, 155.50005028024316, 126.32962152734399, 40.583167588338256,
477 30.743169521912932, 29.430595841258764, 68.79834266006947, 6.684012424200773,
478 292.1463411748409, 765.0864697694778, 737.9148513376713, 438.69422110915184,
479 29.051980786025524, 220.2016344293952, 112.29864497482777, 117.98384375870228,
480 -15.101801060140133, -20.710423186421394, -35.369509026408195, 0.44754861295223236,
481 -23.343782240524888, 17.179635832551867, -81.62667385209352, 0.23846596479415894,
482 -43.244524009525776, -159.3099965453148, -198.31010561436415, -158.30502377450466,
483 -54.41850829124451, -203.84784957766533, -127.46398551762104, -87.17987554520369,
484 -110.67760817054659, -239.2882884964347, -152.24124915525317, -63.53470415249467,
485 -20.946144081652164, -83.85764585062861, -0.9134360067546368, -16.789048820734024,
486 -23.639900632202625, -41.79728639870882, -21.990316782146692, 4.991240344941616,
487 62.166575610637665, 147.14571079611778, 109.31653237342834, 46.254852920770645,
488 54.677229054272175, 121.20590473338962, 80.7702162489295, 34.60240229219198,
489 -15.357637964189053, -15.810947194695473, -18.56796594709158, 4.811335626989603,
490 -65.95582696050406, -153.63695637136698, -133.65000656619668, -64.94713058322668,
491 -3.5524575114250183, -28.828688137233257, -12.798762198537588, -16.411882359534502,
492 15.699148862622678, 31.422073499299586, 25.614902743138373, 7.055592705029994,
493 7.5705694910138845, 7.475812138058245, 16.496277858503163, 1.393536823336035,
494 60.193044535815716, 155.36981636285782, 152.47236321866512, 88.44700405187905,
495 3.3829326517879963, 45.53899862244725, 18.00070457905531, 25.51108518987894,
496 -2.3632414173334837, -1.4251367412507534, -5.359101697802544, 2.5444473288953304,
497 -7.040167354047298, 1.3816208755015396, -20.953440443612635, 0.15656499983742833,
498 -9.115738125517964, -31.67387538962066, -40.6551374271512, -31.323372594080865,
499 -9.327261662110686, -39.89702647551894, -22.202000403776765, -17.079487377777696,
500 -24.1222442004364, -52.97514010313898, -33.50252613052726, -15.07529472745955,
501 -3.455166080733761, -16.957994333468378, 1.478745418600738, -3.7975828824564815,
502 -4.6949121337383986, -8.540804902091622, -4.6339150331914425, 0.81829465739429,
503 12.006868112832308, 28.267384596168995, 20.78594927676022, 8.428556015715003,
504 12.289927743840963, 27.66831201314926, 18.379103323444724, 8.26194216310978,
505 -2.8723853062838316, -2.2124559618532658, -2.896938835270703, 1.7701615986879915,
506 143.20984813570976, 439.8393032550812, 426.8846901655197, 345.5365710258484,
507 112.32402980327606, 368.9455486834049, 210.05574724078178, 127.59941498935223,
508 -54.56878714635968, -97.27105394005775, -66.75245419889688, -16.425001487135887,
509 -52.47850609570742, -39.63662553951144, -122.57852329313755, -9.994673442095518,
510 43.99023978412151, -141.5780749320984, -286.0021950304508, -445.7983611524105,
511 11.170979544520378, -232.25867922604084, -68.04095420986414, -141.75515630096197,
512 5.046085506677628, -36.533794954419136, -43.792605102062225, -48.480249993503094,
513 8.717931171879172, -106.81560906209052, 106.97562894946896, -20.277681842446327,
514 -175.14315193891525, -261.3960984349251, -102.70397317409515, 137.81638558954,
515 -7.463307544589043, 136.63450273871422, 54.08230924606323, 102.78245381638408,
516 53.69135873764753, 151.56870571523905, 111.68436446785927, 71.37866240739822,
517 56.945003140717745, 200.48863296210766, 38.68668841198087, 55.617834866046906,
518 98.5027959048748, 193.51927265524864, 131.15372048318386, 18.360611733049154,
519 -78.8178216740489, -198.17408306896687, -146.458652690053, -75.52049686014652,
520 -23.543526917696, -66.46633957326412, -44.63471815735102, -29.742974031716585,
521 16.354605440050364, 3.054960235953331, 15.337095558643341, -18.1059400588274,
522 260.9017690420151, 790.6283428668976, 770.1917881965637, 619.5017441213131,
523 192.65637663006783, 659.5199115276337, 354.70170372724533, 229.46977669000626,
524 -97.0101219266653, -168.1130085811019, -114.52113220095634, -22.582430094480515,
525 -102.44465032964945, -79.52769162505865, -235.9823621213436, -18.39485941082239,
526 75.16611048579216, -259.9575071334839, -535.6595925092697, -810.2290297746658,
527 45.0542770922184, -395.0442034602165, -75.43028977513313, -251.69018392264843,
528 8.055412650108337, -75.04210312664509, -84.96225878596306, -97.70624989271164,
529 29.434118278324604, -179.05648794583976, 220.27363850269467, -36.529816284775734,
530 -309.5805540084839, -462.7372804284096, -170.1331620812416, 253.53326381742954,
531 -24.68349525332451, 235.08742481470108, 76.68223765492439, 183.47795851528645,
532 97.88678961992264, 281.32640540599823, 205.21775482594967, 136.24438899755478,
533 97.09605949372053, 359.20642080157995, 58.70804677158594, 102.86759279668331,
534 175.27555429935455, 344.92074117064476, 232.38066971302032, 31.905300304293633,
535 -140.25156678259373, -353.04268980026245, -259.8219749927521, -133.4989468306303,
536 -46.07920406013727, -130.6456087976694, -87.11349493265152, -59.080757431685925,
537 27.23619019240141, -2.296470493078232, 22.06670492887497, -37.38904236257076,
538 145.34909629821777, 435.2465281486511, 431.2319687008858, 342.80402874946594,
539 95.29361535608768, 362.65455079078674, 170.78040757775307, 128.2100275158882,
540 -52.330453868955374, -85.23005904257298, -57.289729688316584, -4.775898311287165,
541 -66.17194585129619, -52.983818139880896, -148.707286529243, -10.261347763240337,
542 36.26905509829521, -150.21300852298737, -319.8152238726616, -459.20738965272903,
543 53.891470678150654, -195.6499465405941, 12.208531774580479, -139.37369089573622,
544 3.1450072303414345, -52.58009295165539, -54.93972562253475, -66.44817750155926,
545 32.25838395766914, -84.97306136321276, 154.59702270943671, -20.96704503148794,
546 -165.34519690275192, -248.60046660900116, -77.98492589592934, 145.860278531909,
547 -26.50801871716976, 118.97281983494759, 18.534690886735916, 100.63548251986504,
548 55.94047202914953, 166.82344248890877, 119.36309642344713, 85.49944019317627,
549 47.78174114972353, 197.73273078724742, 20.171542078256607, 60.27638264745474,
550 95.03377012908459, 187.8789390027523, 125.10295842587948, 16.577477421611547,
551 -76.27406778931618, -191.89646151661873, -140.30987034738064, -71.10110160708427,
552 -29.88087084516883, -85.33055637776852, -56.12644147872925, -39.193508226424456,
553 12.34182763658464, -10.64381456375122, 5.2866223230957985, -26.416764188557863,
554 29.140844233334064, 86.165203794837, 87.26592004299164, 68.66345072165132,
555 15.173388469964266, 72.31028661131859, 25.41345725208521, 26.72163711488247,
556 -9.944649847224355, -14.487810026854277, -9.407006865367293, 1.432327652350068,
557 -16.223470896482468, -12.965214890427887, -35.45035012625158, -1.7916178461164236,
558 5.491390582174063, -31.533909134566784, -71.09934747219086, -94.32129500433803,
559 20.045386359095573, -33.24966334924102, 19.761521488428116, -29.231355670839548,
560 0.15189560037106276, -14.133224783465266, -13.617914509028196, -17.38705325871706,
561 11.557448578067124, -12.751380438741762, 41.329240093473345, -4.720689745619893,
562 -30.926175743341446, -47.49688125401735, -10.387669399380684, 30.253746438771486,
563 -9.227495776489377, 20.34688714146614, -3.7370204515755177, 19.72098494041711,
564 11.766991021111608, 37.09420048817992, 25.854511704295874, 20.565225012600422,
565 7.626628467813134, 39.03192026913166, 0.12657958082854748, 13.03387573827058,
566 18.30918849632144, 36.47551112994552, 23.866147853434086, 2.9960706615820527,
567 -14.86034344509244, -36.94505911320448, -27.02118558064103, -13.044371072202921,
568 -7.338869532570243, -21.242952140048146, -13.602268448099494, -9.910912837367505,
569 1.4094943343661726, -5.2052991120144725, -1.558012985624373, -6.986721289809793,
570 194.55613368749619, 363.20922404527664, 258.47239845991135, -21.50014056265354,
571 79.88516023382545, 58.415563613176346, 81.40692287683487, -19.05189148336649,
572 -2.4915615767240524, -30.62628697603941, -35.53024708107114, -21.8707779571414,
573 46.05520983785391, 49.19318509101868, 111.01560438424349, 11.149826982989907,
574 -301.45326017588377, -585.815321534872, -436.4116711765528, 23.45037581026554,
575 -295.66524240374565, -419.75017251074314, -378.872287735343, -31.737354964017868,
576 -69.66132356226444, -83.43422191590071, -28.4321312867105, 27.146011739969254,
577 -30.944517605006695, 21.413923252373934, -131.2008138783276, 6.152883095666766,
578 149.77494396269321, 313.40141716599464, 246.2496075630188, 8.290028348565102,
579 189.92343170195818, 288.0165140926838, 249.28995061665773, 13.133015498518944,
580 91.89375588297844, 142.12960674613714, 85.21020837128162, -3.721866276115179,
581 -8.119062468409538, -75.6609572917223, 31.44858105108142, -31.845993600785732,
582 -39.679497472941875, -89.87080280482769, -74.5870740711689, -17.720380179584026,
583 -28.388574082404375, -36.17348727583885, -26.873069036751986, 16.044134128838778,
584 -1.2359265945851803, 13.713729098439217, 11.0421570725739, 13.811556093394756,
585 13.263352781534195, 46.78793419897556, 17.545750804245472, 24.41567362472415,
586 352.36238956451416, 659.7030963301659, 462.8493194580078, -40.11937890946865,
587 157.60791140049696, 120.65464842319489, 170.01720502972603, -30.614017829298973,
588 -5.246610093861818, -59.34069639444351, -65.2411313727498, -41.93907292932272,
589 92.81476224213839, 103.70551265776157, 217.62079229950905, 22.3865267354995,
590 -537.9696949720383, -1051.716685116291, -774.7370191216469, 48.558676689863205,
591 -554.3167783692479, -779.3219408243895, -716.2439742311835, -58.58757173269987,
592 -124.43108551949263, -143.22241334617138, -48.643210865557194, 53.33324980735779,
593 -75.08369852602482, 7.948470406234264, -272.10095842182636, 5.433429222553968,
594 264.41010469198227, 558.3307465910912, 435.1077111363411, 11.978554233908653,
595 354.2767720222473, 535.1060254871845, 467.85892629623413, 24.40618324279785,
596 159.92829956114292, 240.0276802033186, 143.6685342490673, -13.318712927401066,
597 -3.3799218758940697, -119.00957979634404, 77.07066605985165, -54.81384375691414,
598 -68.28765796124935, -156.01846221089363, -129.52893897891045, -30.298103339970112,
599 -55.23040894418955, -73.57613241672516, -54.0302337706089, 27.408776070922613,
600 3.7386329621076584, 39.414614364504814, 29.58884610235691, 29.71690531820059,
601 27.94270956516266, 94.58896163105965, 38.32447288930416, 47.9980467222631,
602 197.59904862940311, 372.8886464238167, 255.22694611549377, -24.32850518077612,
603 103.55474026501179, 83.89493180066347, 121.32785315811634, -14.304766312241554,
604 -3.8445410802960396, -37.93139690160751, -37.95234543830156, -26.228546425700188,
605 63.03733542561531, 74.8370949588716, 141.40981792286038, 14.730083419010043,
606 -293.47748151421547, -581.5478477627039, -418.4279505610466, 32.50951064378023,
607 -333.63676792755723, -458.4490780085325, -438.71935127675533, -33.012704730033875,
608 -67.79261567443609, -70.72584643214941, -23.567217774689198, 35.67957103252411,
609 -64.10280515253544, -30.51924527809024, -192.62758535332978, -3.2252634838223457,
610 140.83429726958275, 304.161175519228, 231.79673516750336, 3.904867835342884,
611 210.9984913766384, 316.39660282433033, 281.90581917762756, 14.959389477968216,
612 82.33970741182566, 114.22078964114189, 68.60523694008589, -15.523200631141663,
613 10.849657953716815, -46.73663637973368, 65.90989314392209, -27.694767348468304,
614 -34.34203204512596, -80.10288186371326, -66.56248512864113, -15.053091060370207,
615 -35.306381076574326, -50.87908209860325, -36.157465025782585, 13.245114320889115,
616 9.081833083182573, 39.209674783051014, 27.83540168404579, 22.158657364547253,
617 20.35624634847045, 64.62729816138744, 29.176578417420387, 31.14924938045442,
618 40.07994007319212, 76.52145200967789, 50.34660666063428, -5.425586821511388,
619 25.920167721807957, 21.253748685121536, 32.98670297302306, -2.7181552946567535,
620 -1.0683156661689281, -9.258290328085423, -8.095656760968268, -6.285297063179314,
621 16.290061191655695, 20.3119295258075, 34.79347465373576, 3.4825929049402475,
622 -56.865762108936906, -116.15724470838904, -79.78973741270602, 7.5233434066176414,
623 -74.94013714883476, -99.05806785263121, -100.86159035470337, -6.437417501583695,
624 -13.06487907236442, -10.769808119162917, -3.5376306995749474, 9.483907165005803,
625 -19.979962704703212, -17.10208704508841, -51.707201758399606, -2.482792824972421,
626 26.205167714506388, 59.18637806177139, 43.1707085557282, 0.05568218417465687,
627 46.566217966377735, 69.54719395563006, 63.09117400087416, 3.6643963288515806,
628 14.248882728628814, 16.390287889167666, 10.001122456043959, -5.7962958393618464,
629 6.165282155852765, -3.452998317312449, 20.393796600867063, -4.77440987713635,
630 -5.738696774467826, -13.932636257261038, -11.676455657929182, -2.46123053971678,
631 -8.459120135754347, -13.485467853024602, -8.987117524258792, 1.9079400259070098,
632 4.1034015705809, 13.587514650076628, 9.282169823534787, 6.27242764737457,
633 5.7001293655484915, 16.751195091754198, 8.463948348537087, 7.536002578213811,
634 -127.41247248649597, -273.23415955901146, -216.08943632245064, -53.109304824844,
635 -20.655334286391735, -9.923119701445103, -17.28378640860319, 2.5748325125314295,
636 -80.76058132201433, -143.62633690983057, -87.44792632758617, -15.78640812728554,
637 25.45775567740202, 54.10788720101118, 0.9948954209685326, -2.7030941732227802,
638 197.40762383677065, 436.40736649930477, 355.2216146606952, 90.55003239726648,
639 63.85865109041333, 81.39652086794376, 87.66988714784384, 14.751909324899316,
640 168.40616676583886, 301.95458383113146, 187.8879808075726, 36.05217076279223,
641 -40.37332211062312, -80.00027519464493, 25.583179898560047, 14.656855109147727,
642 -89.23883931338787, -206.30272537469864, -174.33995803445578, -47.75147359445691,
643 -83.26841522753239, -150.3536919504404, -132.05675093457103, -30.77377656288445,
644 -70.81440006196499, -121.12769117951393, -76.15074272453785, -12.860339257866144,
645 26.031718738377094, 44.02991285920143, -33.02415320277214, -12.502613535150886,
646 8.13021151535213, 22.999523408710957, 23.37261837348342, 8.224716356024146,
647 48.29205394163728, 96.40104272961617, 74.40502585284412, 17.49799218494445,
648 -28.287001136690378, -62.73845387995243, -43.61841823160648, -14.279165932908654,
649 -41.1328793708235, -76.85725013539195, -31.30164104141295, -9.216947524808347,
650 -232.47224102169275, -499.7155776768923, -392.7832301557064, -95.90668917447329,
651 -39.27199502289295, -18.353417955338955, -33.91285798698664, 3.799345168285072,
652 -146.36468852311373, -258.41769474744797, -157.17507404461503, -27.184111449867487,
653 40.03140886873007, 85.54715672135353, -10.684138141572475, -9.571909949183464,
654 361.0644107311964, 800.3775283880532, 648.5292449966073, 164.5912908995524,
655 122.76155454292893, 157.6369851231575, 171.3351599574089, 30.2739720325917,
656 299.6402640864253, 532.3460110723972, 329.58685583621264, 60.26658654585481,
657 -55.69063940644264, -108.43430295586586, 80.64295175299048, 39.07632779655978,
658 -162.3885331824422, -376.5413340777159, -316.5989692211151, -86.19527381658554,
659 -161.1771817356348, -292.65605825185776, -256.51643715798855, -60.70279599353671,
660 -119.69412709027529, -200.65002632141113, -125.76921832561493, -19.13633704185486,
661 33.60004383325577, 51.19462522864342, -85.9110007211566, -31.393277171999216,
662 13.834792654961348, 39.88557643443346, 40.927911937236786, 14.292553981766105,
663 92.35836273059249, 184.78733237832785, 141.77308777719736, 33.44560551084578,
664 -56.681279346346855, -124.9874863922596, -86.06096404790878, -27.770048331469297,
665 -73.7751520127058, -137.2699742987752, -53.80869570374489, -15.902045218273997,
666 -132.7829448953271, -286.51735486090183, -222.7509818635881, -53.92619060818106,
667 -24.355369348078966, -10.72351923212409, -22.73146292567253, 1.003207681234926,
668 -82.39800671301782, -143.17356446385384, -86.78355887159705, -13.380858952645212,
669 15.448922185227275, 33.64987591281533, -20.634528417140245, -10.923734162002802,
670 206.99528783932328, 461.66256422549486, 369.8785211686045, 93.11928640771657,
671 77.45327325537801, 100.50419257581234, 111.42518666014075, 21.57816403079778,
672 162.55342736653984, 282.8481093235314, 173.61370004341006, 28.20588217675686,
673 -11.36020402982831, -19.437228739261627, 84.66969529166818, 36.14979255478829,
674 -91.98604912310839, -214.83100809156895, -178.52555517852306, -47.83367006853223,
675 -102.268913988024, -187.68198841065168, -163.5094303227961, -39.66910517029464,
676 -57.72826813161373, -91.794412702322, -57.435109816491604, -6.267338018864393,
677 3.6212102323770523, -3.185544043779373, -77.58430339023471, -27.081134407781065,
678 6.767416412010789, 20.384637270122766, 21.454774547368288, 7.360763698816299,
679 57.22847355157137, 114.96154342219234, 87.01432530209422, 20.425726978108287,
680 -37.95913986116648, -82.72492115944624, -55.989683732390404, -17.339018331840634,
681 -40.98770407028496, -75.84551331400871, -27.784162383526564, -8.605184393003583,
682 -27.69890223722905, -60.20905633084476, -45.96552625577897, -11.07102217595093,
683 -5.770184708759189, -2.267589857801795, -6.029051711782813, -0.2628931760555133,
684 -16.803906788118184, -28.32298395037651, -17.10128319542855, -1.9925966827431694,
685 0.8501922790892422, 2.2318292474374175, -9.015298617072403, -4.029541692696512,
686 43.30088996980339, 97.71143289655447, 76.70476010255516, 19.011556779791135,
687 18.516316768247634, 24.45134593360126, 27.665312031283975, 5.943340483820066,
688 31.32228625472635, 52.39959189109504, 31.85839011054486, 4.029590114485472,
689 3.9815325289964676, 8.971033805981278, 29.728267630096525, 11.677401390799787,
690 -18.853958921507, -44.51408904790878, -36.33444259595126, -9.463241129880771,
691 -24.367780623957515, -45.40601178072393, -39.16127281449735, -9.67790573881939,
692 -8.781066410243511, -12.354203056544065, -7.6645457576960325, -0.02255685906857252,
693 -3.95667262095958, -10.347653854638338, -24.732734559103847, -8.216640959959477,
694 1.0523710083216429, 3.516556518152356, 3.8717917259782553, 1.3317600034642965,
695 13.162220092955977, 26.562333581969142, 19.660394171252847, 4.528601492289454,
696 -9.541912337765098, -20.55062948167324, -13.481911475770175, -3.9094880935736,
697 -8.393170929979533, -15.44016123842448, -5.397031762171537, -1.8849499491043389},
698 {-23.116868224577047, 0.9814518480561674, -0.4574626086978242,
699 0.2731212502112612, -1.80832606824697, -1.3100434707594104,
700 -4.887285393197089, -1.862417008378543, -0.9547388104838319,
701 -3.282789033197332, -2.0739529411366675, -1.592739936459111,
702 -0.6023786759978975, 0.6123575137753505, -1.3658235105831409,
703 0.48336517898133025, 2.5118469090084545, 3.178696971037425,
704 1.2048549088649452, -1.130161950015463, 3.2952169706404675,
705 0.7045584607403725, 7.2889855485991575, 1.962299464008538,
706 1.3161048465117346, 4.404822750482708, 2.643633188388776,
707 2.0249122154782526, 0.9983686556734028, -0.9905060346791288,
708 2.3996701978030615, -0.5573299210518599, -0.5973731594567653,
709 -1.6777561560738832, -0.9785690638818778, 0.35098910774104297,
710 -1.056794415184413, 1.7297311072179582, -2.5085173105471767,
711 0.051661304365552496, 0.20847605637391098, 0.5580918283958454,
712 0.38840099837398157, 0.5321697721956298, -0.8970914578530937,
713 -0.829317786017782, -2.097641384898452, -0.46949827575008385,
714 0.3919832281571871, 0.7491124252483132, 0.4027491231172462,
715 -0.03149444193695672, -0.31152788148210675, -1.3276201323460555,
716 -0.442070925320877, -0.25697186951583717, -0.6250742776173865,
717 -2.120492760106572, -1.4493075768405106, -1.3238525462948019,
718 0.6661531082063448, 1.5234150271862745, 1.3023051659401972,
719 0.6421327311400091, -1.6789274433394894, -3.8287529130466282,
720 -2.0439049813430756, 2.1433148398064077, -4.2907792196492665,
721 -2.6809790381230414, -9.517558609484695, -3.4967220305697992,
722 -1.903069550433429, -6.034001696680207, -3.7760812049382366,
723 -2.7633051097218413, -1.3061555309104733, 1.2499774747993797,
724 -2.8959826252248604, 0.9278741607849952, 1.5014557486283593,
725 4.590397299441975, 2.3175584523705766, -3.2588622291805223,
726 6.6080304310889915, 0.6688554672291502, 14.696704015892465,
727 3.338072460377589, 2.392970500921365, 7.543645469297189,
728 4.799875126685947, 3.072669691639021, 2.083852840340114,
729 -1.8326570572389755, 4.9736981184687465, -0.9773275824845769,
730 -0.931554734299425, -2.8464465941651724, -1.703389959584456,
731 1.0280862998042721, -2.1660510621441063, 3.763313409057446,
732 -5.129659075115342, 0.28970237728208303, 0.4947354956238996,
733 1.9050694455218036, 0.9580126215005293, 1.744694052147679,
734 -1.7954534462478478, -1.4950901749834884, -4.18893348518759,
735 -0.8248382047167979, 0.4880793127595098, 1.2666140705841826,
736 0.761877254335559, -0.12663449143292382, -0.6090124403344817,
737 -2.412317824535421, -0.8217957523957011, -0.3607200434198603,
738 -1.220688678746228, -4.521684665174689, -2.8427117373794317,
739 -2.8734976496489253, 1.2271342720487155, 2.726891670085024,
740 2.3805775715736672, 1.0479627638997044, -0.9986699027940631,
741 -1.4054935877211392, -1.0164572403300554, 2.7007327437167987,
742 -3.1079241229163017, -0.8871015863260254, -6.884893141919747,
743 -1.7223275710712187, -1.10283406569215, -3.4156905793352053,
744 -2.1722750964108855, -1.362208534948877, -0.9673443023057189,
745 0.8518175168719608, -2.1474313098879065, 0.5878635474218754,
746 0.6274636642483529, 2.0288397194817662, 0.7297484798473306,
747 -2.899558925186284, 4.830390916962642, -1.2206527947855648,
748 10.746998705493752, 1.1495970446849242, 1.3529759487137198,
749 3.5474548422789667, 2.6894157543429174, 0.8476963145949412,
750 1.6192582681469503, -1.3259960802388377, 3.7988178623636486,
751 -0.6669898357358761, -0.3882997530454304, -1.5862409543478861,
752 -0.7367794012534432, 0.8350108853155689, -1.5580833980347961,
753 2.8489295898471028, -3.689987167803338, 0.342830110428622,
754 0.3181003265635809, 2.6117144642266794, 0.6207119202299509,
755 2.2525177606294164, -1.2021170735679334, -0.8547672989952844,
756 -2.7848481892433483, -0.43484290440392215, 0.2597501403761271,
757 0.7310897408169694, 0.292402504805068, -0.10252243881041068,
758 -0.39343069770620787, -1.2842565232567722, -0.48938799917596043,
759 0.022517978693940677, -0.7831108191021485, -3.494854785181815,
760 -1.8581897690310143, -2.267170724371681, 0.6876961255620699,
761 1.5421161139092874, 1.2760864103329368, 0.4979915988878929,
762 0.03504245060321409, -0.5081893532769755, 0.26652632516925223,
763 0.821483424937469, -1.0446263486010139, 0.45651482534594834,
764 -2.2889794512157096, -0.0035710721640498377, -0.22893063041192363,
765 -0.6817280723407748, -0.45394952446076786, -0.1660316836932907,
766 -0.34288291644224955, 0.3636645135884464, -0.7490280414931476,
767 0.20963646538803005, -0.14997775820302195, 0.7037302149110474,
768 -0.46075599384494126, -0.6598072609776864, 1.5373261920831283,
769 -1.2194628641664167, 3.4031999971339246, -0.26284185577969765,
770 0.2725231368385721, 0.3940407584886998, 0.5350668487953953,
771 -0.22589841188164428, 0.5370612338938372, -0.47899165713897673,
772 1.231294733206596, -0.2518895742832683, 0.04606554469501134,
773 -0.4912358322617365, 0.06465166110137943, 0.15757806080682712,
774 -0.44013287911730004, 0.7982243686419679, -1.0450759065060993,
775 0.09295746496172796, 0.05893265593476826, 1.2237371377032105,
776 0.11265726017882116, 1.0293852136601345, -0.27398762957091094,
777 -0.2449508554454951, -0.6491528153565014, -0.10515045589636429,
778 0.016214310263421794, 0.2141990264881315, -0.061721802660031244,
779 0.002118430992595677, -0.15707630664110184, -0.05609711778924975,
780 -0.22691766766183719, 0.1918251564620732, -0.12700770708397613,
781 -1.245681896518363, -0.3381873563375848, -0.7989109086884127,
782 0.060767976588977035, 0.46571698922343785, 0.07225543568347348,
783 0.16065172928483662, -0.9430751916952431, -4.865082939621061,
784 -7.714289892697707, -5.903385091689415, 4.681410471152049,
785 3.7416767778340727, 9.412337154848501, 4.129300118249375,
786 2.5534577798098326, 7.375291046802886, 4.851737870834768,
787 3.2763207909010816, 2.366372280550422, 0.777773793117376,
788 4.062110210914398, -0.3520575819420628, 2.238315799681004,
789 4.733378508244641, 5.161481347400695, 5.843862432637252,
790 -7.599391621071845, -3.9958814927958883, -16.02229010418523,
791 -4.728005079727154, -3.8212558766826987, -10.73755551117938,
792 -7.360368525492959, -4.294722289603669, -4.25760011037346,
793 -2.3417608629679307, -7.478602523013251, -0.26086974825011566,
794 0.5236573662259616, 1.4459094641497359, 0.4154567264486104,
795 -0.9426132110529579, 3.1776593264949042, -1.1267659902223386,
796 6.888102682540193, 0.5816137606743723, 0.5107785250002053,
797 0.47990798740647733, 1.1165244622388855, -0.4047336838848423,
798 3.78470447161817, 5.5662048240192235, 6.62991742475424,
799 1.9834109640069073, -0.8922311138594523, -2.2134047025465406,
800 -1.4497657453466672, -0.4358633320807712, 0.2734593690493057,
801 1.8694294152373914, 0.3207961212465307, 0.4132495432786527,
802 1.070793124701595, 3.8367889924993506, 2.201300177286612,
803 2.2297928127954947, -2.30106120169512, -4.988532954943366,
804 -3.9013782064430416, -1.7021318787592463, -5.082231042790227,
805 -14.362073105294257, -11.564639566000551, -11.992568383691832,
806 9.091519326088019, 6.804983809124678, 19.09808295406401,
807 7.049948180094361, 4.656911347352434, 13.392416945425794,
808 8.905101119424216, 5.437396385066677, 4.8355007469363045,
809 1.4551804041257128, 8.268201144295745, -0.6749960994930007,
810 3.915376166580245, 10.54343384387903, 9.667227189522237,
811 11.67638217995409, -15.375557374325581, -6.012286337674595,
812 -32.541699377354234, -8.027898378088139, -6.998162491712719,
813 -18.401969681028277, -13.501509291352704, -6.3614876619540155,
814 -8.612249798548874, -4.020429219759535, -15.066119015740696,
815 -0.3173244663630612, 1.0489676635479555, 2.3715429592411965,
816 1.0986170340329409, -2.1288311394455377, 6.444699409592431,
817 -2.7188748319167644, 13.914887623512186, 0.7618331681005657,
818 0.803359858924523, -1.0825437097810209, 1.8186206043465063,
819 -2.3499455599230714, 7.367258241400123, 10.123280510539189,
820 12.766715356090572, 3.4094839351600967, -1.801721248193644,
821 -4.038503554882482, -2.782652480324032, -0.8473532504576724,
822 0.4536954097529815, 3.232375882056658, 0.4165272485515743,
823 0.5033590725361137, 2.127764483302599, 8.356997601891635,
824 4.378697175736306, 4.956935453723418, -4.235247171542142,
825 -9.024972670013085, -7.00587819411885, -2.7938301218673587,
826 -3.3690796493319795, -9.536361756036058, -7.568417151458561,
827 -7.479958086041734, 6.620714652119204, 2.2024626275524497,
828 13.946243038401008, 3.1121416997048073, 2.6826016242266633,
829 7.3448785287328064, 5.12363291362999, 2.3463635137013625,
830 3.473972851614235, 0.7722311581601389, 5.882402813032968,
831 -0.4671002305694856, 2.478698877908755, 7.301640252000652,
832 6.228578222100623, 7.672808842733502, -11.121643809136003,
833 -0.7171271879924461, -23.505384612828493, -3.194301286654081,
834 -4.04233797773486, -8.628274152055383, -7.839508057571948,
835 -1.4183274203096516, -5.960930134402588, -2.0215023667551577,
836 -10.294883347611176, -0.02986069832695648, 0.61484360601753,
837 1.4883411607006565, 0.5613298115786165, -1.2049651328416076,
838 4.592626976780593, -2.4585120453266427, 9.883820020884741,
839 0.12356733207707293, 0.4419640694395639, -3.7931979214190505,
840 1.0952926570898853, -3.854229149641469, 4.7333603036240675,
841 5.868631158809876, 7.974360265943687, 1.727881621569395,
842 -1.031629270175472, -2.7472616466111504, -1.4239519343536813,
843 -0.645136756284046, 0.24678947790562233, 1.329182708839653,
844 0.1847301300658728, -0.3081837686986546, 1.398419868433848,
845 6.75681533786701, 2.8937342007411644, 4.118505493475823,
846 -2.454471707693301, -5.010465067753103, -3.8349703766871244,
847 -1.1267335253796773, -0.9300607079931069, -2.3348839354584925,
848 -2.0399494312587194, -1.587077888805652, 2.148449903455912,
849 -0.8143727608548943, 4.55824176419992, -0.07382252386014443,
850 0.5308789498594706, 1.418743523710873, 1.012739027486532,
851 0.17077802105632145, 1.1258434950832452, -0.15567347200703807,
852 1.918484573950991, -0.280377783557924, 0.8648240998154506,
853 1.2531380091095343, 2.111326506739715, 1.566487961623352,
854 -3.4940885888354387, 1.6285180433187634, -7.355402778033749,
855 0.2799048699089326, -0.8249447901616804, -1.0023951425391715,
856 -1.620930525707081, 0.6389420697669266, -1.8698510776594048,
857 0.22000048746122047, -3.2367319774857606, 0.27599301246664254,
858 -0.06712163382326253, 0.8465999712061603, -0.3123865139205009,
859 0.027670922710967716, 1.256926546462637, -0.676659949538589,
860 2.6855877574707847, 0.04129146241029957, 0.16016866572317667,
861 -2.3029738696859567, 0.3933061343850568, -1.917296428240661,
862 1.1656413665114087, 1.270829024622799, 1.856777869281359,
863 0.2875178511349077, -0.1759851440510829, -0.821283581899479,
864 -0.13869727152268752, -0.23363892532506725, 0.17115462268611736,
865 -0.26690080574553576, 0.2579452577174379, -0.4994159955131181,
866 0.24796249562496087, 2.4770666492586315, 0.5480044671785436,
867 1.480551641450802, -0.35329439648921834, -1.302417158301978,
868 -0.3801663530321093, -0.1980459036458342, -0.14391283033182845,
869 -0.15543031692504883, -0.31594230490736663, 2.558807994646486,
870 -2.4112758975825273, -0.8609890529187396, -4.592016061244067,
871 -2.2445702342665754, -1.2223257103469223, -3.2659765699354466,
872 -1.6111252391710877, -0.8429965514515061, -3.2447184567936347,
873 -4.263099605945172, -6.457371731929015, -2.0681350447557634,
874 -0.0240090687002521, -1.017644018982537, -0.9933650236343965,
875 -3.0353753765812144, 4.865774395788321, 1.4639662585686892,
876 10.16380437364569, 3.766881461284356, 2.8055123683880083,
877 6.061923372210003, 3.6394331592600793, 0.6024911566637456,
878 6.79695421046199, 10.487585795781342, 13.335351558140246,
879 5.080219365627272, -0.36978804334648885, -0.9108084868057631,
880 -0.029928909498266876, 0.3930263332440518, -2.192254574096296,
881 0.5607479499303736, -5.33984890251304, -1.4507215869234642,
882 -0.8507548692286946, -0.14008796057896689, -0.485325506539084,
883 1.7834087075898424, -5.515698106501077, -10.733986210019793,
884 -10.465539181386703, -4.885224729572656, 0.705527682279353,
885 1.795887669781223, 1.1595069973409409, 0.6831114749438711,
886 0.16029609695397085, -0.3200142760615563, 0.6985686235566391,
887 0.2470849531418935, -1.483016350393882, -4.504647672409192,
888 -2.8178685574093834, -2.418292523980199, 3.3084975141100585,
889 7.404571256847703, 5.895241363803507, 2.727569202237646,
890 -1.1326030914206058, 0.7613614562433213, -0.868035392370075,
891 4.308047812897712, -5.256162228411995, -1.0851820029783994,
892 -10.568364828708582, -4.130388564430177, -2.153517787141027,
893 -5.290860902634449, -2.7711452934890985, -0.7853576937923208,
894 -6.5394612646632595, -8.132317194511415, -13.061499059404014,
895 -4.061113752104575, 0.10570978675968945, -2.496074842521921,
896 -1.9651228283764794, -5.896869066637009, 10.24617729143938,
897 2.6450834774877876, 21.538260572124273, 7.3581241247593425,
898 5.027482362929732, 9.166108974255621, 6.1421848081517965,
899 -0.839654917945154, 13.597893070182181, 20.39850451159873,
900 26.68272981530754, 10.004213468113448, -0.7891765127424151,
901 -1.3576372181996703, -0.21943805378396064, 0.6928807618387509,
902 -4.650851376063656, 0.6004451511835214, -11.3980798049015,
903 -3.153916360141011, -1.3865811732248403, 1.7808576964307576,
904 -0.3455895015504211, 5.033628785604378, -10.892489180056145,
905 -20.85796524415491, -20.62736720140674, -9.448678675456904,
906 1.311410535054165, 3.3636494675884023, 2.014077681233175,
907 1.3090749141265405, 0.4357973798760213, 0.04213609489670489,
908 1.699683571467176, 0.9721327527440735, -2.9761357703828253,
909 -9.510867029166548, -5.625024121225579, -5.130719012886402,
910 6.285699999076314, 13.955634049212676, 11.059228617552435,
911 4.797377753362525, -0.7849821466370486, 0.13780538435094059,
912 -0.43253903032746166, 2.448688983422471, -4.217190870636841,
913 0.10623603832209483, -8.60161403811071, -2.3992822893778794,
914 -1.0875323383661453, -2.201299593260046, -1.1574040093109943,
915 0.456431806931505, -4.519364256746485, -5.102035089716082,
916 -9.077045629630447, -2.6861348442325834, 0.061968991154571995,
917 -1.8408389564137906, -1.4199456306523643, -3.606116184440907,
918 8.034181892755441, 0.426078527700156, 16.996612574905157,
919 4.157415833702544, 2.6495583285577595, 2.8593653586576693,
920 2.6342833711532876, -2.9884500521875452, 9.437805005341943,
921 12.836517294956138, 18.514212030931958, 6.37232638936257,
922 -0.3254771407227963, -1.063988987240009, 0.39919451001333073,
923 -0.030791126322583295, -3.6483602073567454, 0.11406318785157055,
924 -8.979265081783524, -2.3989163484802702, -0.6448488184832968,
925 3.995132626441773, 0.3788480553193949, 5.391215876705246,
926 -7.32335906370281, -13.225829644041369, -13.838869251107099,
927 -5.8106633794814115, 0.6829608110128902, 2.16609510302078,
928 0.9119353956339182, 0.8344294637572602, 0.40538965556334006,
929 0.9191303304905887, 1.4550473247509217, 1.2710883323125017,
930 -2.0158953502686927, -7.226307394535979, -3.7252553564176196,
931 -3.9281930899596773, 3.915281332752784, 8.199287572409958,
932 6.670968324018759, 2.2695713046268793, -0.2304664748517098,
933 -0.09020898025482893, -0.016530186199815944, 0.5028017601725878,
934 -1.5859122945694253, 0.900376916557434, -3.291158233390888,
935 -0.18438477710515144, -0.13886204089067178, -0.16404901972418884,
936 -0.014899873924150597, 0.43432625986315543, -1.4099745730145514,
937 -0.8355470926726412, -2.8657654573653417, -0.48602017867960967,
938 -0.18875213019782677, -0.03623834111203905, -0.8490786827751435,
939 -0.5086090805925778, 2.7043319169752067, -0.8320180862792768,
940 5.754363378990092, 0.5216386926404084, 0.4335064010665519,
941 -0.36094429313379806, 0.13744159709312953, -1.5746234412363265,
942 2.7964480456867022, 2.639229060339858, 5.508166450130375,
943 1.248021742900164, 0.11172826492838794, -0.5974477605923312,
944 0.5552827242790954, -0.31279515775167965, -1.0272185329595231,
945 -0.3331254620134132, -2.624047498218715, -0.827904944844704,
946 -0.09960394624067703, 2.1709458820769214, 0.29427223418315407,
947 2.1152573732251767, -1.8987034612418938, -3.2417196963288006,
948 -3.5955442197118828, -1.2385085647001688, 0.07671136731551087,
949 0.6048820059950231, 0.007215317673399113, 0.24187786106085696,
950 0.009557125124047161, 0.8468436717121222, 0.22328019648921327,
951 0.682565872311443, -0.4787248903157888, -2.420642218334251,
952 -0.8517620029306272, -1.2802717167269293, 0.784262221546669,
953 1.971181471944874, 1.21754162724028, 0.2918283681738103,
954 0.9820539930078667, 2.1110300493892282, 2.1912390525394585,
955 0.3352012751274742, 1.4378156417878927, 1.481800884983386,
956 2.295765551942168, 1.1905511145450873, -0.03564073432062287,
957 -0.45713573844113853, -0.8517155554582132, -0.7058557315976941,
958 2.2926105219958117, 4.507304271799512, 4.881622638546105,
959 2.3501876506143162, -0.7608871761040064, -1.829069939092733,
960 -1.3463831825356465, -0.12107745697721839, -2.47293403497315,
961 -2.321323717973428, -4.606533996935468, -2.4059367206064053,
962 -0.67090143331734, -0.17453607358038425, 0.7712531060678884,
963 1.3910170162416762, -3.4810539180907654, -7.05933317875315,
964 -7.9502752361950115, -4.2808565832347085, 0.0447560589236673,
965 0.37398655974538997, -0.12599168487940915, 0.15090408574906178,
966 1.1082155156618683, 0.9310028281761333, 2.7549701884418027,
967 1.486552562462748, 0.3927585657220334, -0.7013666410639416,
968 -0.9201986229745671, -1.5969858565877075, 1.5088043110008584,
969 3.7369526592374314, 4.353218813310377, 2.8077486803304055,
970 0.03530263573338743, -0.13829315175826196, 0.04549793775368016,
971 -0.17059524812611926, -0.1716904760323814, -0.32031511070090346,
972 -0.6193616555028711, -0.4094712377227552, 0.6035375120627577,
973 1.9962116186798085, 1.5136773920385167, 1.1901529206443229,
974 -0.5048600818117848, -1.5518959683831781, -1.6695655844159774,
975 -1.0285585644560342, 1.838777069147909, 4.053249540971592,
976 3.607321055838838, 0.6391626191034447, 3.1761405666475184,
977 2.875998788891593, 5.177061453461647, 2.542648076050682,
978 -0.13442842167569324, -1.328675797849428, -1.7785591063729953,
979 -1.6389083654939895, 4.575134402963158, 8.803931813963572,
980 9.791196838807082, 4.630214084550971, -1.440438481833553,
981 -3.4067907259450294, -2.4863497752230614, -0.3155276950856205,
982 -5.32490648253588, -4.984605072706472, -10.043550811707973,
983 -5.082410817703931, -1.085019607184222, 1.1371546516893432,
984 2.0276450164383277, 3.6310188880597707, -6.985668734421779,
985 -14.211193487426499, -16.113105635959073, -8.744308717592503,
986 0.10589534367318265, 0.7947399424738251, -0.2964896641788073,
987 0.5067822530545527, 2.5293595951225143, 2.58467249001842,
988 6.2208652754779905, 3.355083821254084, 0.4546219073527027,
989 -2.7033718376769684, -2.4450946710421704, -3.8785089641751256,
990 3.136993369786069, 7.833625913714059, 9.147273726935964,
991 5.906442518680706, 0.1100977841670101, -0.31588238185213413,
992 0.15953748884203378, -0.3319018881666125, -0.5068110807769699,
993 -1.1061924165551318, -1.5676563592860475, -1.1144516558706528,
994 1.3592570713663008, 4.48664326936705, 3.293842589657288,
995 2.6751705368078547, -0.968158421368571, -3.060476735292468,
996 -3.4107323169591837, -2.090093998478551, 1.0588893985986942,
997 2.319833843357628, 2.071228635351872, 0.18839598892373033,
998 2.461612622246321, 2.007535444194218, 4.0856948510190705,
999 1.8973112175735878, -0.20914269144122954, -1.3148740148171782,
1000 -1.4097467412939295, -1.3788964700506767, 3.150015756749781,
1001 5.811972489762411, 6.774891624139855, 3.1167290566700103,
1002 -0.8202473444689531, -2.261882507969858, -1.3512588705052622,
1003 -0.49668898862728383, -4.241223960489151, -3.4969716570340097,
1004 -8.177125167276245, -3.680671208363492, -0.26402102668362204,
1005 2.18908768548863, 2.3653247356414795, 3.2886781828128733,
1006 -4.995897629356477, -9.560343279445078, -11.688614901657274,
1007 -6.101029261430085, -0.008962567648268305, 0.7820979360549245,
1008 -0.3933513358642813, 0.5539387873577652, 2.17930220693961,
1009 2.4924351572117303, 5.205871612444753, 2.7370581860741368,
1010 -0.08447095993324183, -3.383511901338352, -2.4417437247757334,
1011 -3.3776030956505565, 2.3364217541529797, 5.535120483720675,
1012 6.894329848626512, 4.061864605318988, 0.11955360075444332,
1013 -0.2459940403350629, 0.13683643133117585, -0.18632836409233278,
1014 -0.49122742296094657, -1.405126197663776, -1.346415589483513,
1015 -1.1295357900016825, 1.0939187511758064, 3.7184670797432773,
1016 2.6064750921505038, 2.150831545681285, -0.5843696605734294,
1017 -1.873572350901668, -2.3814323126134695, -1.2216424742291565,
1018 0.13904778937649098, 0.6913534209888894, 0.24548141167178983,
1019 0.09490930251922691, 0.9069840315223701, 0.2188956209756725,
1020 1.561264314372238, 0.41180351426737616, -0.10062218605162343,
1021 -0.5069684841328126, -0.4551299741870025, -0.47231768746678426,
1022 0.9302671397244922, 1.413360212893167, 2.0218195273500896,
1023 0.7560137052041682, -0.0613059289935336, -0.8885163910526899,
1024 -0.041511842639010865, -0.39098924049176276, -1.4621658849937376,
1025 -0.7321486215805635, -2.8823005154627026, -0.9224593571525475,
1026 0.056645252559974324, 1.1704969927304774, 0.9618976021592971,
1027 1.1218685234725854, -1.508491406126268, -2.4461748683752376,
1028 -3.6181716927130765, -1.567236048347695, -0.09400053921308427,
1029 0.4337522717687534, -0.2985089046487701, 0.2880963593652268,
1030 0.7011172114525834, 0.9789972852595383, 1.6859279370110016,
1031 0.8568184336545528, -0.1505479747793288, -1.4948312527412781,
1032 -0.9471035865426529, -1.0978555246892938, 0.697424382353347,
1033 1.4656518550473265, 2.1384619145428587, 0.8787213372615952,
1034 0.07527709678106476, -0.16007338154122408, 0.09394259241526015,
1035 -0.07416326404199935, -0.14441298907604505, -0.6216575487796945,
1036 -0.38331662062228133, -0.3905169276476954, 0.35950158416380873,
1037 1.2715430592506891, 0.8565877894579899, 0.6662767823945615,
1038 -0.08645874106696283, -0.33907893889409024, -0.6050849688599556,
1039 -0.04637264808616237}}}};
1040}

◆ getInputLimits()

template<bool is_ad>
std::vector< std::vector< std::vector< std::vector< Real > > > > SS316HLAROMANCEStressUpdateTestTempl< is_ad >::getInputLimits ( )
overrideprotectedvirtual

Reimplemented from LAROMANCEStressUpdateBaseTempl< is_ad >.

Definition at line 87 of file SS316HLAROMANCEStressUpdateTest.C.

88{
89 return {{{{1.32776E+12, 9.99959E+12},
90 {2.93039E+11, 9.99798E+11},
91 {2.010652839, 49.98748468},
92 {0.0, 0.002074531},
93 {800.0160634, 949.9873586}}}};
94}

◆ getMakeFrameHelper()

template<bool is_ad>
std::vector< unsigned int > LAROMANCEStressUpdateBaseTempl< is_ad >::getMakeFrameHelper ( const unsigned int  p) const
protectedinherited

Definition at line 1169 of file LAROMANCEStressUpdateBase.C.

1170{
1171 std::vector<unsigned int> v(_num_coefs[p] * _num_inputs);
1172
1173 for (unsigned int numcoeffs = 0; numcoeffs < _num_coefs[p]; ++numcoeffs)
1174 for (unsigned int invar = 0; invar < _num_inputs; ++invar)
1175 v[numcoeffs + _num_coefs[p] * invar] =
1176 numcoeffs / MathUtils::pow(_degree[p], invar) % _degree[p];
1177
1178 return v;
1179}
const double v
T pow(T x, int e)

◆ getNormalizationLimits()

template<bool is_ad>
virtual std::vector< std::vector< std::vector< std::vector< Real > > > > LAROMANCEStressUpdateBaseTempl< is_ad >::getNormalizationLimits ( )
inlineprotectedvirtualinherited

Reimplemented in LAROMANCE3TileTestTempl< is_ad >.

Definition at line 393 of file LAROMANCEStressUpdateBase.h.

394 {
395 if (_json.contains("normalization_limits"))
396 return _json["normalization_limits"]
397 .template get<std::vector<std::vector<std::vector<std::vector<Real>>>>>();
398
399 return getInputLimits();
400 }

◆ getStrainCutoff()

template<bool is_ad>
virtual std::vector< Real > SS316HLAROMANCEStressUpdateTestTempl< is_ad >::getStrainCutoff ( )
inlineoverrideprotectedvirtual

Reimplemented from LAROMANCEStressUpdateBaseTempl< is_ad >.

Definition at line 29 of file SS316HLAROMANCEStressUpdateTest.h.

29{ return {1.0e-10}; }

◆ getTangentCalculationMethod()

template<bool is_ad>
virtual TangentCalculationMethod RadialReturnCreepStressUpdateBaseTempl< is_ad >::getTangentCalculationMethod ( )
inlineoverrideprotectedvirtualinherited

Reimplemented from StressUpdateBaseTempl< is_ad, R2, R4 >.

Definition at line 48 of file RadialReturnCreepStressUpdateBase.h.

49 {
51 }

◆ getTilings()

template<bool is_ad>
virtual std::vector< std::vector< unsigned int > > LAROMANCEStressUpdateBaseTempl< is_ad >::getTilings ( )
inlineprotectedvirtualinherited

Reimplemented in LAROMANCE3TileTestTempl< is_ad >.

Definition at line 436 of file LAROMANCEStressUpdateBase.h.

437 {
438 if (_json.contains("tiling"))
439 return _json["tiling"].template get<std::vector<std::vector<unsigned int>>>();
440
441 if (_environmental)
442 return {{1, 1, 1, 1, 1, 1}};
443 return {{1, 1, 1, 1, 1}};
444 };

◆ getTransform()

template<bool is_ad>
std::vector< std::vector< std::vector< std::vector< typename LAROMANCEStressUpdateBaseTempl< is_ad >::ROMInputTransform > > > > SS316HLAROMANCEStressUpdateTestTempl< is_ad >::getTransform ( )
overrideprotectedvirtual

◆ getTransformCoefs()

template<bool is_ad>
std::vector< std::vector< std::vector< std::vector< Real > > > > SS316HLAROMANCEStressUpdateTestTempl< is_ad >::getTransformCoefs ( )
overrideprotectedvirtual

Reimplemented from LAROMANCEStressUpdateBaseTempl< is_ad >.

Definition at line 78 of file SS316HLAROMANCEStressUpdateTest.C.

79{
80 return {{{{1.0, 1.0, 1.0e1, 4.0e-5, 0.0},
81 {1.0e13, 1.0, 1.0e1, 0.0, 1.0},
82 {0.0, 1.0, 5.0, 1.0e-4, 0.0}}}};
83}

◆ getTransformedLimits()

template<bool is_ad>
std::vector< std::vector< std::vector< std::vector< Real > > > > LAROMANCEStressUpdateBaseTempl< is_ad >::getTransformedLimits ( const unsigned int  p,
const std::vector< std::vector< std::vector< Real > > >  limits 
)
protectedinherited

Definition at line 1140 of file LAROMANCEStressUpdateBase.C.

1142{
1143 std::vector<std::vector<std::vector<std::vector<Real>>>> transformed_limits(
1144 _num_tiles[p],
1145 std::vector<std::vector<std::vector<Real>>>(
1146 _num_outputs, std::vector<std::vector<Real>>(_num_inputs, std::vector<Real>(3))));
1147 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
1148 {
1149 for (unsigned int o = 0; o < _num_outputs; ++o)
1150 {
1151 for (unsigned int i = 0; i < _num_inputs; ++i)
1152 {
1153 for (unsigned int k = 0; k < 2; ++k)
1154 {
1155 transformed_limits[t][o][i][k] = limits[t][i][k];
1157 transformed_limits[t][o][i][k], _transform[p][t][o][i], _transform_coefs[p][t][o][i]);
1158 }
1159 transformed_limits[t][o][i][2] =
1160 (transformed_limits[t][o][i][1] - transformed_limits[t][o][i][0]) / 2.0;
1161 }
1162 }
1163 }
1164 return transformed_limits;
1165}
unsigned int _num_outputs
Number of inputs to the ROM data set.
void convertValue(T &x, const ROMInputTransform transform, const Real coef, const bool derivative=false)
Convert input based on the transform type.

◆ initialGuess()

template<bool is_ad>
virtual GenericReal< is_ad > SingleVariableReturnMappingSolutionTempl< is_ad >::initialGuess ( const GenericReal< is_ad > &  )
inlineprotectedvirtualinherited

Compute an initial guess for the value of the scalar.

For some cases, an intellegent starting point can provide enhanced robustness in the Newton iterations. This is also an opportunity for classes that derive from this to perform initialization tasks.

Parameters
effective_trial_stressEffective trial stress

Reimplemented in PowerLawCreepTestTempl< is_ad >.

Definition at line 66 of file SingleVariableReturnMappingSolution.h.

67 {
68 return 0.0;
69 }

◆ initialSetup()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::initialSetup ( )
overrideprotectedvirtualinherited

Reimplemented from Material.

Reimplemented in LAROMANCEPartitionStressUpdateBaseTempl< is_ad >.

Definition at line 315 of file LAROMANCEStressUpdateBase.C.

316{
317 // export models that are compiled in
318 if (this->isParamValid("export_model"))
319 {
320 exportJSON();
321 std::ofstream out(this->template getParam<FileName>("export_model").c_str());
322 out << _json;
323 }
324
325 // Pull in relevant ROM information and do sanity checks
330 _coefs = getCoefs();
333 // resize containers to be filled later based on partition dimension
334 // and immediately run some sanity checks
336 if (_num_partitions < 1 || _num_partitions > 2)
338 "In ", _name, ": First dimension of getTransform must be either size one or size two");
339 if (_transform[0].size() < 1)
340 mooseError("In ", _name, ": Transform is not the correct shape");
341 _num_outputs = _transform[0][0].size();
342 if (_num_outputs != 3)
343 mooseError("In ",
344 _name,
345 ": ",
347 " outputs detected. Three and only three outputs are currently supported.");
348
349 _num_inputs = _transform[0][0][0].size();
350 if (_num_inputs != 5 && _num_inputs != 6)
351 mooseError("In ",
352 _name,
353 ": ",
355 " inputs detected. Only five or six inputs currently supported.");
356 if (_num_inputs == 6 && !_environmental)
357 this->paramError(
358 "environmental_factor",
359 "Number of ROM inputs indicate environmental factor is required to be coupled.");
360 if (_num_inputs != 6 && _environmental)
361 this->paramError("environmental_factor",
362 "Number of ROM inputs indicate environmental factor is not implemented, but "
363 "environmental factor coupled.");
366 _degree.resize(_num_partitions);
377 // temporarily fill global limits with extreme numerical values, to later update
378 for (unsigned int i = 0; i < _num_inputs; ++i)
379 _global_limits[i] = {std::numeric_limits<Real>::max(), 0.0};
380
381 // start loop over partitions to perform sanity checks, set global limits,
382 // and print global configurations
383 if (_transform.size() != _num_partitions || _transform_coefs.size() != _num_partitions ||
385 _coefs.size() != _num_partitions || _tiling.size() != _num_partitions ||
386 _cutoff.size() != _num_partitions)
388 "In ", _name, ": one of the ROM inputs does not have the correct number of partitions");
389
390 for (unsigned int p = 0; p < _num_partitions; ++p)
391 {
392 _num_tiles[p] = _transform[p].size();
393 if (!_num_tiles[p])
394 mooseError("In ", _name, ": No tiles detected. Double check your ROM input");
395
396 bool correct_shape = true;
397 if (_transform[p].size() != _num_tiles[p] || _transform_coefs[p].size() != _num_tiles[p] ||
398 _input_limits[p].size() != _num_tiles[p] ||
399 _normalization_limits[p].size() != _num_tiles[p] || _coefs[p].size() != _num_tiles[p])
400 correct_shape = false;
401 if (_tiling[p].size() != _num_inputs)
402 correct_shape = false;
403 if (_coefs[p][0].size() == 0)
404 correct_shape = false;
405 _num_coefs[p] = _coefs[p][0][0].size();
406
407 // start loop over tiles to perform sanity checks.
408 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
409 {
410 if (_transform[p][t].size() != _num_outputs ||
411 _transform_coefs[p][t].size() != _num_outputs || _coefs[p][t].size() != _num_outputs)
412 correct_shape = false;
413 for (unsigned int o = 0; o < _num_outputs; ++o)
414 if (_transform[p][t][o].size() != _num_inputs ||
415 _transform_coefs[p][t][o].size() != _num_inputs ||
416 _coefs[p][t][o].size() != _num_coefs[p])
417 correct_shape = false;
418 if (_input_limits[p][t].size() != _num_inputs ||
419 _normalization_limits[p][t].size() != _num_inputs)
420 correct_shape = false;
421 for (unsigned int i = 0; i < _num_inputs; ++i)
422 if (_input_limits[p][t][i].size() != 2 || _normalization_limits[p][t][i].size() != 2)
423 correct_shape = false;
424 }
425
426 if (!correct_shape)
427 mooseError("In ", _name, ": ROM data is not the right shape.");
428
429 _degree[p] = std::pow(_num_coefs[p], 1.0 / _num_inputs);
430 if (!_degree[p] || _degree[p] > 4)
431 mooseError("In ", _name, ": degree must be 1, 2, 3 or 4.");
432
433 // Check input limits and find global limits of all partitions. Note that this will return the
434 // extremes of the model! If the model is not flat along one input limit, then global limits
435 // will not truely capture the mutli-dimensionality of the problem. Consequently, the user may
436 // find input values that result in errors in the partition weight computation.
437 for (unsigned int i = 0; i < _num_inputs; ++i)
438 {
439 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
440 {
441 if (_input_limits[p][t][i][0] >= _input_limits[p][t][i][1])
442 mooseError("In ", _name, ": Input limits are ordered incorrectly");
443 _global_limits[i].first = std::min(_global_limits[i].first, _input_limits[p][t][i][0]);
444 _global_limits[i].second = std::max(_global_limits[i].second, _input_limits[p][t][i][1]);
445 }
446 }
447
448 // Precompute helper containers
451
452 // Prepare containers for each partition
454 _rom_inputs[p].resize(_num_tiles[p], std::vector<GenericReal<is_ad>>(_num_inputs));
456 std::vector<std::vector<GenericReal<is_ad>>>(
457 _num_inputs, std::vector<GenericReal<is_ad>>(_degree[p])));
459 _weights[p].resize(_num_tiles[p], 0);
460 }
461 // Prepare containers independent of partition
463
464 if (_verbose)
465 {
466 Moose::err << "ROM model info: " << _name << "\n";
467 Moose::err << " number of tiles, partition 1: " << _num_tiles[0] << "\n";
468 if (_num_partitions > 1)
469 Moose::err << " number of tiles, partition 2: " << _num_tiles[1] << "\n";
470 Moose::err << " number of outputs: " << _num_outputs << "\n";
471 Moose::err << " number of inputs: " << _num_inputs << "\n";
472 Moose::err << " degree (max Legendre degree + constant), partition 1: " << _degree[0] << "\n";
473 if (_num_partitions > 1)
474 Moose::err << " degree (max Legendre degree + constant), partition 2: " << _degree[1] << "\n";
475 Moose::err << " number of coefficients, partition 1: " << _num_coefs[0] << "\n";
476 if (_num_partitions > 1)
477 Moose::err << " number of coefficients, partition 2: " << _num_coefs[1] << "\n";
478 Moose::err << " Global limits:\n cell dislocations ("
479 << _global_limits[_cell_input_index].first << " - "
480 << _global_limits[_cell_input_index].second << ")\n";
481 Moose::err << " wall dislocations (" << _global_limits[_wall_input_index].first << " - "
482 << _global_limits[_wall_input_index].second << ")\n";
483 Moose::err << " Stress (" << _global_limits[_stress_input_index].first << " - "
484 << _global_limits[_stress_input_index].second << ")\n";
485 Moose::err << " Old strain (" << _global_limits[_old_strain_input_index].first << " - "
486 << _global_limits[_old_strain_input_index].second << ")\n";
487 Moose::err << " Temperature (" << _global_limits[_temperature_input_index].first << " - "
488 << _global_limits[_temperature_input_index].second << ")\n";
489 if (_environmental)
490 Moose::err << " Environmental factor (" << _global_limits[_environmental_input_index].first
491 << " - " << _global_limits[_environmental_input_index].second << ")\n";
492 Moose::err << std::endl;
493 }
494}
std::vector< std::vector< std::vector< std::vector< Real > > > > _normalization_limits
Normalization limits defined by the ROM data set for each partition.
std::vector< std::vector< std::vector< std::vector< Real > > > > getTransformedLimits(const unsigned int p, const std::vector< std::vector< std::vector< Real > > > limits)
std::vector< unsigned int > getMakeFrameHelper(const unsigned int p) const
std::vector< std::vector< std::vector< std::vector< Real > > > > _coefs
Coefficients used with Legendre polynomials defined by the ROM data set for each partition.
OStreamProxy out(std::cout)

Referenced by LAROMANCEPartitionStressUpdateBaseTempl< is_ad >::initialSetup().

◆ initQpStatefulProperties()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::initQpStatefulProperties ( )
overrideprotectedvirtualinherited

Reimplemented from RadialReturnCreepStressUpdateBaseTempl< is_ad >.

Definition at line 498 of file LAROMANCEStressUpdateBase.C.

499{
500 MooseRandom rng;
501 rng.seed(0, this->template getParam<unsigned int>("seed"));
502
504 this->template getParam<Real>("initial_cell_dislocation_density"),
505 this->template getParam<Real>("initial_cell_dislocation_density") *
506 this->template getParam<Real>("cell_dislocations_normal_distribution_width"));
508 this->template getParam<Real>("initial_wall_dislocation_density"),
509 this->template getParam<Real>("initial_wall_dislocation_density") *
510 this->template getParam<Real>("wall_dislocations_normal_distribution_width"));
511
513}
void seed(std::size_t i, unsigned int seed)
Real randNormal(std::size_t i, Real mean, Real sigma)

◆ internalSolve()

template<bool is_ad>
SingleVariableReturnMappingSolutionTempl< is_ad >::SolveState SingleVariableReturnMappingSolutionTempl< is_ad >::internalSolve ( const GenericReal< is_ad >  effective_trial_stress,
GenericReal< is_ad > &  scalar,
std::stringstream *  iter_output = nullptr 
)
privateinherited

Method called from within this class to perform the actual return mappping iterations.

Parameters
effective_trial_stressEffective trial stress
scalarInelastic strain increment magnitude being solved for
iter_outputOutput stream – if null, no output is produced
Returns
Whether the solution was successful

Definition at line 163 of file SingleVariableReturnMappingSolution.C.

167{
168 scalar = initialGuess(effective_trial_stress);
169 GenericReal<is_ad> scalar_old = scalar;
170 GenericReal<is_ad> scalar_increment = 0.0;
171 const GenericReal<is_ad> min_permissible_scalar = minimumPermissibleValue(effective_trial_stress);
172 const GenericReal<is_ad> max_permissible_scalar = maximumPermissibleValue(effective_trial_stress);
173 GenericReal<is_ad> scalar_upper_bound = max_permissible_scalar;
174 GenericReal<is_ad> scalar_lower_bound = min_permissible_scalar;
175 _iteration = 0;
176
177 computeResidualAndDerivativeHelper(effective_trial_stress, scalar);
179
180 GenericReal<is_ad> residual_old = _residual;
182 Real reference_residual = computeReferenceResidual(effective_trial_stress, scalar);
183
184 if (converged(_residual, reference_residual))
185 {
186 iterationFinalize(scalar);
187 outputIterationStep(iter_output, effective_trial_stress, scalar, reference_residual);
188 return SolveState::SUCCESS;
189 }
190
191 _residual_history.assign(_num_resids, std::numeric_limits<Real>::max());
193
194 while (_iteration < _max_its && !converged(_residual, reference_residual) &&
195 !convergedAcceptable(_iteration, reference_residual))
196 {
197 preStep(scalar_old, _residual, _derivative);
198
199 scalar_increment = -_residual / _derivative;
200 scalar = scalar_old + scalar_increment;
201
202 if (_check_range)
204 scalar_increment,
205 scalar_old,
206 min_permissible_scalar,
207 max_permissible_scalar,
208 iter_output);
209
210 computeResidualAndDerivativeHelper(effective_trial_stress, scalar);
211 reference_residual = computeReferenceResidual(effective_trial_stress, scalar);
212 iterationFinalize(scalar);
213
216 scalar, _residual, init_resid_sign, scalar_upper_bound, scalar_lower_bound, iter_output);
217
218 if (converged(_residual, reference_residual))
219 {
220 outputIterationStep(iter_output, effective_trial_stress, scalar, reference_residual);
221 break;
222 }
223 else
224 {
225 bool modified_increment = false;
226
227 // Line Search
228 if (_line_search)
229 {
230 if (residual_old - _residual != 0.0)
231 {
232 GenericReal<is_ad> alpha = residual_old / (residual_old - _residual);
233 alpha = MathUtils::clamp(alpha, 1.0e-2, 1.0);
234
235 if (alpha != 1.0)
236 {
237 modified_increment = true;
238 scalar_increment *= alpha;
239 if (iter_output)
240 *iter_output << " Line search alpha = " << MetaPhysicL::raw_value(alpha)
241 << " increment = " << MetaPhysicL::raw_value(scalar_increment)
242 << std::endl;
243 }
244 }
245 }
246
248 {
249 // Check to see whether trial scalar_increment is outside the bounds, and set it to a point
250 // within the bounds if it is
251 if (scalar_old + scalar_increment >= scalar_upper_bound ||
252 scalar_old + scalar_increment <= scalar_lower_bound)
253 {
254 if (scalar_upper_bound != max_permissible_scalar &&
255 scalar_lower_bound != min_permissible_scalar)
256 {
257 const Real frac = 0.5;
258 scalar_increment =
259 (1.0 - frac) * scalar_lower_bound + frac * scalar_upper_bound - scalar_old;
260 modified_increment = true;
261 if (iter_output)
262 *iter_output << " Trial scalar_increment exceeded bounds. Setting between "
263 "lower/upper bounds. frac: "
264 << frac << std::endl;
265 }
266 }
267 }
268
269 // Update the trial scalar and recompute residual if the line search or bounds checking
270 // modified the increment
271 if (modified_increment)
272 {
273 scalar = scalar_old + scalar_increment;
274 computeResidualAndDerivativeHelper(effective_trial_stress, scalar);
275 reference_residual = computeReferenceResidual(effective_trial_stress, scalar);
276 iterationFinalize(scalar);
277
279 updateBounds(scalar,
280 _residual,
281 init_resid_sign,
282 scalar_upper_bound,
283 scalar_lower_bound,
284 iter_output);
285 }
286 }
287
288 outputIterationStep(iter_output, effective_trial_stress, scalar, reference_residual);
289
290 ++_iteration;
291 residual_old = _residual;
292 scalar_old = scalar;
294 }
295
296 using std::isnan, std::isinf;
298 return SolveState::NAN_INF;
299
300 if (_iteration == _max_its)
302
303 return SolveState::SUCCESS;
304}
GenericReal< is_ad > _initial_residual
Residual values, kept as members to retain solver state for summary outputting.
bool _check_range
Whether to check to see whether iterative solution is within admissible range, and set within that ra...
bool convergedAcceptable(const unsigned int it, const Real reference)
Check to see whether the residual is within acceptable convergence limits.
virtual void preStep(const GenericReal< is_ad > &, const GenericReal< is_ad > &, const GenericReal< is_ad > &)
This method is called before taking a step in the return mapping algorithm.
void computeResidualAndDerivativeHelper(const GenericReal< is_ad > &effective_trial_stress, const GenericReal< is_ad > &scalar)
Helper function to compute and set the _residual and _derivative.
void updateBounds(const GenericReal< is_ad > &scalar, const GenericReal< is_ad > &residual, const Real init_resid_sign, GenericReal< is_ad > &scalar_upper_bound, GenericReal< is_ad > &scalar_lower_bound, std::stringstream *iter_output)
Update the upper and lower bounds of the root for the effective inelastic strain.
bool _bracket_solution
Whether to save upper and lower bounds of root for scalar, and set solution to the midpoint between t...
virtual GenericReal< is_ad > minimumPermissibleValue(const GenericReal< is_ad > &effective_trial_stress) const
Compute the minimum permissible value of the scalar.
const unsigned int _max_its
Maximum number of return mapping iterations.
virtual void iterationFinalize(const GenericReal< is_ad > &)
Finalize internal state variables for a model for a given iteration.
virtual void outputIterationStep(std::stringstream *iter_output, const GenericReal< is_ad > &effective_trial_stress, const GenericReal< is_ad > &scalar, const Real reference_residual)
Output information for a single iteration step to build the convergence history of the model.
bool _line_search
Whether to use line searches to improve convergence.
void checkPermissibleRange(GenericReal< is_ad > &scalar, GenericReal< is_ad > &scalar_increment, const GenericReal< is_ad > &scalar_old, const GenericReal< is_ad > min_permissible_scalar, const GenericReal< is_ad > max_permissible_scalar, std::stringstream *iter_output)
Check to see whether solution is within admissible range, and set it within that range if it is not.
virtual Real computeReferenceResidual(const GenericReal< is_ad > &effective_trial_stress, const GenericReal< is_ad > &scalar)=0
Compute a reference quantity to be used for checking relative convergence.
virtual GenericReal< is_ad > initialGuess(const GenericReal< is_ad > &)
Compute an initial guess for the value of the scalar.
virtual GenericReal< is_ad > maximumPermissibleValue(const GenericReal< is_ad > &effective_trial_stress) const
Compute the maximum permissible value of the scalar.
T sign(T x)
T clamp(const T &x, T2 lowerlimit, T2 upperlimit)
bool isnan(std::complex< T > a)
bool isinf(std::complex< T > a)

◆ isIsotropic()

template<bool is_ad>
bool RadialReturnStressUpdateTempl< is_ad >::isIsotropic ( )
inlineoverridevirtualinherited

Radial return mapped models should be isotropic by default!

Reimplemented from StressUpdateBaseTempl< is_ad, R2, R4 >.

Definition at line 128 of file RadialReturnStressUpdate.h.

128{ return true; };

◆ iterationFinalize()

template<bool is_ad>
virtual void SingleVariableReturnMappingSolutionTempl< is_ad >::iterationFinalize ( const GenericReal< is_ad > &  )
inlineprotectedvirtualinherited

Finalize internal state variables for a model for a given iteration.

Parameters
scalarInelastic strain increment magnitude being solved for

Reimplemented in CombinedNonlinearHardeningPlasticityTempl< is_ad >, and IsotropicPlasticityStressUpdateTempl< is_ad >.

Definition at line 128 of file SingleVariableReturnMappingSolution.h.

128{}

◆ maximumPermissibleValue()

template<bool is_ad>
GenericReal< is_ad > LAROMANCEStressUpdateBaseTempl< is_ad >::maximumPermissibleValue ( const GenericReal< is_ad > &  effective_trial_stress) const
overrideprotectedvirtualinherited

Compute the maximum permissible value of the scalar.

For some models, the magnitude of this may be known.

Parameters
effective_trial_stressEffective trial stress

Reimplemented from RadialReturnStressUpdateTempl< is_ad >.

Definition at line 517 of file LAROMANCEStressUpdateBase.C.

519{
520 // Make maximum allowed scalar a little bit less than the deformation that would reduce the
521 // trial stress to zero. This prevents negative trial stresses.
522 return effective_trial_stress / this->_three_shear_modulus * 0.999999;
523}

◆ minimumPermissibleValue()

template<bool is_ad>
virtual GenericReal< is_ad > RadialReturnStressUpdateTempl< is_ad >::minimumPermissibleValue ( const GenericReal< is_ad > &  effective_trial_stress) const
inlineoverridevirtualinherited

Compute the minimum permissible value of the scalar.

For some models, the magnitude of this may be known.

Parameters
effective_trial_stressEffective trial stress

Reimplemented from SingleVariableReturnMappingSolutionTempl< is_ad >.

Reimplemented in PowerLawCreepTestTempl< is_ad >.

Definition at line 106 of file RadialReturnStressUpdate.h.

107 {
108 return 0.0;
109 }

◆ normalizeInput()

template<bool is_ad>
GenericReal< is_ad > LAROMANCEStressUpdateBaseTempl< is_ad >::normalizeInput ( const GenericReal< is_ad > &  input,
const ROMInputTransform  transform,
const Real  transform_coef,
const std::vector< Real > &  transformed_limits,
const bool  derivative = false 
)
protectedinherited

Convert the input variables into the form expected by the ROM Legendre polynomials to have a normalized space from [-1, 1] so that every variable has equal weight.

Parameters
inputInput value
transformROMInputTransform enum indicating how the input is to be transformed
transform_coefTransform coefficient for the given input
transformed_limitsTransformed limits for the given input
derivativeOptional flag to return derivative of converted input with respect to stress.
Returns
Converted input

Definition at line 997 of file LAROMANCEStressUpdateBase.C.

1002{
1003 GenericReal<is_ad> x = input;
1004 convertValue(x, transform, transform_coef, derivative);
1005
1006 // transformed_limits[2] = transformed_limits[1] - transformed_limits[0]
1007 if (derivative)
1008 return x / transformed_limits[2];
1009 else
1010 return (x - transformed_limits[0]) / transformed_limits[2] - 1.0;
1011}

◆ outputIterationStep()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::outputIterationStep ( std::stringstream *  iter_output,
const GenericReal< is_ad > &  effective_trial_stress,
const GenericReal< is_ad > &  scalar,
const Real  reference_residual 
)
overrideprotectedvirtualinherited

Output information for a single iteration step to build the convergence history of the model.

Parameters
iter_outputOutput stream
effective_trial_stressEffective trial stress
residualCurrent value of the residual
referenceCurrent value of the reference quantity

Reimplemented from SingleVariableReturnMappingSolutionTempl< is_ad >.

Definition at line 1380 of file LAROMANCEStressUpdateBase.C.

1385{
1387 iter_output, effective_trial_stress, scalar, reference_residual);
1388 if (iter_output)
1389 *iter_output << " derivative: "
1390 << MetaPhysicL::raw_value(computeDerivative(effective_trial_stress, scalar))
1391 << std::endl;
1392}
virtual GenericReal< is_ad > computeDerivative(const GenericReal< is_ad > &, const GenericReal< is_ad > &) override
Compute the derivative of the residual as a function of the scalar variable.

◆ outputIterationSummary()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::outputIterationSummary ( std::stringstream *  iter_output,
const unsigned int  total_it 
)
overrideprotectedvirtualinherited

Output summary information for the convergence history of the model.

Parameters
iter_outputOutput stream
total_itTotal iteration count

Reimplemented from SingleVariableReturnMappingSolutionTempl< is_ad >.

Definition at line 1334 of file LAROMANCEStressUpdateBase.C.

1336{
1337 if (iter_output)
1338 {
1339 *iter_output << "At element " << this->_current_elem->id() << " _qp=" << _qp << " Coordinates "
1340 << _q_point[_qp] << " block=" << this->_current_elem->subdomain_id() << '\n';
1341 *iter_output << " dt " << _dt << " old cell disl: " << _old_input_values[_cell_output_index]
1342 << " old wall disl: " << _old_input_values[_wall_output_index]
1343 << " old effective strain: " << _old_input_values[_strain_output_index] << "\n";
1344
1345 *iter_output << " temp: " << MetaPhysicL::raw_value(_temperature[_qp]) << " environmental: "
1347 << " trial stress into rom (MPa): "
1351 << " old strain: "
1353 *iter_output << " partition 2 weight: "
1355 *iter_output << " weights by tile, partition 1: ";
1356 for (unsigned int t = 0; t < _num_tiles[0]; ++t)
1357 *iter_output << " (" << t << ", " << MetaPhysicL::raw_value(_weights[0][t]) << ") ";
1358 *iter_output << "\n";
1359 *iter_output << " weights by tile, partition 2: ";
1360 for (unsigned int t = 0; t < _num_tiles[1]; ++t)
1361 *iter_output << " (" << t << ", " << MetaPhysicL::raw_value(_weights[1][t]) << ") ";
1362 *iter_output << "\n";
1363 *iter_output << " nonstress weights by tile, partition 1: ";
1364 for (unsigned int t = 0; t < _num_tiles[0]; ++t)
1365 *iter_output << " (" << t << ", " << MetaPhysicL::raw_value(_non_stress_weights[0][t])
1366 << ") ";
1367 *iter_output << "\n";
1368 *iter_output << " nonstress weights by tile, partition 2: ";
1369 for (unsigned int t = 0; t < _num_tiles[1]; ++t)
1370 *iter_output << " (" << t << ", " << MetaPhysicL::raw_value(_non_stress_weights[1][t])
1371 << ") ";
1372 *iter_output << "\n";
1373 }
1374
1376}
const Elem *const & _current_elem
virtual void outputIterationSummary(std::stringstream *iter_output, const unsigned int total_it)
Output summary information for the convergence history of the model.

◆ precomputeROM()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::precomputeROM ( const unsigned  out_index)
protectedinherited

Precompute the ROM strain rate information for all inputs except for strain.

Strain will be computed in the radial return algorithm several times, while the remainder of the inputs remain constant.

Parameters
out_indexOutput index

Definition at line 926 of file LAROMANCEStressUpdateBase.C.

927{
928 for (unsigned int p = 0; p < _num_partitions; ++p)
929 {
930 for (unsigned int t = 0; t < _num_tiles[p]; ++t)
931 {
932 // Only precompute for tiles that don't have zero weight
933 if (_non_stress_weights[p][t])
934 {
935 for (unsigned int i = 0; i < _num_inputs; ++i)
936 {
937 if (i != _stress_input_index)
938 {
939 _rom_inputs[p][t][i] =
941 _transform[p][t][out_index][i],
942 _transform_coefs[p][t][out_index][i],
943 _transformed_normalization_limits[p][t][out_index][i]);
945 }
946 }
948 p, _coefs[p][t][out_index], _polynomial_inputs[p][t], _precomputed_vals[p][t]);
949 }
950 }
951 }
952}
void precomputeValues(const unsigned int p, const std::vector< Real > &coefs, const std::vector< std::vector< GenericReal< is_ad > > > &polynomial_inputs, std::vector< GenericReal< is_ad > > &precomputed)
Arranges the calculated Legendre polynomials into the proper oder and multiplies the Legendre polynom...

◆ precomputeValues()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::precomputeValues ( const unsigned int  p,
const std::vector< Real > &  coefs,
const std::vector< std::vector< GenericReal< is_ad > > > &  polynomial_inputs,
std::vector< GenericReal< is_ad > > &  precomputed 
)
protectedinherited

Arranges the calculated Legendre polynomials into the proper oder and multiplies the Legendre polynomials by the ROM coefficients to compute the predicted output values.

This method works with all inputs besides stress, while stress is handled by computeValues

Parameters
pPartition index
coefsLegendre polynomial coefficients
polynomial_inputsVector of transformed Legendre polynomial
precomputedVector that holds the precomputed ROM values

Definition at line 1033 of file LAROMANCEStressUpdateBase.C.

1038{
1039 for (unsigned int c = 0; c < _num_coefs[p]; ++c)
1040 {
1041 precomputed[c] = coefs[c];
1042 for (unsigned int i = 0; i < _num_inputs; ++i)
1043 if (i != _stress_input_index)
1044 precomputed[c] *= polynomial_inputs[i][_makeframe_helper[p][c + _num_coefs[p] * i]];
1045 }
1046}

◆ preStep()

template<bool is_ad>
virtual void SingleVariableReturnMappingSolutionTempl< is_ad >::preStep ( const GenericReal< is_ad > &  ,
const GenericReal< is_ad > &  ,
const GenericReal< is_ad > &   
)
inlineprotectedvirtualinherited

This method is called before taking a step in the return mapping algorithm.

A typical use case is to accumulate the exact algorithmic tangent during return mapping.

Definition at line 118 of file SingleVariableReturnMappingSolution.h.

121 {
122 }

◆ propagateQpStatefulProperties()

template<bool is_ad>
void RadialReturnCreepStressUpdateBaseTempl< is_ad >::propagateQpStatefulProperties ( )
overrideprotectedvirtualinherited

If updateState is not called during a timestep, this will be.

This method allows derived classes to set internal parameters from their Old values, for instance

Reimplemented from StressUpdateBaseTempl< is_ad, R2, R4 >.

Definition at line 43 of file RadialReturnCreepStressUpdateBase.C.

44{
46
48}
void propagateQpStatefulPropertiesRadialReturn()
Propagate the properties pertaining to this intermediate class.

◆ propagateQpStatefulPropertiesRadialReturn()

template<bool is_ad>
void RadialReturnStressUpdateTempl< is_ad >::propagateQpStatefulPropertiesRadialReturn ( )
protectedinherited

Propagate the properties pertaining to this intermediate class.

This is intended to be called from propagateQpStatefulProperties() in classes that inherit from this one. This is intentionally named uniquely because almost all models that derive from this class have their own stateful properties, and this forces them to define their own implementations of propagateQpStatefulProperties().

Definition at line 143 of file RadialReturnStressUpdate.C.

144{
146}
const MaterialProperty< Real > & _effective_inelastic_strain_old
GenericMaterialProperty< Real, is_ad > & _effective_inelastic_strain

Referenced by CombinedNonlinearHardeningPlasticityTempl< is_ad >::propagateQpStatefulProperties(), and IsotropicPlasticityStressUpdateTempl< is_ad >::propagateQpStatefulProperties().

◆ requiresIsotropicTensor()

template<bool is_ad>
bool RadialReturnStressUpdateTempl< is_ad >::requiresIsotropicTensor ( )
inlineoverridevirtualinherited

Does the model require the elasticity tensor to be isotropic?

Implements StressUpdateBaseTempl< is_ad, R2, R4 >.

Definition at line 123 of file RadialReturnStressUpdate.h.

123{ return true; }

◆ resetIncrementalMaterialProperties()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::resetIncrementalMaterialProperties ( )
overridevirtualinherited

Reset material properties.

Useful for substepping with inelastic models.

Reimplemented from StressUpdateBaseTempl< is_ad, R2, R4 >.

Definition at line 527 of file LAROMANCEStressUpdateBase.C.

◆ resetProperties()

template<bool is_ad, typename R2 = RankTwoTensor, typename R4 = RankFourTensor>
void StressUpdateBaseTempl< is_ad, R2, R4 >::resetProperties ( )
inlinefinalvirtualinherited

Reimplemented from Material.

Definition at line 138 of file StressUpdateBase.h.

138{}

◆ resetQpProperties()

template<bool is_ad, typename R2 = RankTwoTensor, typename R4 = RankFourTensor>
void StressUpdateBaseTempl< is_ad, R2, R4 >::resetQpProperties ( )
inlinefinalvirtualinherited

Retained as empty methods to avoid a warning from Material.C in framework. These methods are unused in all inheriting classes and should not be overwritten.

Reimplemented from Material.

Definition at line 137 of file StressUpdateBase.h.

137{}

◆ returnMappingSolve()

template<bool is_ad>
void SingleVariableReturnMappingSolutionTempl< is_ad >::returnMappingSolve ( const GenericReal< is_ad > &  effective_trial_stress,
GenericReal< is_ad > &  scalar,
const ConsoleStream console 
)
protectedinherited

Perform the return mapping iterations.

Parameters
effective_trial_stressEffective trial stress
scalarInelastic strain increment magnitude being solved for
consoleConsole output

Definition at line 100 of file SingleVariableReturnMappingSolution.C.

104{
105 // construct the stringstream here only if the debug level is set to ALL
106 std::unique_ptr<std::stringstream> iter_output =
108 ? std::make_unique<std::stringstream>()
109 : nullptr;
110
111 // do the internal solve and capture iteration info during the first round
112 // iff full history output is requested regardless of whether the solve failed or succeeded
113 auto solve_state =
114 internalSolve(effective_trial_stress,
115 scalar,
116 _internal_solve_full_iteration_history ? iter_output.get() : nullptr);
117 if (solve_state != SolveState::SUCCESS &&
119 {
120 // output suppressed by user, throw immediately
122 mooseException("");
123
124 // user expects some kind of output, if necessary setup output stream now
125 if (!iter_output)
126 iter_output = std::make_unique<std::stringstream>();
127
128 // add the appropriate error message to the output
129 switch (solve_state)
130 {
132 *iter_output << "Encountered inf or nan in material return mapping iterations.\n";
133 break;
134
136 *iter_output << "Exceeded maximum iterations in material return mapping iterations.\n";
137 break;
138
139 default:
140 mooseError("Unhandled solver state");
141 }
142
143 // if full history output is only requested for failed solves we have to repeat
144 // the solve a second time
146 internalSolve(effective_trial_stress, scalar, iter_output.get());
147
148 // Append summary and throw exception
149 outputIterationSummary(iter_output.get(), _iteration);
150 mooseException(iter_output->str());
151 }
152
154 {
155 // the solve did not fail but the user requested debug output anyways
156 outputIterationSummary(iter_output.get(), _iteration);
157 console << iter_output->str() << std::flush;
158 }
159}
SolveState internalSolve(const GenericReal< is_ad > effective_trial_stress, GenericReal< is_ad > &scalar, std::stringstream *iter_output=nullptr)
Method called from within this class to perform the actual return mappping iterations.
const bool _internal_solve_full_iteration_history
Whether to output iteration information all the time (regardless of whether iterations converge)

Referenced by ADViscoplasticityStressUpdate::computeInelasticStrainIncrement(), and ComputeSimoHughesJ2PlasticityStress::computeQpPK1Stress().

◆ setQp()

template<bool is_ad, typename R2 , typename R4 >
void StressUpdateBaseTempl< is_ad, R2, R4 >::setQp ( unsigned int  qp)
inherited

Sets the value of the global variable _qp for inheriting classes.

Definition at line 46 of file StressUpdateBase.C.

47{
48 _qp = qp;
49}

Referenced by ComputeCreepPlasticityStress::updateQpState().

◆ setupUnitConversionFactors()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::setupUnitConversionFactors ( const InputParameters parameters)
protectedvirtualinherited

Definition at line 304 of file LAROMANCEStressUpdateBase.C.

306{
307 // Stress unit conversion factor
308 const MooseUnits stress_unit_to("MPa");
309 const MooseUnits stress_unit_from(parameters.get<std::string>("stress_unit"));
310 _stress_ucf = stress_unit_to.convert(1, stress_unit_from);
311}
std::vector< std::pair< R1, R2 > > get(const std::string &param1, const std::string &param2) const

Referenced by LAROMANCEStressUpdateBaseTempl< is_ad >::LAROMANCEStressUpdateBaseTempl().

◆ sigmoid()

template<bool is_ad>
GenericReal< is_ad > LAROMANCEStressUpdateBaseTempl< is_ad >::sigmoid ( const Real  lower,
const Real  upper,
const GenericReal< is_ad > &  val,
const bool  derivative = false 
)
protectedinherited

Calculate the sigmoid function weighting for the input based on the limits.

Parameters
lowerLower limit
upperUpper limit
valInput value
derivativeOptional flag to return derivative of the sigmoid w.r.t. the input
Returns
weight

Definition at line 1281 of file LAROMANCEStressUpdateBase.C.

1285{
1286 using std::exp;
1287
1288 mooseAssert(std::isfinite(MetaPhysicL::raw_value(val)), "Sigmoid value should must be infinite");
1289 mooseAssert(MetaPhysicL::raw_value(val) >= lower, "Input value must be greater than lower limit");
1290 mooseAssert(MetaPhysicL::raw_value(val) <= upper, "Input value must be greater than upper limit");
1291
1292 // normalize val between 0 and 1, then shift between -1 and 1
1293 const GenericReal<is_ad> x = 2.0 * (val - lower) / (upper - lower) - 1.0;
1294
1295 if (x == -1.0)
1296 {
1297 if (derivative)
1298 return 0.0;
1299 else
1300 return 1.0;
1301 }
1302 else if (x == 1.0)
1303 {
1304 if (derivative)
1305 return 0.0;
1306 else
1307 return 0.0;
1308 }
1309 else if (x < 1.0 && x > -1.0)
1310 {
1311 const GenericReal<is_ad> plus = exp(-2.0 / (1.0 + x));
1312 const GenericReal<is_ad> minus = exp(-2.0 / (1.0 - x));
1313
1314 if (!derivative)
1315 return 1.0 - plus / (plus + minus);
1316
1317 const GenericReal<is_ad> dplus_dx = plus * 2.0 / Utility::pow<2>(1.0 + x);
1318 const GenericReal<is_ad> dminus_dx = -minus * 2.0 / Utility::pow<2>(1.0 - x);
1319
1320 return (plus * dminus_dx - dplus_dx * minus) / Utility::pow<2>(plus + minus) * 2.0 /
1321 (upper - lower);
1322 }
1323 else
1324 mooseError("Internal error: Sigmoid, value: x is out of bounds. val=",
1325 val,
1326 " low=",
1327 lower,
1328 " high=",
1329 upper);
1330}

◆ storeIncrementalMaterialProperties()

template<bool is_ad>
void LAROMANCEStressUpdateBaseTempl< is_ad >::storeIncrementalMaterialProperties ( const unsigned int  )
overridevirtualinherited

Properly set up the incremental calculation storage of the stateful material properties in the inheriting classes.

Reimplemented from StressUpdateBaseTempl< is_ad, R2, R4 >.

Definition at line 540 of file LAROMANCEStressUpdateBase.C.

542{
545 _number_of_substeps[_qp] = total_number_of_substeps;
546}
MaterialProperty< Real > & _number_of_substeps
Material property capturing number of substeps for output purposes (defaults to one if substepping is...

◆ substeppingCapabilityEnabled()

template<bool is_ad>
bool LAROMANCEStressUpdateBaseTempl< is_ad >::substeppingCapabilityEnabled ( )
overrideprotectedvirtualinherited

Does the model include the infrastructure for substep decomposition of the elastic strain initially used to calculate the trial stress guess Inheriting classes which wish to use the substepping capability should overwrite this method and set it to return true.

Reimplemented from StressUpdateBaseTempl< is_ad, R2, R4 >.

Definition at line 297 of file LAROMANCEStressUpdateBase.C.

298{
300}
RadialReturnStressUpdate computes the radial return stress increment for an isotropic elastic-viscopl...

◆ substeppingCapabilityRequested()

template<bool is_ad>
virtual bool RadialReturnStressUpdateTempl< is_ad >::substeppingCapabilityRequested ( )
inlineoverridevirtualinherited

Has the user requested usage of (possibly) implemented substepping capability for inelastic models.

Parent classes set this to false, but RadialReturn inelastic models have the ability to implement substepping.

Reimplemented from StressUpdateBaseTempl< is_ad, R2, R4 >.

Definition at line 145 of file RadialReturnStressUpdate.h.

146 {
148 }

◆ updateBounds()

template<bool is_ad>
void SingleVariableReturnMappingSolutionTempl< is_ad >::updateBounds ( const GenericReal< is_ad > &  scalar,
const GenericReal< is_ad > &  residual,
const Real  init_resid_sign,
GenericReal< is_ad > &  scalar_upper_bound,
GenericReal< is_ad > &  scalar_lower_bound,
std::stringstream *  iter_output 
)
privateinherited

Update the upper and lower bounds of the root for the effective inelastic strain.

Parameters
scalarCurrent value of the inelastic strain increment
residualCurrent value of the residual
init_resid_signSign of the initial value of the residual
scalar_upper_boundUpper bound value of scalar
scalar_lower_boundLower bound value of scalar
iter_outputOutput stream

Definition at line 392 of file SingleVariableReturnMappingSolution.C.

399{
400 // Update upper/lower bounds as applicable
401 if (residual * init_resid_sign < 0.0 && scalar < scalar_upper_bound)
402 {
403 scalar_upper_bound = scalar;
404 if (scalar_upper_bound < scalar_lower_bound)
405 {
406 scalar_upper_bound = scalar_lower_bound;
407 scalar_lower_bound = 0.0;
408 if (iter_output)
409 *iter_output << " Corrected for scalar_upper_bound < scalar_lower_bound" << std::endl;
410 }
411 }
412 // Don't permit setting scalar_lower_bound > scalar_upper_bound (but do permit the reverse).
413 // This ensures that if we encounter multiple roots, we pick the lowest one.
414 else if (residual * init_resid_sign > 0.0 && scalar > scalar_lower_bound &&
415 scalar < scalar_upper_bound)
416 scalar_lower_bound = scalar;
417}

◆ updateEffectiveInelasticStrain()

template<bool is_ad>
void RadialReturnStressUpdateTempl< is_ad >::updateEffectiveInelasticStrain ( const GenericReal< is_ad > &  increment)
inlineinherited

◆ updateEffectiveInelasticStrainIncrement()

template<bool is_ad>
void RadialReturnStressUpdateTempl< is_ad >::updateEffectiveInelasticStrainIncrement ( const GenericReal< is_ad > &  eisi)
inlineinherited

◆ updateState() [1/2]

template<bool is_ad>
void RadialReturnStressUpdateTempl< is_ad >::updateState ( GenericRankTwoTensor< is_ad > &  strain_increment,
GenericRankTwoTensor< is_ad > &  inelastic_strain_increment,
const GenericRankTwoTensor< is_ad > &  rotation_increment,
GenericRankTwoTensor< is_ad > &  stress_new,
const RankTwoTensor stress_old,
const GenericRankFourTensor< is_ad > &  elasticity_tensor,
const RankTwoTensor elastic_strain_old,
bool  compute_full_tangent_operator = false,
RankFourTensor tangent_operator = StressUpdateBaseTempl<is_ad>::_identityTensor 
)
overridevirtualinherited

A radial return (J2) mapping method is performed with return mapping iterations.

Parameters
strain_incrementSum of elastic and inelastic strain increments
inelastic_strain_incrementInelastic strain increment calculated by this class
rotationincrement Not used by this class
stress_newNew trial stress from pure elastic calculation
stress_oldOld state of stress
elasticity_tensorRank 4 C_{ijkl}, must be isotropic
elastic_strain_oldOld state of total elastic strain
compute_full_tangent_operatorFlag currently unused by this class
tangent_operatorCurrently a copy of the elasticity tensor in this class

Reimplemented in RadialReturnBackstressStressUpdateBaseTempl< is_ad >.

Definition at line 237 of file RadialReturnStressUpdate.C.

247{
248 using std::sqrt;
249
250 // compute the deviatoric trial stress and trial strain from the current intermediate
251 // configuration
252 GenericRankTwoTensor<is_ad> deviatoric_trial_stress = stress_new.deviatoric();
253
254 // compute the effective trial stress
255 GenericReal<is_ad> dev_trial_stress_squared =
256 deviatoric_trial_stress.doubleContraction(deviatoric_trial_stress);
257 GenericReal<is_ad> effective_trial_stress = MetaPhysicL::raw_value(dev_trial_stress_squared)
258 ? sqrt(3.0 / 2.0 * dev_trial_stress_squared)
259 : 0.0;
260
261 computeStressInitialize(effective_trial_stress, elasticity_tensor);
262
263 mooseAssert(
265 "Shear modulus is zero. Ensure that the base class computeStressInitialize() is called.");
266
267 // Use Newton iteration to determine the scalar effective inelastic strain increment
269 if (!MooseUtils::absoluteFuzzyEqual(effective_trial_stress, 0.0))
270 {
271 this->returnMappingSolve(
272 effective_trial_stress, _effective_inelastic_strain_increment, this->_console);
274 inelastic_strain_increment =
275 deviatoric_trial_stress *
276 (1.5 * _effective_inelastic_strain_increment / effective_trial_stress);
277 else
278 inelastic_strain_increment.zero();
279 }
280 else
281 inelastic_strain_increment.zero();
282
283 if (_apply_strain)
284 {
285 strain_increment -= inelastic_strain_increment;
287
288 // Use the old elastic strain here because we require tensors used by this class
289 // to be isotropic and this method natively allows for changing in time
290 // elasticity tensors
291 stress_new = elasticity_tensor * (strain_increment + elastic_strain_old);
292 }
293
294 computeStressFinalize(inelastic_strain_increment);
295
296 if constexpr (!is_ad)
297 {
298 if (compute_full_tangent_operator)
299 computeTangentOperator(effective_trial_stress, stress_new, tangent_operator);
300 }
301 else
302 {
303 libmesh_ignore(compute_full_tangent_operator);
304 libmesh_ignore(tangent_operator);
305 }
306}
Moose::GenericType< RankTwoTensor, is_ad > GenericRankTwoTensor
const ConsoleStream _console
void computeTangentOperator(Real effective_trial_stress, const RankTwoTensor &stress_new, RankFourTensor &tangent_operator)
Calculate the tangent_operator.
void updateEffectiveInelasticStrain(const GenericReal< is_ad > &increment)
virtual void computeStressFinalize(const GenericRankTwoTensor< is_ad > &)
Perform any necessary steps to finalize state after return mapping iterations.
void returnMappingSolve(const GenericReal< is_ad > &effective_trial_stress, GenericReal< is_ad > &scalar, const ConsoleStream &console)
Perform the return mapping iterations.
CTSub CT_OPERATOR_BINARY CTMul CTCompareLess CTCompareGreater CTCompareEqual _arg template * sqrt(_arg)) *_arg.template D< dtag >()) CT_SIMPLE_UNARY_FUNCTION(tanh
void libmesh_ignore(const Args &...)
Real elasticity_tensor(unsigned int i, unsigned int j, unsigned int k, unsigned int l)

Referenced by RadialReturnBackstressStressUpdateBaseTempl< is_ad >::updateState().

◆ updateState() [2/2]

template<bool is_ad, typename R2 , typename R4 >
void StressUpdateBaseTempl< is_ad, R2, R4 >::updateState ( GR2 strain_increment,
GR2 inelastic_strain_increment,
const GR2 rotation_increment,
GR2 stress_new,
const RankTwoTensor stress_old,
const GR4 elasticity_tensor,
const RankTwoTensor elastic_strain_old,
bool  compute_full_tangent_operator = false,
RankFourTensor tangent_operator = StressUpdateBaseTempl<is_ad>::_identityTensor 
)
virtualinherited

Given a strain increment that results in a trial stress, perform some procedure (such as an iterative return-mapping process) to produce an admissible stress, an elastic strain increment and an inelastic strain increment.

If _fe_problem.currentlyComputingJacobian() = true, then updateState also computes d(stress)/d(strain) (or some approximation to it).

This method is called by ComputeMultipleInelasticStress. This method is pure virutal: all inheriting classes must overwrite this method.

Parameters
strain_incrementUpon input: the strain increment. Upon output: the elastic strain increment
inelastic_strain_incrementThe inelastic_strain resulting from the interative procedure
rotation_incrementThe finite-strain rotation increment
stress_newUpon input: the trial stress that results from applying strain_increment as an elastic strain. Upon output: the admissible stress
stress_oldThe old value of stress
elasticity_tensorThe elasticity tensor
compute_full_tangent_operatorThe calling routine would like the full consistent tangent operator to be placed in tangent_operator, if possible. This is irrelevant if _fe_problem.currentlyComputingJacobian() = false
tangent_operatord(stress)/d(strain), or some approximation to it If compute_full_tangent_operator=false, then tangent_operator=elasticity_tensor is an appropriate choice. tangent_operator is only computed if _fe_problem.currentlyComputingJacobian() = true

Reimplemented in LinearViscoelasticStressUpdate, and MultiParameterPlasticityStressUpdate.

Definition at line 68 of file StressUpdateBase.C.

78{
79 mooseError("updateState called: it needs to be implemented by your inelastic model");
80}

◆ updateStateSubstep() [1/2]

template<bool is_ad>
void RadialReturnStressUpdateTempl< is_ad >::updateStateSubstep ( GenericRankTwoTensor< is_ad > &  strain_increment,
GenericRankTwoTensor< is_ad > &  inelastic_strain_increment,
const GenericRankTwoTensor< is_ad > &  rotation_increment,
GenericRankTwoTensor< is_ad > &  stress_new,
const RankTwoTensor stress_old,
const GenericRankFourTensor< is_ad > &  elasticity_tensor,
const RankTwoTensor elastic_strain_old,
bool  compute_full_tangent_operator = false,
RankFourTensor tangent_operator = StressUpdateBaseTempl<is_ad>::_identityTensor 
)
overridevirtualinherited

Similar to the updateState function, this method updates the strain and stress for one substep.

Definition at line 415 of file RadialReturnStressUpdate.C.

425{
426 unsigned int num_substeps = calculateNumberSubsteps(strain_increment);
428 while (true)
429 {
430 try
431 {
432 updateStateSubstepInternal(strain_increment,
433 inelastic_strain_increment,
434 rotation_increment,
435 stress_new,
436 stress_old,
437 elasticity_tensor,
438 elastic_strain_old,
439 num_substeps,
440 compute_full_tangent_operator,
441 tangent_operator);
442 }
443 catch (MooseException & e)
444 {
445 // if we are not using adaptive substepping we just rethrow the exception
447 throw;
448
449 // otherwise we double the number of substeps and try again
450 num_substeps *= 2;
451 if (num_substeps <= _maximum_number_substeps)
452 continue;
453
454 // too meany substeps, break out of the loop
455 break;
456 }
457
458 // updateStateSubstepInternal was successful (didn't throw)
460 return;
461 }
462
463 // recover the original timestep
465
466 mooseException("Adaptive substepping failed. Maximum number of substeps exceeded.");
467}
virtual void updateStateSubstepInternal(GenericRankTwoTensor< is_ad > &, GenericRankTwoTensor< is_ad > &, const GenericRankTwoTensor< is_ad > &, GenericRankTwoTensor< is_ad > &, const RankTwoTensor &, const GenericRankFourTensor< is_ad > &, const RankTwoTensor &, unsigned int total_number_substeps, bool compute_full_tangent_operator=false, RankFourTensor &tangent_operator=StressUpdateBaseTempl< is_ad >::_identityTensor)
const unsigned int _maximum_number_substeps
Maximum number of substeps. If the calculation results in a larger number, cut overall time step.
virtual int calculateNumberSubsteps(const GenericRankTwoTensor< is_ad > &strain_increment) override
If substepping is enabled, calculate the number of substeps as a function of the elastic strain incre...
Real _dt_original
original timestep (to be restored after substepping is completed)
const bool _adaptive_substepping
Use adaptive substepping, cutting substep sizes until convergence is achieved.

◆ updateStateSubstep() [2/2]

template<bool is_ad, typename R2 , typename R4 >
void StressUpdateBaseTempl< is_ad, R2, R4 >::updateStateSubstep ( GR2 ,
GR2 ,
const GR2 ,
GR2 ,
const RankTwoTensor ,
const GR4 ,
const RankTwoTensor ,
bool  compute_full_tangent_operator = false,
RankFourTensor tangent_operator = StressUpdateBaseTempl<is_ad>::_identityTensor 
)
virtualinherited

Similar to the updateState function, this method updates the strain and stress for one substep.

Definition at line 84 of file StressUpdateBase.C.

94{
95 this->paramError("use_substep",
96 "updateStateSubstep called: it needs to be implemented by your inelastic model");
97}

◆ updateStateSubstepInternal()

template<bool is_ad>
void RadialReturnStressUpdateTempl< is_ad >::updateStateSubstepInternal ( GenericRankTwoTensor< is_ad > &  strain_increment,
GenericRankTwoTensor< is_ad > &  inelastic_strain_increment,
const GenericRankTwoTensor< is_ad > &  rotation_increment,
GenericRankTwoTensor< is_ad > &  stress_new,
const RankTwoTensor stress_old,
const GenericRankFourTensor< is_ad > &  elasticity_tensor,
const RankTwoTensor elastic_strain_old,
unsigned int  total_number_substeps,
bool  compute_full_tangent_operator = false,
RankFourTensor tangent_operator = StressUpdateBaseTempl<is_ad>::_identityTensor 
)
virtualinherited

Definition at line 310 of file RadialReturnStressUpdate.C.

321{
322 using std::sqrt;
323
324 // if only one substep is needed, then call the original update state method
325 if (total_number_substeps == 1)
326 {
327 updateState(strain_increment,
328 inelastic_strain_increment,
329 rotation_increment,
330 stress_new,
331 stress_old,
332 elasticity_tensor,
333 elastic_strain_old,
334 compute_full_tangent_operator,
335 tangent_operator);
336
337 this->storeIncrementalMaterialProperties(total_number_substeps);
338 return;
339 }
340
341 if (total_number_substeps > _maximum_number_substeps)
342 mooseException("The number of substeps computed exceeds 'maximum_number_substeps'.");
343
344 // cut the original timestep
345 _dt = _dt_original / total_number_substeps;
346
347 // initialize the inputs
348 const GenericRankTwoTensor<is_ad> strain_increment_per_step =
349 strain_increment / total_number_substeps;
350 GenericRankTwoTensor<is_ad> sub_stress_new = elasticity_tensor * elastic_strain_old;
351 GenericRankTwoTensor<is_ad> sub_elastic_strain_old = elastic_strain_old;
352
353 // clear the original inputs
354 MathUtils::mooseSetToZero(strain_increment);
355 MathUtils::mooseSetToZero(inelastic_strain_increment);
356 MathUtils::mooseSetToZero(stress_new);
357
358 GenericReal<is_ad> sub_effective_inelastic_strain_increment = 0.0;
359 GenericRankTwoTensor<is_ad> sub_inelastic_strain_increment = inelastic_strain_increment;
360
361 for (unsigned int step = 0; step < total_number_substeps; ++step)
362 {
363 // set up input for this substep
364 GenericRankTwoTensor<is_ad> sub_strain_increment = strain_increment_per_step;
365 sub_stress_new += elasticity_tensor * sub_strain_increment;
366
367 Real effective_sub_stress_new;
368 if constexpr (!is_ad)
369 {
370 // compute effective_sub_stress_new
371 const RankTwoTensor deviatoric_sub_stress_new = sub_stress_new.deviatoric();
372 const Real dev_sub_stress_new_squared =
373 deviatoric_sub_stress_new.doubleContraction(deviatoric_sub_stress_new);
374 effective_sub_stress_new = sqrt(3.0 / 2.0 * dev_sub_stress_new_squared);
375 }
376 else
377 libmesh_ignore(effective_sub_stress_new);
378
379 // update stress and strain based on the strain increment
380 updateState(sub_strain_increment,
381 sub_inelastic_strain_increment,
382 rotation_increment, // not used in updateState
383 sub_stress_new,
384 stress_old, // not used in updateState
385 elasticity_tensor,
386 elastic_strain_old,
387 false);
388 // do not compute tangent until the end of this substep (or not at all for is_ad == true)
389
390 // update strain and stress
391 strain_increment += sub_strain_increment;
392 inelastic_strain_increment += sub_inelastic_strain_increment;
393 sub_elastic_strain_old += sub_strain_increment;
394 sub_stress_new = elasticity_tensor * sub_elastic_strain_old;
395
396 // accumulate scalar_effective_inelastic_strain
397 sub_effective_inelastic_strain_increment += _effective_inelastic_strain_increment;
398
399 if constexpr (!is_ad)
400 computeTangentOperator(effective_sub_stress_new, sub_stress_new, tangent_operator);
401
402 // store incremental material properties for this step
403 this->storeIncrementalMaterialProperties(total_number_substeps);
404 }
405
406 // update stress
407 stress_new = sub_stress_new;
408
409 // update effective inelastic strain
410 updateEffectiveInelasticStrain(sub_effective_inelastic_strain_increment);
411}
virtual void updateState(GenericRankTwoTensor< is_ad > &strain_increment, GenericRankTwoTensor< is_ad > &inelastic_strain_increment, const GenericRankTwoTensor< is_ad > &rotation_increment, GenericRankTwoTensor< is_ad > &stress_new, const RankTwoTensor &stress_old, const GenericRankFourTensor< is_ad > &elasticity_tensor, const RankTwoTensor &elastic_strain_old, bool compute_full_tangent_operator=false, RankFourTensor &tangent_operator=StressUpdateBaseTempl< is_ad >::_identityTensor) override
A radial return (J2) mapping method is performed with return mapping iterations.
virtual void storeIncrementalMaterialProperties(const unsigned int)
Properly set up the incremental calculation storage of the stateful material properties in the inheri...
void mooseSetToZero(T &v)

◆ validParams()

template<bool is_ad>
InputParameters SS316HLAROMANCEStressUpdateTestTempl< is_ad >::validParams ( )
static

Definition at line 17 of file SS316HLAROMANCEStressUpdateTest.C.

18{
20 params.addClassDescription("LAROMANCE creep update model for SS316H");
21
22 // Override defaults for material specific parameters below
23 params.addRangeCheckedParam<Real>("initial_cell_dislocation_density",
24 5.0e12,
25 "initial_cell_dislocation_density >=1.32776E+12 & "
26 "initial_cell_dislocation_density <= 9.99959E+12",
27 "Initial density of cell (glissile) dislocations (1/m^2)");
29 "max_relative_cell_dislocation_increment",
30 0.5,
31 "max_relative_cell_dislocation_increment > 0.0",
32 "Maximum increment of density of cell (glissile) dislocations.");
34 "initial_wall_dislocation_density",
35 5.0e11,
36 "initial_wall_dislocation_density >= 2.93039E+11 & "
37 "initial_wall_dislocation_density <= 9.99798E+11",
38 "Cell wall (locked) dislocation density initial value (1/m^2).");
40 "max_relative_wall_dislocation_increment",
41 0.5,
42 "max_relative_wall_dislocation_increment > 0.0",
43 "Maximum increment of cell wall (locked) dislocation density initial value (1/m^2).");
44 return params;
45}
void addClassDescription(const std::string &doc_string)
void addRangeCheckedParam(const std::string &name, const T &value, const std::string &parsed_function, const std::string &doc_string)

Member Data Documentation

◆ _absolute_tolerance

template<bool is_ad>
Real SingleVariableReturnMappingSolutionTempl< is_ad >::_absolute_tolerance
privateinherited

Absolute convergence tolerance.

Definition at line 197 of file SingleVariableReturnMappingSolution.h.

◆ _acceptable_multiplier

template<bool is_ad>
Real SingleVariableReturnMappingSolutionTempl< is_ad >::_acceptable_multiplier
privateinherited

Multiplier applied to relative and absolute tolerances for acceptable convergence.

Definition at line 200 of file SingleVariableReturnMappingSolution.h.

◆ _ad_derivative

template<bool is_ad>
const bool SingleVariableReturnMappingSolutionTempl< is_ad >::_ad_derivative
privateinherited

Definition at line 205 of file SingleVariableReturnMappingSolution.h.

◆ _adaptive_substepping

template<bool is_ad>
const bool RadialReturnStressUpdateTempl< is_ad >::_adaptive_substepping
protectedinherited

Use adaptive substepping, cutting substep sizes until convergence is achieved.

Definition at line 260 of file RadialReturnStressUpdate.h.

Referenced by RadialReturnStressUpdateTempl< is_ad >::RadialReturnStressUpdateTempl().

◆ _apply_strain

template<bool is_ad>
const bool RadialReturnStressUpdateTempl< is_ad >::_apply_strain
protectedinherited

Debugging option to enable specifying instead of calculating strain.

Definition at line 254 of file RadialReturnStressUpdate.h.

◆ _base_name

template<bool is_ad, typename R2 = RankTwoTensor, typename R4 = RankFourTensor>
const std::string StressUpdateBaseTempl< is_ad, R2, R4 >::_base_name
protectedinherited

Name used as a prefix for all material properties related to the stress update model.

Definition at line 191 of file StressUpdateBase.h.

◆ _bracket_solution

template<bool is_ad>
bool SingleVariableReturnMappingSolutionTempl< is_ad >::_bracket_solution
protectedinherited

Whether to save upper and lower bounds of root for scalar, and set solution to the midpoint between those bounds if outside them.

Definition at line 145 of file SingleVariableReturnMappingSolution.h.

◆ _cell_dislocation_increment

template<bool is_ad>
GenericReal<is_ad> LAROMANCEStressUpdateBaseTempl< is_ad >::_cell_dislocation_increment
protectedinherited

Container for cell dislocation increment.

Definition at line 484 of file LAROMANCEStressUpdateBase.h.

◆ _cell_dislocations

template<bool is_ad>
GenericMaterialProperty<Real, is_ad>& LAROMANCEStressUpdateBaseTempl< is_ad >::_cell_dislocations
protectedinherited

Material properties for cell (glissile) dislocation densities (1/m^2)

Definition at line 473 of file LAROMANCEStressUpdateBase.h.

◆ _cell_dislocations_old

template<bool is_ad>
const MaterialProperty<Real>& LAROMANCEStressUpdateBaseTempl< is_ad >::_cell_dislocations_old
protectedinherited

Definition at line 474 of file LAROMANCEStressUpdateBase.h.

◆ _cell_dislocations_step

template<bool is_ad>
GenericMaterialProperty<Real, is_ad>& LAROMANCEStressUpdateBaseTempl< is_ad >::_cell_dislocations_step
protectedinherited

Definition at line 632 of file LAROMANCEStressUpdateBase.h.

◆ _cell_function

template<bool is_ad>
const Function* const LAROMANCEStressUpdateBaseTempl< is_ad >::_cell_function
protectedinherited

Optional cell dislocation forcing function.

Definition at line 481 of file LAROMANCEStressUpdateBase.h.

◆ _cell_input_index

template<bool is_ad>
const unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_cell_input_index
protectedinherited

Index corresponding to the position for the dislocations with in the cell in the input vector.

Definition at line 504 of file LAROMANCEStressUpdateBase.h.

Referenced by LAROMANCEStressUpdateBaseTempl< is_ad >::LAROMANCEStressUpdateBaseTempl().

◆ _cell_output_index

template<bool is_ad>
const unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_cell_output_index
protectedinherited

Index corresponding to the position for cell dislocations increment in the output vector.

Definition at line 522 of file LAROMANCEStressUpdateBase.h.

◆ _cell_rate

template<bool is_ad>
GenericMaterialProperty<Real, is_ad>& LAROMANCEStressUpdateBaseTempl< is_ad >::_cell_rate
protectedinherited

Cell dislocations rate of change.

Definition at line 577 of file LAROMANCEStressUpdateBase.h.

◆ _check_range

template<bool is_ad>
bool SingleVariableReturnMappingSolutionTempl< is_ad >::_check_range
protectedinherited

Whether to check to see whether iterative solution is within admissible range, and set within that range if outside.

Definition at line 138 of file SingleVariableReturnMappingSolution.h.

Referenced by ADViscoplasticityStressUpdate::ADViscoplasticityStressUpdate(), LAROMANCEStressUpdateBaseTempl< is_ad >::LAROMANCEStressUpdateBaseTempl(), and PowerLawCreepTestTempl< is_ad >::PowerLawCreepTestTempl().

◆ _coefs

template<bool is_ad>
std::vector<std::vector<std::vector<std::vector<Real> > > > LAROMANCEStressUpdateBaseTempl< is_ad >::_coefs
protectedinherited

Coefficients used with Legendre polynomials defined by the ROM data set for each partition.

Definition at line 564 of file LAROMANCEStressUpdateBase.h.

◆ _creep_rate

template<bool is_ad>
GenericMaterialProperty<Real, is_ad>& LAROMANCEStressUpdateBaseTempl< is_ad >::_creep_rate
protectedinherited

Creep rate material property.

Definition at line 574 of file LAROMANCEStressUpdateBase.h.

◆ _creep_strain

template<bool is_ad>
GenericMaterialProperty<RankTwoTensor, is_ad>& RadialReturnCreepStressUpdateBaseTempl< is_ad >::_creep_strain
protectedinherited

Creep strain material property.

Definition at line 54 of file RadialReturnCreepStressUpdateBase.h.

◆ _creep_strain_old

template<bool is_ad>
const MaterialProperty<RankTwoTensor>& RadialReturnCreepStressUpdateBaseTempl< is_ad >::_creep_strain_old
protectedinherited

Definition at line 55 of file RadialReturnCreepStressUpdateBase.h.

◆ _creep_strain_old_forcing_function

template<bool is_ad>
const Function* const LAROMANCEStressUpdateBaseTempl< is_ad >::_creep_strain_old_forcing_function
protectedinherited

Optional old creep strain forcing function.

Definition at line 531 of file LAROMANCEStressUpdateBase.h.

◆ _current_elem

template<bool is_ad>
const Elem *const & Material::_current_elem
inherited

◆ _cutoff

template<bool is_ad>
std::vector<Real> LAROMANCEStressUpdateBaseTempl< is_ad >::_cutoff
protectedinherited

Container for strain cutoff.

Definition at line 625 of file LAROMANCEStressUpdateBase.h.

◆ _degree

template<bool is_ad>
std::vector<unsigned int> LAROMANCEStressUpdateBaseTempl< is_ad >::_degree
protectedinherited

Legendre polynomial degree for the ROM data set for each partition.

Definition at line 546 of file LAROMANCEStressUpdateBase.h.

◆ _derivative

template<bool is_ad>
GenericReal<is_ad> LAROMANCEStressUpdateBaseTempl< is_ad >::_derivative
protectedinherited

Container for derivative of creep increment with respect to strain.

Definition at line 589 of file LAROMANCEStressUpdateBase.h.

Referenced by LAROMANCEStressUpdateBaseTempl< is_ad >::computeDerivative().

◆ _deviatoric_projection_four

template<bool is_ad>
const RankFourTensor RadialReturnStressUpdateTempl< is_ad >::_deviatoric_projection_four
protectedinherited

Rank four deviatoric projection tensor.

Definition at line 251 of file RadialReturnStressUpdate.h.

◆ _dpartition_weight_dstress

template<bool is_ad>
std::vector<GenericReal<is_ad> > LAROMANCEStressUpdateBaseTempl< is_ad >::_dpartition_weight_dstress
protectedinherited

Container for d_parition_weights d_stress.

Definition at line 619 of file LAROMANCEStressUpdateBase.h.

◆ _dt

template<bool is_ad>
Real & Material::_dt
inherited

◆ _dt_original

template<bool is_ad>
Real RadialReturnStressUpdateTempl< is_ad >::_dt_original
protectedinherited

original timestep (to be restored after substepping is completed)

Definition at line 266 of file RadialReturnStressUpdate.h.

◆ _effective_inelastic_strain

template<bool is_ad>
GenericMaterialProperty<Real, is_ad>& RadialReturnStressUpdateTempl< is_ad >::_effective_inelastic_strain
protectedinherited

◆ _effective_inelastic_strain_increment

template<bool is_ad>
GenericReal<is_ad> RadialReturnStressUpdateTempl< is_ad >::_effective_inelastic_strain_increment
protectedinherited

Stores the scalar effective inelastic strain increment from Newton iteration.

Definition at line 223 of file RadialReturnStressUpdate.h.

Referenced by RadialReturnStressUpdateTempl< is_ad >::effectiveInelasticStrainIncrement(), and RadialReturnStressUpdateTempl< is_ad >::updateEffectiveInelasticStrainIncrement().

◆ _effective_inelastic_strain_old

template<bool is_ad>
const MaterialProperty<Real>& RadialReturnStressUpdateTempl< is_ad >::_effective_inelastic_strain_old
protectedinherited

◆ _environmental

template<bool is_ad>
const GenericMaterialProperty<Real, is_ad>* LAROMANCEStressUpdateBaseTempl< is_ad >::_environmental
protectedinherited

◆ _environmental_input_index

template<bool is_ad>
const unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_environmental_input_index
protectedinherited

Index corresponding to the position for the environmental factor in the input vector.

Definition at line 519 of file LAROMANCEStressUpdateBase.h.

Referenced by LAROMANCEStressUpdateBaseTempl< is_ad >::LAROMANCEStressUpdateBaseTempl().

◆ _extrapolation

template<bool is_ad>
MaterialProperty<Real>& LAROMANCEStressUpdateBaseTempl< is_ad >::_extrapolation
protectedinherited

Material property to hold smootherstep applied in order to extrapolate.

Definition at line 583 of file LAROMANCEStressUpdateBase.h.

◆ _global_limits

template<bool is_ad>
std::vector<std::pair<Real, Real> > LAROMANCEStressUpdateBaseTempl< is_ad >::_global_limits
protectedinherited

Container for global limits.

Definition at line 607 of file LAROMANCEStressUpdateBase.h.

◆ _identity_symmetric_four

template<bool is_ad>
const RankFourTensor RadialReturnStressUpdateTempl< is_ad >::_identity_symmetric_four
protectedinherited

Rank four symmetric identity tensor.

Definition at line 246 of file RadialReturnStressUpdate.h.

◆ _identity_two

template<bool is_ad>
const RankTwoTensor RadialReturnStressUpdateTempl< is_ad >::_identity_two
protectedinherited

Rank two identity tensor.

Definition at line 241 of file RadialReturnStressUpdate.h.

◆ _identityTensor

template<bool is_ad, typename R2 , typename R4 >
RankFourTensor StressUpdateBaseTempl< is_ad, R2, R4 >::_identityTensor
staticprotectedinherited

◆ _index_name

template<bool is_ad>
std::vector<std::string> LAROMANCEStressUpdateBaseTempl< is_ad >::_index_name
protectedinherited

index names for error output

Definition at line 642 of file LAROMANCEStressUpdateBase.h.

Referenced by LAROMANCEStressUpdateBaseTempl< is_ad >::LAROMANCEStressUpdateBaseTempl().

◆ _initial_residual

template<bool is_ad>
GenericReal<is_ad> SingleVariableReturnMappingSolutionTempl< is_ad >::_initial_residual
privateinherited

Residual values, kept as members to retain solver state for summary outputting.

Definition at line 217 of file SingleVariableReturnMappingSolution.h.

◆ _input_limits

template<bool is_ad>
std::vector<std::vector<std::vector<std::vector<Real> > > > LAROMANCEStressUpdateBaseTempl< is_ad >::_input_limits
protectedinherited

Input limits defined by the ROM data set for each partition.

Definition at line 558 of file LAROMANCEStressUpdateBase.h.

◆ _input_values

template<bool is_ad>
std::vector<GenericReal<is_ad> > LAROMANCEStressUpdateBaseTempl< is_ad >::_input_values
protectedinherited

Container for input values.

Definition at line 592 of file LAROMANCEStressUpdateBase.h.

◆ _internal_solve_full_iteration_history

template<bool is_ad>
const bool SingleVariableReturnMappingSolutionTempl< is_ad >::_internal_solve_full_iteration_history
privateinherited

Whether to output iteration information all the time (regardless of whether iterations converge)

Definition at line 191 of file SingleVariableReturnMappingSolution.h.

◆ _internal_solve_output_on

template<bool is_ad>
enum SingleVariableReturnMappingSolutionTempl::InternalSolveOutput SingleVariableReturnMappingSolutionTempl< is_ad >::_internal_solve_output_on
privateinherited

◆ _iteration

template<bool is_ad>
unsigned int SingleVariableReturnMappingSolutionTempl< is_ad >::_iteration
privateinherited

iteration number

Definition at line 214 of file SingleVariableReturnMappingSolution.h.

◆ _json

template<bool is_ad>
nlohmann::json LAROMANCEStressUpdateBaseTempl< is_ad >::_json
protectedinherited

◆ _line_search

template<bool is_ad>
bool SingleVariableReturnMappingSolutionTempl< is_ad >::_line_search
protectedinherited

Whether to use line searches to improve convergence.

Definition at line 141 of file SingleVariableReturnMappingSolution.h.

◆ _makeframe_helper

template<bool is_ad>
std::vector<std::vector<unsigned int> > LAROMANCEStressUpdateBaseTempl< is_ad >::_makeframe_helper
protectedinherited

Helper container defined by the ROM data set.

Definition at line 571 of file LAROMANCEStressUpdateBase.h.

◆ _max_cell_increment

template<bool is_ad>
const Real LAROMANCEStressUpdateBaseTempl< is_ad >::_max_cell_increment
protectedinherited

Maximum cell dislocation increment.

Definition at line 478 of file LAROMANCEStressUpdateBase.h.

◆ _max_inelastic_increment

template<bool is_ad>
Real RadialReturnStressUpdateTempl< is_ad >::_max_inelastic_increment
protectedinherited

Maximum allowable scalar inelastic strain increment, used to control the timestep size in conjunction with a user object.

Definition at line 229 of file RadialReturnStressUpdate.h.

◆ _max_its

template<bool is_ad>
const unsigned int SingleVariableReturnMappingSolutionTempl< is_ad >::_max_its
privateinherited

Maximum number of return mapping iterations.

This exists only to avoid an infinite loop, and is is intended to be a large number that is not settable by the user.

Definition at line 188 of file SingleVariableReturnMappingSolution.h.

◆ _max_wall_increment

template<bool is_ad>
const Real LAROMANCEStressUpdateBaseTempl< is_ad >::_max_wall_increment
protectedinherited

Maximum wall dislocation increment.

Definition at line 492 of file LAROMANCEStressUpdateBase.h.

◆ _maximum_number_substeps

template<bool is_ad>
const unsigned int RadialReturnStressUpdateTempl< is_ad >::_maximum_number_substeps
protectedinherited

Maximum number of substeps. If the calculation results in a larger number, cut overall time step.

Definition at line 263 of file RadialReturnStressUpdate.h.

◆ _name

template<bool is_ad>
const std::string & Material::_name
protectedinherited

◆ _non_stress_weights

template<bool is_ad>
std::vector<std::vector<GenericReal<is_ad> > > LAROMANCEStressUpdateBaseTempl< is_ad >::_non_stress_weights
protectedinherited

Container for weights for each tile as computed for all input values beside stress.

Definition at line 610 of file LAROMANCEStressUpdateBase.h.

◆ _normalization_limits

template<bool is_ad>
std::vector<std::vector<std::vector<std::vector<Real> > > > LAROMANCEStressUpdateBaseTempl< is_ad >::_normalization_limits
protectedinherited

Normalization limits defined by the ROM data set for each partition.

Definition at line 561 of file LAROMANCEStressUpdateBase.h.

◆ _num_coefs

template<bool is_ad>
std::vector<unsigned int> LAROMANCEStressUpdateBaseTempl< is_ad >::_num_coefs
protectedinherited

Total number of Legendre polynomial coefficients for the ROM data set in each parition.

Definition at line 549 of file LAROMANCEStressUpdateBase.h.

◆ _num_inputs

template<bool is_ad>
unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_num_inputs
protectedinherited

Number of inputs for the ROM data set.

Definition at line 540 of file LAROMANCEStressUpdateBase.h.

◆ _num_outputs

template<bool is_ad>
unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_num_outputs
protectedinherited

Number of inputs to the ROM data set.

Definition at line 543 of file LAROMANCEStressUpdateBase.h.

◆ _num_partitions

template<bool is_ad>
unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_num_partitions
protectedinherited

Number of partitions.

Definition at line 534 of file LAROMANCEStressUpdateBase.h.

Referenced by LAROMANCEStressUpdateBaseTempl< is_ad >::computePartitionWeights().

◆ _num_resids

template<bool is_ad>
const std::size_t SingleVariableReturnMappingSolutionTempl< is_ad >::_num_resids
privateinherited

Number of residuals to be stored in history.

Definition at line 208 of file SingleVariableReturnMappingSolution.h.

◆ _num_tiles

template<bool is_ad>
std::vector<unsigned int> LAROMANCEStressUpdateBaseTempl< is_ad >::_num_tiles
protectedinherited

Number of ROM tiles per partition.

Definition at line 537 of file LAROMANCEStressUpdateBase.h.

◆ _number_of_substeps

template<bool is_ad>
MaterialProperty<Real>& LAROMANCEStressUpdateBaseTempl< is_ad >::_number_of_substeps
protectedinherited

Material property capturing number of substeps for output purposes (defaults to one if substepping isn't used)

Definition at line 639 of file LAROMANCEStressUpdateBase.h.

◆ _old_input_values

template<bool is_ad>
std::vector<Real> LAROMANCEStressUpdateBaseTempl< is_ad >::_old_input_values
protectedinherited

Container for old input values.

Definition at line 595 of file LAROMANCEStressUpdateBase.h.

◆ _old_strain_input_index

template<bool is_ad>
const unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_old_strain_input_index
protectedinherited

Index corresponding to the position for the old strain in the input vector.

Definition at line 513 of file LAROMANCEStressUpdateBase.h.

Referenced by LAROMANCEStressUpdateBaseTempl< is_ad >::LAROMANCEStressUpdateBaseTempl().

◆ _partition_weights

template<bool is_ad>
std::vector<GenericReal<is_ad> > LAROMANCEStressUpdateBaseTempl< is_ad >::_partition_weights
protectedinherited

Container for weights for each tile as computed for all input values beside stress.

Definition at line 616 of file LAROMANCEStressUpdateBase.h.

◆ _plastic_strain_increment

template<bool is_ad>
RankTwoTensor LAROMANCEStressUpdateBaseTempl< is_ad >::_plastic_strain_increment
protectedinherited

Total plastic strain increment in step (summing substep contributions)

Definition at line 636 of file LAROMANCEStressUpdateBase.h.

◆ _polynomial_inputs

template<bool is_ad>
std::vector<std::vector<std::vector<std::vector<GenericReal<is_ad> > > > > LAROMANCEStressUpdateBaseTempl< is_ad >::_polynomial_inputs
protectedinherited

Container for ROM polynomial inputs.

Definition at line 601 of file LAROMANCEStressUpdateBase.h.

◆ _precomputed_vals

template<bool is_ad>
std::vector<std::vector<std::vector<GenericReal<is_ad> > > > LAROMANCEStressUpdateBaseTempl< is_ad >::_precomputed_vals
protectedinherited

Container for ROM precomputed values.

Definition at line 604 of file LAROMANCEStressUpdateBase.h.

◆ _q_point

template<bool is_ad>
const MooseArray< Point > & Material::_q_point
protectedinherited

◆ _qp

template<bool is_ad>
unsigned int Material::_qp
protectedinherited

◆ _relative_tolerance

template<bool is_ad>
Real SingleVariableReturnMappingSolutionTempl< is_ad >::_relative_tolerance
privateinherited

Relative convergence tolerance.

Definition at line 194 of file SingleVariableReturnMappingSolution.h.

◆ _residual

template<bool is_ad>
GenericReal<is_ad> SingleVariableReturnMappingSolutionTempl< is_ad >::_residual
privateinherited

Definition at line 218 of file SingleVariableReturnMappingSolution.h.

◆ _residual_history

template<bool is_ad>
std::vector<Real> SingleVariableReturnMappingSolutionTempl< is_ad >::_residual_history
privateinherited

History of residuals used to check whether progress is still being made on decreasing the residual.

Definition at line 211 of file SingleVariableReturnMappingSolution.h.

◆ _rom_inputs

template<bool is_ad>
std::vector<std::vector<std::vector<GenericReal<is_ad> > > > LAROMANCEStressUpdateBaseTempl< is_ad >::_rom_inputs
protectedinherited

Container for converted rom_inputs.

Definition at line 598 of file LAROMANCEStressUpdateBase.h.

◆ _second_partition_weight

template<bool is_ad>
GenericMaterialProperty<Real, is_ad>& LAROMANCEStressUpdateBaseTempl< is_ad >::_second_partition_weight
protectedinherited

Material property to store partition weight.

Definition at line 586 of file LAROMANCEStressUpdateBase.h.

◆ _strain_output_index

template<bool is_ad>
const unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_strain_output_index
protectedinherited

Index corresponding to the position for strain increment in the output vector.

Definition at line 528 of file LAROMANCEStressUpdateBase.h.

◆ _stress_function

template<bool is_ad>
const Function* const LAROMANCEStressUpdateBaseTempl< is_ad >::_stress_function
protectedinherited

Optiontal effective stress forcing function.

Definition at line 498 of file LAROMANCEStressUpdateBase.h.

◆ _stress_input_index

template<bool is_ad>
const unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_stress_input_index
protectedinherited

Index corresponding to the position for the stress in the input vector.

Definition at line 510 of file LAROMANCEStressUpdateBase.h.

Referenced by LAROMANCEStressUpdateBaseTempl< is_ad >::LAROMANCEStressUpdateBaseTempl().

◆ _stress_ucf

template<bool is_ad>
Real LAROMANCEStressUpdateBaseTempl< is_ad >::_stress_ucf
protectedinherited

Unit conversion factors required to convert from the specified unit to MPa.

Definition at line 628 of file LAROMANCEStressUpdateBase.h.

◆ _substep_tolerance

template<bool is_ad>
const Real RadialReturnStressUpdateTempl< is_ad >::_substep_tolerance
protectedinherited

Used to calculate the number of substeps taken in the radial return algorithm, when substepping is enabled, based on the elastic strain increment ratio to the maximum inelastic increment.

Definition at line 236 of file RadialReturnStressUpdate.h.

◆ _svrms_name

template<bool is_ad>
const std::string SingleVariableReturnMappingSolutionTempl< is_ad >::_svrms_name
privateinherited

MOOSE input name of the object performing the solve.

Definition at line 225 of file SingleVariableReturnMappingSolution.h.

◆ _temperature

template<bool is_ad>
const GenericVariableValue<is_ad>& LAROMANCEStressUpdateBaseTempl< is_ad >::_temperature
protectedinherited

Coupled temperature variable.

Definition at line 458 of file LAROMANCEStressUpdateBase.h.

◆ _temperature_input_index

template<bool is_ad>
const unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_temperature_input_index
protectedinherited

Index corresponding to the position for the tempeature in the input vector.

Definition at line 516 of file LAROMANCEStressUpdateBase.h.

Referenced by LAROMANCEStressUpdateBaseTempl< is_ad >::LAROMANCEStressUpdateBaseTempl().

◆ _three_shear_modulus

template<bool is_ad>
GenericReal<is_ad> RadialReturnStressUpdateTempl< is_ad >::_three_shear_modulus
protectedinherited

◆ _tiling

template<bool is_ad>
std::vector<std::vector<unsigned int> > LAROMANCEStressUpdateBaseTempl< is_ad >::_tiling
protectedinherited

Container for tiling orientations.

Definition at line 622 of file LAROMANCEStressUpdateBase.h.

◆ _transform

template<bool is_ad>
std::vector<std::vector<std::vector<std::vector<ROMInputTransform> > > > LAROMANCEStressUpdateBaseTempl< is_ad >::_transform
protectedinherited

Transform rules defined by the ROM data set for each partition.

Definition at line 552 of file LAROMANCEStressUpdateBase.h.

◆ _transform_coefs

template<bool is_ad>
std::vector<std::vector<std::vector<std::vector<Real> > > > LAROMANCEStressUpdateBaseTempl< is_ad >::_transform_coefs
protectedinherited

Transform coefficients defined by the ROM data set for each partition.

Definition at line 555 of file LAROMANCEStressUpdateBase.h.

◆ _transformed_normalization_limits

template<bool is_ad>
std::vector<std::vector<std::vector<std::vector<std::vector<Real> > > > > LAROMANCEStressUpdateBaseTempl< is_ad >::_transformed_normalization_limits
protectedinherited

Limits transformed from readabile input to ROM readable limits for normalization.

Definition at line 568 of file LAROMANCEStressUpdateBase.h.

◆ _use_substepping

template<bool is_ad>
SubsteppingType RadialReturnStressUpdateTempl< is_ad >::_use_substepping
protectedinherited

◆ _verbose

template<bool is_ad>
const bool LAROMANCEStressUpdateBaseTempl< is_ad >::_verbose
protectedinherited

Flag to output verbose infromation.

Definition at line 470 of file LAROMANCEStressUpdateBase.h.

◆ _wall_dislocation_increment

template<bool is_ad>
GenericReal<is_ad> LAROMANCEStressUpdateBaseTempl< is_ad >::_wall_dislocation_increment
protectedinherited

Container for wall dislocation increment.

Definition at line 501 of file LAROMANCEStressUpdateBase.h.

◆ _wall_dislocations

template<bool is_ad>
GenericMaterialProperty<Real, is_ad>& LAROMANCEStressUpdateBaseTempl< is_ad >::_wall_dislocations
protectedinherited

Material properties for wall (locked) dislocation densities (1/m^2)

Definition at line 487 of file LAROMANCEStressUpdateBase.h.

◆ _wall_dislocations_old

template<bool is_ad>
const MaterialProperty<Real>& LAROMANCEStressUpdateBaseTempl< is_ad >::_wall_dislocations_old
protectedinherited

Definition at line 488 of file LAROMANCEStressUpdateBase.h.

◆ _wall_dislocations_step

template<bool is_ad>
GenericMaterialProperty<Real, is_ad>& LAROMANCEStressUpdateBaseTempl< is_ad >::_wall_dislocations_step
protectedinherited

Material properties accumulated at substeps.

Definition at line 631 of file LAROMANCEStressUpdateBase.h.

◆ _wall_function

template<bool is_ad>
const Function* const LAROMANCEStressUpdateBaseTempl< is_ad >::_wall_function
protectedinherited

Optional wall dislocation forcing function.

Definition at line 495 of file LAROMANCEStressUpdateBase.h.

◆ _wall_input_index

template<bool is_ad>
const unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_wall_input_index
protectedinherited

Index corresponding to the position for the dislocations within the cell wall in the input vector.

Definition at line 507 of file LAROMANCEStressUpdateBase.h.

Referenced by LAROMANCEStressUpdateBaseTempl< is_ad >::LAROMANCEStressUpdateBaseTempl().

◆ _wall_output_index

template<bool is_ad>
const unsigned int LAROMANCEStressUpdateBaseTempl< is_ad >::_wall_output_index
protectedinherited

Index corresponding to the position for wall dislocations increment in the output vector.

Definition at line 525 of file LAROMANCEStressUpdateBase.h.

◆ _wall_rate

template<bool is_ad>
GenericMaterialProperty<Real, is_ad>& LAROMANCEStressUpdateBaseTempl< is_ad >::_wall_rate
protectedinherited

Wall dislocations rate of change.

Definition at line 580 of file LAROMANCEStressUpdateBase.h.

◆ _weights

template<bool is_ad>
std::vector<std::vector<GenericReal<is_ad> > > LAROMANCEStressUpdateBaseTempl< is_ad >::_weights
protectedinherited

Container for weights for each tile as computed for all input values beside stress.

Definition at line 613 of file LAROMANCEStressUpdateBase.h.

◆ _window_failure

template<bool is_ad>
std::vector<std::pair<WindowFailure, WindowFailure> > LAROMANCEStressUpdateBaseTempl< is_ad >::_window_failure
protectedinherited

◆ usingTransientInterfaceMembers

template<bool is_ad>
LAROMANCEStressUpdateBaseTempl< is_ad >::usingTransientInterfaceMembers
protectedinherited

Definition at line 650 of file LAROMANCEStressUpdateBase.h.


The documentation for this class was generated from the following files: