www.mooseframework.org
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Attributes | List of all members
InertialForceBeam Class Reference

#include <InertialForceBeam.h>

Inheritance diagram for InertialForceBeam:
[legend]

Public Types

enum  ResidualTagType { ResidualTagType::NonReference, ResidualTagType::Reference }
 
typedef DataFileName DataFileParameterType
 

Public Member Functions

 InertialForceBeam (const InputParameters &parameters)
 
virtual void computeResidual () override
 
virtual void computeJacobian () override
 
virtual void computeOffDiagJacobian (unsigned int jvar) override
 
virtual void computeResidualAdditional ()
 
virtual void computeResidualAndJacobian () override
 
virtual void computeOffDiagJacobianScalar (unsigned int jvar) override
 
virtual const MooseVariablevariable () const override
 
virtual void computeNonlocalJacobian ()
 
virtual void computeNonlocalOffDiagJacobian (unsigned int)
 
const SubProblemsubProblem () const
 
virtual void prepareShapes (unsigned int var_num)
 
virtual bool enabled () const
 
MooseAppgetMooseApp () const
 
const std::string & type () const
 
virtual const std::string & name () const
 
std::string typeAndName () const
 
std::string errorPrefix (const std::string &error_type) const
 
void callMooseError (std::string msg, const bool with_prefix) const
 
MooseObjectParameterName uniqueParameterName (const std::string &parameter_name) const
 
const InputParametersparameters () const
 
MooseObjectName uniqueName () const
 
const T & getParam (const std::string &name) const
 
std::vector< std::pair< T1, T2 > > getParam (const std::string &param1, const std::string &param2) const
 
const T & getRenamedParam (const std::string &old_name, const std::string &new_name) const
 
getCheckedPointerParam (const std::string &name, const std::string &error_string="") const
 
bool isParamValid (const std::string &name) const
 
bool isParamSetByUser (const std::string &nm) const
 
void paramError (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
 
void connectControllableParams (const std::string &parameter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const
 
void mooseError (Args &&... args) const
 
void mooseErrorNonPrefixed (Args &&... args) const
 
void mooseWarning (Args &&... args) const
 
void mooseWarningNonPrefixed (Args &&... args) const
 
void mooseDeprecated (Args &&... args) const
 
void mooseInfo (Args &&... args) const
 
std::string getDataFileName (const std::string &param) const
 
std::string getDataFileNameByName (const std::string &name, const std::string *param=nullptr) const
 
virtual void initialSetup ()
 
virtual void timestepSetup ()
 
virtual void jacobianSetup ()
 
virtual void residualSetup ()
 
virtual void subdomainSetup ()
 
virtual void customSetup (const ExecFlagType &)
 
const ExecFlagEnumgetExecuteOnEnum () 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
 
UserObjectName getUserObjectName (const std::string &param_name) const
 
const T & getUserObject (const std::string &param_name, bool is_dependency=true) const
 
const T & getUserObjectByName (const UserObjectName &object_name, bool is_dependency=true) const
 
const UserObjectgetUserObjectBase (const std::string &param_name, bool is_dependency=true) const
 
const UserObjectgetUserObjectBaseByName (const UserObjectName &object_name, bool is_dependency=true) const
 
bool isImplicit ()
 
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
 
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 void meshChanged ()
 
void useVectorTag (const TagName &tag_name, VectorTagsKey)
 
void useVectorTag (TagID tag_id, VectorTagsKey)
 
void useMatrixTag (const TagName &tag_name, MatrixTagsKey)
 
void useMatrixTag (TagID tag_id, MatrixTagsKey)
 
bool isVectorTagged ()
 
bool isMatrixTagged ()
 
bool hasVectorTags () const
 
const std::set< TagID > & getVectorTags (VectorTagsKey) const
 
const std::set< TagID > & getMatrixTags (MatrixTagsKey) 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 (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
 
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 std::vector< MooseVariableScalar *> & getCoupledMooseScalarVars ()
 
const std::set< TagID > & getScalarVariableCoupleableVectorTags () const
 
const std::set< TagID > & getScalarVariableCoupleableMatrixTags () const
 
const std::set< MooseVariableFieldBase *> & getMooseVariableDependencies () const
 
std::set< MooseVariableFieldBase *> checkAllVariables (const DofObjectType &dof_object, const std::set< MooseVariableFieldBase * > &vars_to_omit={})
 
std::set< MooseVariableFieldBase *> checkVariables (const DofObjectType &dof_object, const std::set< MooseVariableFieldBase * > &vars_to_check)
 
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 MaterialPropertyName &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 MaterialPropertyName &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 MaterialPropertyName &name)
 
const ADMaterialProperty< T > & getADMaterialPropertyByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOldByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name, MaterialData &material_data)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name)
 
const MaterialProperty< T > & getMaterialPropertyOlderByName (const MaterialPropertyName &name)
 
std::pair< const MaterialProperty< T > *, std::set< SubdomainID > > getBlockMaterialProperty (const MaterialPropertyName &name)
 
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)
 
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)
 
bool getMaterialPropertyCalled () const
 
const std::unordered_set< unsigned int > & getMatPropDependencies () const
 
virtual void resolveOptionalProperties ()
 
const GenericMaterialProperty< T, is_ad > & getPossiblyConstantGenericMaterialPropertyByName (const MaterialPropertyName &prop_name, MaterialData &material_data, const unsigned int state)
 
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
 
virtual const dof_id_typegetElementID (const std::string &id_parameter_name, unsigned int comp=0) const
 
dof_id_type getElementID (const Elem *elem, unsigned int elem_id_index) const
 
virtual const dof_id_typegetElementIDNeighbor (const std::string &id_parameter_name, unsigned int comp=0) const
 
virtual const dof_id_typegetElementIDByName (const std::string &id_name) const
 
virtual const dof_id_typegetElementIDNeighborByName (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_typegetAllElemIDs (unsigned int elem_id_index) const
 
std::set< dof_id_typegetElemIDsOnBlocks (unsigned int elem_id_index, const std::set< SubdomainID > &blks) const
 
MooseVariableBasemooseVariableBase () const
 
MooseVariableField< Real > & mooseVariableField ()
 
MooseVariableFE< Real > * mooseVariable () const
 
MooseVariableFV< Real > * mooseVariableFV () 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
 
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)
 
MaterialBasegetMaterial (const std::string &name)
 
MaterialBasegetMaterial (const std::string &name)
 
MaterialBasegetMaterialByName (const std::string &name, bool no_warn=false)
 
MaterialBasegetMaterialByName (const std::string &name, bool no_warn=false)
 
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 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 Parallel::Communicator & comm () const
 
processor_id_type n_processors () const
 
processor_id_type processor_id () const
 

Static Public Member Functions

static InputParameters validParams ()
 

Public Attributes

const ConsoleStream _console
 

Static Public Attributes

static constexpr PropertyValue::id_type default_property_id
 
static constexpr PropertyValue::id_type zero_property_id
 

Protected Member Functions

virtual Real computeQpResidual () override
 
virtual Real computeQpJacobian ()
 
virtual Real computeQpOffDiagJacobian (unsigned int)
 
virtual Real computeQpOffDiagJacobianScalar (unsigned int)
 
virtual RealEigenVector computeQpOffDiagJacobianArray (const ArrayMooseVariable &jvar)
 
virtual void precalculateResidual ()
 
virtual void precalculateJacobian ()
 
virtual void precalculateOffDiagJacobian (unsigned int)
 
const MooseVariableFieldBasegetVariable (unsigned int jvar_num) const
 
virtual void addUserObjectDependencyHelper (const UserObject &) const
 
Moose::StateArg determineState () const
 
virtual void addPostprocessorDependencyHelper (const PostprocessorName &) const
 
virtual void addVectorPostprocessorDependencyHelper (const VectorPostprocessorName &) const
 
T & declareRestartableData (const std::string &data_name, Args &&... args)
 
ManagedValue< T > declareManagedRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args)
 
const T & getRestartableData (const std::string &data_name) const
 
T & declareRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args)
 
T & declareRecoverableData (const std::string &data_name, Args &&... args)
 
T & declareRestartableDataWithObjectName (const std::string &data_name, const std::string &object_name, Args &&... args)
 
T & declareRestartableDataWithObjectNameWithContext (const std::string &data_name, const std::string &object_name, void *context, Args &&... args)
 
std::string restartableName (const std::string &data_name) const
 
void prepareVectorTag (Assembly &assembly, unsigned int ivar)
 
void prepareVectorTag (Assembly &assembly, unsigned int ivar, ResidualTagType tag_type)
 
void prepareVectorTag (Assembly &assembly, unsigned int ivar, ResidualTagType tag_type)
 
void prepareVectorTag (Assembly &assembly, unsigned int ivar, ResidualTagType tag_type)
 
void prepareVectorTag (Assembly &assembly, unsigned int ivar, ResidualTagType tag_type)
 
void prepareVectorTagNeighbor (Assembly &assembly, unsigned int ivar)
 
void prepareVectorTagLower (Assembly &assembly, unsigned int ivar)
 
void prepareMatrixTag (Assembly &assembly, unsigned int ivar, unsigned int jvar)
 
void prepareMatrixTag (Assembly &assembly, unsigned int ivar, unsigned int jvar, DenseMatrix< Number > &k) const
 
void prepareMatrixTagNonlocal (Assembly &assembly, unsigned int ivar, unsigned int jvar)
 
void prepareMatrixTagNeighbor (Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::DGJacobianType type)
 
void prepareMatrixTagNeighbor (Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::DGJacobianType type, DenseMatrix< Number > &k) const
 
void prepareMatrixTagLower (Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::ConstraintJacobianType type)
 
void accumulateTaggedLocalResidual ()
 
void assignTaggedLocalResidual ()
 
void accumulateTaggedLocalMatrix ()
 
void accumulateTaggedLocalMatrix (Assembly &assembly, unsigned int ivar, unsigned int jvar, const DenseMatrix< Number > &k)
 
void accumulateTaggedLocalMatrix (Assembly &assembly, unsigned int ivar, unsigned int jvar, Moose::DGJacobianType type, const DenseMatrix< Number > &k)
 
void accumulateTaggedNonlocalMatrix ()
 
void assignTaggedLocalMatrix ()
 
void addResiduals (Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor)
 
void addResiduals (Assembly &assembly, const DenseVector< T > &residuals, const Indices &dof_indices, Real scaling_factor)
 
void addResidualsAndJacobian (Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor)
 
void addJacobian (Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor)
 
void addJacobian (Assembly &assembly, DenseMatrix< Real > &local_k, const std::vector< dof_id_type > &row_indices, const std::vector< dof_id_type > &column_indices, Real scaling_factor)
 
void addResidualsWithoutConstraints (Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor)
 
void addResidualsAndJacobianWithoutConstraints (Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor)
 
void addJacobianWithoutConstraints (Assembly &assembly, const Residuals &residuals, const Indices &dof_indices, Real scaling_factor)
 
void addJacobianElement (Assembly &assembly, Real value, dof_id_type row_index, dof_id_type column_index, Real scaling_factor)
 
void setResidual (SystemBase &sys, const T &residual, MooseVariableFE< T > &var)
 
void setResidual (SystemBase &sys, Real residual, dof_id_type dof_index)
 
void setResidual (SystemBase &sys, SetResidualFunctor set_residual_functor)
 
virtual bool hasBlockMaterialPropertyHelper (const std::string &prop_name)
 
void initializeBlockRestrictable (const MooseObject *moose_object)
 
Moose::CoordinateSystemType getBlockCoordSystem ()
 
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 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
 
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
 
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
 
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
 
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 T & coupledNodalValue (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 T & coupledNodalValueOld (const std::string &var_name, unsigned int comp=0) const
 
const T & coupledNodalValueOlder (const std::string &var_name, unsigned int comp=0) const
 
const T & coupledNodalValuePreviousNL (const std::string &var_name, unsigned int comp=0) const
 
const T & coupledNodalDot (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)
 
const T * getVarHelper (const std::string &var_name, unsigned int comp) const
 
T * getVarHelper (const std::string &var_name, unsigned int comp)
 
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< T > coupledVectorHelper (const std::string &var_name, const Func &func) 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
 
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
 
void addMooseVariableDependency (MooseVariableFieldBase *var)
 
void addMooseVariableDependency (const std::vector< MooseVariableFieldBase * > &vars)
 
virtual void checkMaterialProperty (const std::string &name, const unsigned int state)
 
void markMatPropRequested (const std::string &)
 
MaterialPropertyName getMaterialPropertyName (const std::string &name) const
 
void checkExecutionStage ()
 
virtual const OutputTools< Real >::VariableValuevalue ()
 
virtual const OutputTools< Real >::VariableValuevalueOld ()
 
virtual const OutputTools< Real >::VariableValuevalueOlder ()
 
virtual const OutputTools< Real >::VariableValuedot ()
 
virtual const OutputTools< Real >::VariableValuedotDot ()
 
virtual const OutputTools< Real >::VariableValuedotOld ()
 
virtual const OutputTools< Real >::VariableValuedotDotOld ()
 
virtual const VariableValuedotDu ()
 
virtual const VariableValuedotDotDu ()
 
virtual const OutputTools< Real >::VariableGradientgradient ()
 
virtual const OutputTools< Real >::VariableGradientgradientOld ()
 
virtual const OutputTools< Real >::VariableGradientgradientOlder ()
 
virtual const OutputTools< Real >::VariableSecondsecond ()
 
virtual const OutputTools< Real >::VariableSecondsecondOld ()
 
virtual const OutputTools< Real >::VariableSecondsecondOlder ()
 
virtual const OutputTools< Real >::VariableTestSecondsecondTest ()
 
virtual const OutputTools< Real >::VariableTestSecondsecondTestFace ()
 
virtual const OutputTools< Real >::VariablePhiSecondsecondPhi ()
 
virtual const OutputTools< Real >::VariablePhiSecondsecondPhiFace ()
 
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)
 

Protected Attributes

const VariableValue_u_dot
 
MooseVariable_var
 
const VariableTestValue_test
 
const VariableTestGradient_grad_test
 
const VariablePhiValue_phi
 
const VariablePhiGradient_grad_phi
 
const VariableValue_u
 
const VariableGradient_grad_u
 
const Elem *const & _current_elem
 
const Real_current_elem_volume
 
unsigned int _qp
 
const MooseArray< Point > & _q_point
 
const QBase *const & _qrule
 
const MooseArray< Real > & _JxW
 
const MooseArray< Real > & _coord
 
unsigned int _i
 
unsigned int _j
 
bool _has_save_in
 
std::vector< MooseVariableFEBase *> _save_in
 
std::vector< AuxVariableName > _save_in_strings
 
bool _has_diag_save_in
 
std::vector< MooseVariableFEBase *> _diag_save_in
 
std::vector< AuxVariableName > _diag_save_in_strings
 
std::vector< unsigned int_displacements
 
const bool _use_displaced_mesh
 
SubProblem_subproblem
 
FEProblemBase_fe_problem
 
SystemBase_sys
 
THREAD_ID _tid
 
Assembly_assembly
 
MooseMesh_mesh
 
const bool & _enabled
 
MooseApp_app
 
const std::string _type
 
const std::string _name
 
const InputParameters_pars
 
Factory_factory
 
ActionFactory_action_factory
 
const ExecFlagEnum_execute_enum
 
const ExecFlagType_current_execute_flag
 
const InputParameters_ti_params
 
FEProblemBase_ti_feproblem
 
bool _is_implicit
 
Real_t
 
int_t_step
 
Real_dt
 
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
 
DenseVector< Number_local_re
 
DenseMatrix< Number_local_ke
 
DenseMatrix< Number_nonlocal_ke
 
const MaterialData_blk_material_data
 
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< MooseVariableFV< Real > *> _coupled_standard_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< DualReal > > > _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
 
const VariableValue_zero
 
const VariablePhiValue_phi_zero
 
const MooseArray< DualReal > & _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
 
ArrayVariableValue _default_array_value_zero
 
ArrayVariableGradient _default_array_gradient
 
ArrayVariableCurl _default_array_curl
 
bool _coupleable_neighbor
 
FEProblemBase_sc_fe_problem
 
const THREAD_ID _sc_tid
 
const Real_real_zero
 
const VariableValue_scalar_zero
 
const Point & _point_zero
 
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 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
 
GeometricSearchData_geometric_search_data
 
bool _requires_geometric_search
 
bool _nodal
 
MooseVariableFE< Real > * _variable
 
MooseVariableFV< Real > * _fv_variable
 
Assembly_mvi_assembly
 
const Parallel::Communicator & _communicator
 

Static Protected Attributes

static const std::string _interpolated_old
 
static const std::string _interpolated_older
 

Private Attributes

const bool _has_beta
 Booleans for validity of params. More...
 
const bool _has_gamma
 
const bool _has_velocities
 
const bool _has_rot_velocities
 
const bool _has_accelerations
 
const bool _has_rot_accelerations
 
const bool _has_Ix
 
const MaterialProperty< Real > & _density
 Density of the beam. More...
 
unsigned int _nrot
 Number of coupled rotational variables. More...
 
unsigned int _ndisp
 Number of coupled displacement variables. More...
 
std::vector< unsigned int_rot_num
 Variable numbers corresponding to rotational variables. More...
 
std::vector< unsigned int_disp_num
 Variable numbers corresponding to displacement variables. More...
 
std::vector< unsigned int_vel_num
 Variable numbers corresponding to velocity aux variables. More...
 
std::vector< unsigned int_accel_num
 Variable numbers corresponding to acceleraion aux variables. More...
 
std::vector< unsigned int_rot_vel_num
 Variable numbers corresponding to rotational velocity aux variables. More...
 
std::vector< unsigned int_rot_accel_num
 Variable numbers corresponding to rotational acceleration aux variables. More...
 
const VariableValue_area
 Coupled variable for beam cross-sectional area. More...
 
const VariableValue_Ay
 Coupled variable for first moment of area of beam in y direction, i.e., integral of y*dA over the cross-section. More...
 
const VariableValue_Az
 Coupled variable for first moment of area of beam in z direction, i.e., integral of z*dA over the cross-section. More...
 
const VariableValue_Ix
 Coupled variable for second moment of area of beam in x direction, i.e., integral of (y^2+z^2)*dA over the cross-section. More...
 
const VariableValue_Iy
 Coupled variable for second moment of area of beam in y direction, i.e., integral of y^2*dA over the cross-section. More...
 
const VariableValue_Iz
 Coupled variable for second momemnt of area of beam in z direction, i.e., integral of z^2*dA over the cross-section. More...
 
const Real _beta
 Newmark time integration parameter. More...
 
const Real _gamma
 Newmark time integraion parameter. More...
 
const MaterialProperty< Real > & _eta
 Mass proportional Rayleigh damping parameter. More...
 
const Real _alpha
 HHT time integration parameter. More...
 
const MaterialProperty< RankTwoTensor > & _original_local_config
 Rotational transformation from global to initial beam local coordinate system. More...
 
const MaterialProperty< Real > & _original_length
 Initial length of beam. More...
 
const unsigned int _component
 Direction along which residual is calculated. More...
 
RealVectorValue _vel_old_0
 Old translational and rotational velocities at the two nodes of the beam in the global coordinate system. More...
 
RealVectorValue _vel_old_1
 
RealVectorValue _rot_vel_old_0
 
RealVectorValue _rot_vel_old_1
 
RealVectorValue _vel_0
 Current translational and rotational velocities at the two nodes of the beam in the global coordinate system. More...
 
RealVectorValue _vel_1
 
RealVectorValue _rot_vel_0
 
RealVectorValue _rot_vel_1
 
RealVectorValue _accel_0
 Current translational and rotational accelerations at the two nodes of the beam in the global coordinate system. More...
 
RealVectorValue _accel_1
 
RealVectorValue _rot_accel_0
 
RealVectorValue _rot_accel_1
 
RealVectorValue _local_vel_old_0
 Old translational and rotational velocities at the two nodes of the beam in the initial beam local coordinate system. More...
 
RealVectorValue _local_vel_old_1
 
RealVectorValue _local_rot_vel_old_0
 
RealVectorValue _local_rot_vel_old_1
 
RealVectorValue _local_vel_0
 Current translational and rotational velocities at the two nodes of the beam in the initial beam local coordinate system. More...
 
RealVectorValue _local_vel_1
 
RealVectorValue _local_rot_vel_0
 
RealVectorValue _local_rot_vel_1
 
RealVectorValue _local_accel_0
 Current translational and rotational accelerations at the two nodes of the beam in the initial beam local coordinate system. More...
 
RealVectorValue _local_accel_1
 
RealVectorValue _local_rot_accel_0
 
RealVectorValue _local_rot_accel_1
 
std::vector< RealVectorValue_local_force
 Forces and moments at the two end nodes of the beam in the initial beam local configuration. More...
 
std::vector< RealVectorValue_local_moment
 
RealVectorValue _global_force_0
 Forces and moments at the two end nodes of the beam in the global coordinate system. More...
 
RealVectorValue _global_force_1
 
RealVectorValue _global_moment_0
 
RealVectorValue _global_moment_1
 
const VariableValue_du_dot_du
 Coupled variable for du_dot_du calculated by time integrator. More...
 
const VariableValue_du_dotdot_du
 Coupled variable for du_dotdot_du calculated by time integrator. More...
 

Detailed Description

Definition at line 18 of file InertialForceBeam.h.

Constructor & Destructor Documentation

◆ InertialForceBeam()

InertialForceBeam::InertialForceBeam ( const InputParameters parameters)

Definition at line 73 of file InertialForceBeam.C.

75  _has_beta(isParamValid("beta")),
76  _has_gamma(isParamValid("gamma")),
77  _has_velocities(isParamValid("velocities")),
78  _has_rot_velocities(isParamValid("rotational_velocities")),
79  _has_accelerations(isParamValid("accelerations")),
80  _has_rot_accelerations(isParamValid("rotational_accelerations")),
81  _has_Ix(isParamValid("Ix")),
82  _density(getMaterialProperty<Real>("density")),
83  _nrot(coupledComponents("rotations")),
84  _ndisp(coupledComponents("displacements")),
85  _rot_num(_nrot),
91  _area(coupledValue("area")),
92  _Ay(coupledValue("Ay")),
93  _Az(coupledValue("Az")),
94  _Ix(_has_Ix ? coupledValue("Ix") : _zero),
95  _Iy(coupledValue("Iy")),
96  _Iz(coupledValue("Iz")),
97  _beta(_has_beta ? getParam<Real>("beta") : 0.1),
98  _gamma(_has_gamma ? getParam<Real>("gamma") : 0.1),
99  _eta(getMaterialProperty<Real>("eta")),
100  _alpha(getParam<Real>("alpha")),
101  _original_local_config(getMaterialPropertyByName<RankTwoTensor>("initial_rotation")),
102  _original_length(getMaterialPropertyByName<Real>("original_length")),
103  _component(getParam<unsigned int>("component")),
104  _local_force(2),
105  _local_moment(2)
106 {
107  // Checking for consistency between the length of the provided rotations and displacements vector
108  if (_ndisp != _nrot)
109  mooseError("InertialForceBeam: The number of variables supplied in 'displacements' and "
110  "'rotations' must match.");
111 
114  {
115  if ((coupledComponents("velocities") != _ndisp) ||
116  (coupledComponents("accelerations") != _ndisp) ||
117  (coupledComponents("rotational_velocities") != _ndisp) ||
118  (coupledComponents("rotational_accelerations") != _ndisp))
119  mooseError(
120  "InertialForceBeam: The number of variables supplied in 'velocities', "
121  "'accelerations', 'rotational_velocities' and 'rotational_accelerations' must match "
122  "the number of displacement variables.");
123 
124  // fetch coupled velocities and accelerations
125  for (unsigned int i = 0; i < _ndisp; ++i)
126  {
127  MooseVariable * vel_variable = getVar("velocities", i);
128  _vel_num[i] = vel_variable->number();
129 
130  MooseVariable * accel_variable = getVar("accelerations", i);
131  _accel_num[i] = accel_variable->number();
132 
133  MooseVariable * rot_vel_variable = getVar("rotational_velocities", i);
134  _rot_vel_num[i] = rot_vel_variable->number();
135 
136  MooseVariable * rot_accel_variable = getVar("rotational_accelerations", i);
137  _rot_accel_num[i] = rot_accel_variable->number();
138  }
139  }
140  else if (!_has_beta && !_has_gamma && !_has_velocities && !_has_accelerations &&
142  {
143  _du_dot_du = &coupledDotDu("displacements", 0);
144  _du_dotdot_du = &coupledDotDotDu("displacements", 0);
145  }
146  else
147  mooseError("InertialForceBeam: Either all or none of `beta`, `gamma`, `velocities`, "
148  "`accelerations`, `rotational_velocities` and `rotational_accelerations` should be "
149  "provided as input.");
150 
151  // fetch coupled displacements and rotations
152  for (unsigned int i = 0; i < _ndisp; ++i)
153  {
154  MooseVariable * disp_variable = getVar("displacements", i);
155  _disp_num[i] = disp_variable->number();
156 
157  MooseVariable * rot_variable = getVar("rotations", i);
158  _rot_num[i] = rot_variable->number();
159  }
160 }
const bool _has_velocities
const VariableValue * _du_dot_du
Coupled variable for du_dot_du calculated by time integrator.
const VariableValue & _zero
std::vector< RealVectorValue > _local_moment
unsigned int _nrot
Number of coupled rotational variables.
const Real _gamma
Newmark time integraion parameter.
std::vector< unsigned int > _accel_num
Variable numbers corresponding to acceleraion aux variables.
virtual const VariableValue & coupledDotDotDu(const std::string &var_name, unsigned int comp=0) const
const Real _beta
Newmark time integration parameter.
unsigned int number() const
const MaterialProperty< RankTwoTensor > & _original_local_config
Rotational transformation from global to initial beam local coordinate system.
unsigned int _ndisp
Number of coupled displacement variables.
const Real _alpha
HHT time integration parameter.
const VariableValue & _Iz
Coupled variable for second momemnt of area of beam in z direction, i.e., integral of z^2*dA over the...
MooseVariable * getVar(const std::string &var_name, unsigned int comp)
const unsigned int _component
Direction along which residual is calculated.
std::vector< RealVectorValue > _local_force
Forces and moments at the two end nodes of the beam in the initial beam local configuration.
std::vector< unsigned int > _vel_num
Variable numbers corresponding to velocity aux variables.
const bool _has_accelerations
std::vector< unsigned int > _rot_accel_num
Variable numbers corresponding to rotational acceleration aux variables.
bool isParamValid(const std::string &name) const
virtual const VariableValue & coupledValue(const std::string &var_name, unsigned int comp=0) const
std::vector< unsigned int > _rot_vel_num
Variable numbers corresponding to rotational velocity aux variables.
const VariableValue & _Ix
Coupled variable for second moment of area of beam in x direction, i.e., integral of (y^2+z^2)*dA ove...
const VariableValue & _Ay
Coupled variable for first moment of area of beam in y direction, i.e., integral of y*dA over the cro...
const VariableValue & _area
Coupled variable for beam cross-sectional area.
const MaterialProperty< Real > & _original_length
Initial length of beam.
const bool _has_rot_accelerations
const VariableValue & _Iy
Coupled variable for second moment of area of beam in y direction, i.e., integral of y^2*dA over the ...
virtual const VariableValue & coupledDotDu(const std::string &var_name, unsigned int comp=0) const
unsigned int coupledComponents(const std::string &var_name) const
const bool _has_rot_velocities
TimeKernel(const InputParameters &parameters)
const MaterialProperty< Real > & _density
Density of the beam.
void mooseError(Args &&... args) const
const bool _has_beta
Booleans for validity of params.
const InputParameters & parameters() const
const MaterialProperty< Real > & _eta
Mass proportional Rayleigh damping parameter.
std::vector< unsigned int > _disp_num
Variable numbers corresponding to displacement variables.
const VariableValue & _Az
Coupled variable for first moment of area of beam in z direction, i.e., integral of z*dA over the cro...
std::vector< unsigned int > _rot_num
Variable numbers corresponding to rotational variables.
const VariableValue * _du_dotdot_du
Coupled variable for du_dotdot_du calculated by time integrator.

Member Function Documentation

◆ computeJacobian()

void InertialForceBeam::computeJacobian ( )
overridevirtual

Reimplemented from TimeKernel.

Definition at line 423 of file InertialForceBeam.C.

Referenced by computeOffDiagJacobian().

424 {
426 
427  mooseAssert(_beta > 0.0, "InertialForceBeam: Beta parameter should be positive.");
428 
429  Real factor = 0.0;
430  if (_has_beta)
431  factor = 1.0 / (_beta * _dt * _dt) + _eta[0] * (1.0 + _alpha) * _gamma / _beta / _dt;
432  else
433  factor = (*_du_dotdot_du)[0] + _eta[0] * (1.0 + _alpha) * (*_du_dot_du)[0];
434 
435  for (unsigned int i = 0; i < _test.size(); ++i)
436  {
437  for (unsigned int j = 0; j < _phi.size(); ++j)
438  {
439  if (_component < 3)
440  _local_ke(i, j) = (i == j ? 1.0 / 3.0 : 1.0 / 6.0) * _density[0] * _area[0] *
441  _original_length[0] * factor;
442  else if (_component > 2)
443  {
444  RankTwoTensor I;
445  if (_has_Ix)
446  I(0, 0) = _Ix[0];
447  else
448  I(0, 0) = _Iy[0] + _Iz[0];
449  I(1, 1) = _Iz[0];
450  I(2, 2) = _Iy[0];
451 
452  // conversion from local config to global coordinate system
453  RankTwoTensor Ig = _original_local_config[0].transpose() * I * _original_local_config[0];
454 
455  _local_ke(i, j) = (i == j ? 1.0 / 3.0 : 1.0 / 6.0) * _density[0] *
456  Ig(_component - 3, _component - 3) * _original_length[0] * factor;
457  }
458  }
459  }
460 
462 
463  if (_has_diag_save_in)
464  {
465  unsigned int rows = _local_ke.m();
466  DenseVector<Number> diag(rows);
467  for (unsigned int i = 0; i < rows; ++i)
468  diag(i) = _local_ke(i, i);
469 
470  Threads::spin_mutex::scoped_lock lock(Threads::spin_mtx);
471  for (unsigned int i = 0; i < _diag_save_in.size(); ++i)
472  _diag_save_in[i]->sys().solution().add_vector(diag, _diag_save_in[i]->dofIndices());
473  }
474 }
const VariableValue * _du_dot_du
Coupled variable for du_dot_du calculated by time integrator.
MooseVariable & _var
const Real _gamma
Newmark time integraion parameter.
const Real _beta
Newmark time integration parameter.
unsigned int number() const
const MaterialProperty< RankTwoTensor > & _original_local_config
Rotational transformation from global to initial beam local coordinate system.
const Real _alpha
HHT time integration parameter.
const VariableValue & _Iz
Coupled variable for second momemnt of area of beam in z direction, i.e., integral of z^2*dA over the...
unsigned int m() const
Real & _dt
const unsigned int _component
Direction along which residual is calculated.
bool _has_diag_save_in
DenseMatrix< Number > _local_ke
const VariableTestValue & _test
const VariableValue & _Ix
Coupled variable for second moment of area of beam in x direction, i.e., integral of (y^2+z^2)*dA ove...
std::vector< MooseVariableFEBase *> _diag_save_in
const VariableValue & _area
Coupled variable for beam cross-sectional area.
const MaterialProperty< Real > & _original_length
Initial length of beam.
void accumulateTaggedLocalMatrix()
Assembly & _assembly
const VariableValue & _Iy
Coupled variable for second moment of area of beam in y direction, i.e., integral of y^2*dA over the ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MaterialProperty< Real > & _density
Density of the beam.
const bool _has_beta
Booleans for validity of params.
const MaterialProperty< Real > & _eta
Mass proportional Rayleigh damping parameter.
static const std::complex< double > j(0, 1)
Complex number "j" (also known as "i")
void prepareMatrixTag(Assembly &assembly, unsigned int ivar, unsigned int jvar)
const VariablePhiValue & _phi

◆ computeOffDiagJacobian()

void InertialForceBeam::computeOffDiagJacobian ( unsigned int  jvar)
overridevirtual

Reimplemented from TimeKernel.

Definition at line 477 of file InertialForceBeam.C.

478 {
479  mooseAssert(_beta > 0.0, "InertialForceBeam: Beta parameter should be positive.");
480 
481  Real factor = 0.0;
482  if (_has_beta)
483  factor = 1.0 / (_beta * _dt * _dt) + _eta[0] * (1.0 + _alpha) * _gamma / _beta / _dt;
484  else
485  factor = (*_du_dotdot_du)[0] + _eta[0] * (1.0 + _alpha) * (*_du_dot_du)[0];
486 
487  if (jvar_num == _var.number())
488  computeJacobian();
489  else
490  {
491  unsigned int coupled_component = 0;
492  bool disp_coupled = false;
493  bool rot_coupled = false;
494 
495  for (unsigned int i = 0; i < _ndisp; ++i)
496  {
497  if (jvar_num == _disp_num[i] && _component > 2)
498  {
499  coupled_component = i;
500  disp_coupled = true;
501  break;
502  }
503  }
504 
505  for (unsigned int i = 0; i < _nrot; ++i)
506  {
507  if (jvar_num == _rot_num[i])
508  {
509  coupled_component = i + 3;
510  rot_coupled = true;
511  break;
512  }
513  }
514 
515  prepareMatrixTag(_assembly, _var.number(), jvar_num);
516 
517  if (disp_coupled || rot_coupled)
518  {
519  for (unsigned int i = 0; i < _test.size(); ++i)
520  {
521  for (unsigned int j = 0; j < _phi.size(); ++j)
522  {
523  if (_component < 3 && coupled_component > 2)
524  {
526  A(0, 1) = _Az[0];
527  A(0, 2) = -_Ay[0];
528  A(1, 0) = -_Az[0];
529  A(2, 0) = _Ay[0];
530 
531  // conversion from local config to global coordinate system
532  const RankTwoTensor Ag =
533  _original_local_config[0].transpose() * A * _original_local_config[0];
534 
535  _local_ke(i, j) += (i == j ? 1.0 / 3.0 : 1.0 / 6.0) * _density[0] *
536  Ag(_component, coupled_component - 3) * _original_length[0] * factor;
537  }
538  else if (_component > 2 && coupled_component < 3)
539  {
541  A(0, 1) = -_Az[0];
542  A(0, 2) = _Ay[0];
543  A(1, 0) = _Az[0];
544  A(2, 0) = -_Ay[0];
545 
546  // conversion from local config to global coordinate system
547  const RankTwoTensor Ag =
548  _original_local_config[0].transpose() * A * _original_local_config[0];
549 
550  _local_ke(i, j) += (i == j ? 1.0 / 3.0 : 1.0 / 6.0) * _density[0] *
551  Ag(_component - 3, coupled_component) * _original_length[0] * factor;
552  }
553  else if (_component > 2 && coupled_component > 2)
554  {
555  RankTwoTensor I;
556  if (_has_Ix)
557  I(0, 0) = _Ix[0];
558  else
559  I(0, 0) = _Iy[0] + _Iz[0];
560  I(1, 1) = _Iz[0];
561  I(2, 2) = _Iy[0];
562 
563  // conversion from local config to global coordinate system
564  const RankTwoTensor Ig =
565  _original_local_config[0].transpose() * I * _original_local_config[0];
566 
567  _local_ke(i, j) += (i == j ? 1.0 / 3.0 : 1.0 / 6.0) * _density[0] *
568  Ig(_component - 3, coupled_component - 3) * _original_length[0] *
569  factor;
570  }
571  }
572  }
573  }
574 
576  }
577 }
virtual void computeJacobian() override
const VariableValue * _du_dot_du
Coupled variable for du_dot_du calculated by time integrator.
unsigned int _nrot
Number of coupled rotational variables.
MooseVariable & _var
const Real _gamma
Newmark time integraion parameter.
const Real _beta
Newmark time integration parameter.
unsigned int number() const
const MaterialProperty< RankTwoTensor > & _original_local_config
Rotational transformation from global to initial beam local coordinate system.
unsigned int _ndisp
Number of coupled displacement variables.
const Real _alpha
HHT time integration parameter.
const VariableValue & _Iz
Coupled variable for second momemnt of area of beam in z direction, i.e., integral of z^2*dA over the...
Real & _dt
const unsigned int _component
Direction along which residual is calculated.
DenseMatrix< Number > _local_ke
const VariableTestValue & _test
const VariableValue & _Ix
Coupled variable for second moment of area of beam in x direction, i.e., integral of (y^2+z^2)*dA ove...
const VariableValue & _Ay
Coupled variable for first moment of area of beam in y direction, i.e., integral of y*dA over the cro...
const MaterialProperty< Real > & _original_length
Initial length of beam.
void accumulateTaggedLocalMatrix()
Assembly & _assembly
const VariableValue & _Iy
Coupled variable for second moment of area of beam in y direction, i.e., integral of y^2*dA over the ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MaterialProperty< Real > & _density
Density of the beam.
const bool _has_beta
Booleans for validity of params.
const MaterialProperty< Real > & _eta
Mass proportional Rayleigh damping parameter.
static const std::complex< double > j(0, 1)
Complex number "j" (also known as "i")
std::vector< unsigned int > _disp_num
Variable numbers corresponding to displacement variables.
const VariableValue & _Az
Coupled variable for first moment of area of beam in z direction, i.e., integral of z*dA over the cro...
void prepareMatrixTag(Assembly &assembly, unsigned int ivar, unsigned int jvar)
std::vector< unsigned int > _rot_num
Variable numbers corresponding to rotational variables.
const VariablePhiValue & _phi

◆ computeQpResidual()

virtual Real InertialForceBeam::computeQpResidual ( )
inlineoverrideprotectedvirtual

Implements TimeKernel.

Definition at line 32 of file InertialForceBeam.h.

32 { return 0.0; };

◆ computeResidual()

void InertialForceBeam::computeResidual ( )
overridevirtual

Reimplemented from TimeKernel.

Definition at line 163 of file InertialForceBeam.C.

164 {
166 
167  if (_dt != 0.0)
168  {
169  // fetch the two end nodes for _current_elem
170  std::vector<const Node *> node;
171  for (unsigned int i = 0; i < 2; ++i)
172  node.push_back(_current_elem->node_ptr(i));
173 
174  // Fetch the solution for the two end nodes at time t
176 
177  if (_has_beta)
178  {
179  const NumericVector<Number> & sol = *nonlinear_sys.currentSolution();
180  const NumericVector<Number> & sol_old = nonlinear_sys.solutionOld();
181 
183  const NumericVector<Number> & aux_sol_old = aux.solutionOld();
184 
185  mooseAssert(_beta > 0.0, "InertialForceBeam: Beta parameter should be positive.");
186  mooseAssert(_eta[0] >= 0.0, "InertialForceBeam: Eta parameter should be non-negative.");
187 
188  for (unsigned int i = 0; i < _ndisp; ++i)
189  {
190  // obtain delta displacement
191  unsigned int dof_index_0 = node[0]->dof_number(nonlinear_sys.number(), _disp_num[i], 0);
192  unsigned int dof_index_1 = node[1]->dof_number(nonlinear_sys.number(), _disp_num[i], 0);
193  const Real disp_0 = sol(dof_index_0) - sol_old(dof_index_0);
194  const Real disp_1 = sol(dof_index_1) - sol_old(dof_index_1);
195 
196  dof_index_0 = node[0]->dof_number(nonlinear_sys.number(), _rot_num[i], 0);
197  dof_index_1 = node[1]->dof_number(nonlinear_sys.number(), _rot_num[i], 0);
198  const Real rot_0 = sol(dof_index_0) - sol_old(dof_index_0);
199  const Real rot_1 = sol(dof_index_1) - sol_old(dof_index_1);
200 
201  // obtain new translational and rotational velocities and accelerations using newmark-beta
202  // time integration
203  _vel_old_0(i) = aux_sol_old(node[0]->dof_number(aux.number(), _vel_num[i], 0));
204  _vel_old_1(i) = aux_sol_old(node[1]->dof_number(aux.number(), _vel_num[i], 0));
205  const Real accel_old_0 = aux_sol_old(node[0]->dof_number(aux.number(), _accel_num[i], 0));
206  const Real accel_old_1 = aux_sol_old(node[1]->dof_number(aux.number(), _accel_num[i], 0));
207 
208  _rot_vel_old_0(i) = aux_sol_old(node[0]->dof_number(aux.number(), _rot_vel_num[i], 0));
209  _rot_vel_old_1(i) = aux_sol_old(node[1]->dof_number(aux.number(), _rot_vel_num[i], 0));
210  const Real rot_accel_old_0 =
211  aux_sol_old(node[0]->dof_number(aux.number(), _rot_accel_num[i], 0));
212  const Real rot_accel_old_1 =
213  aux_sol_old(node[1]->dof_number(aux.number(), _rot_accel_num[i], 0));
214 
215  _accel_0(i) =
216  1. / _beta * (disp_0 / (_dt * _dt) - _vel_old_0(i) / _dt - accel_old_0 * (0.5 - _beta));
217  _accel_1(i) =
218  1. / _beta * (disp_1 / (_dt * _dt) - _vel_old_1(i) / _dt - accel_old_1 * (0.5 - _beta));
219  _rot_accel_0(i) =
220  1. / _beta *
221  (rot_0 / (_dt * _dt) - _rot_vel_old_0(i) / _dt - rot_accel_old_0 * (0.5 - _beta));
222  _rot_accel_1(i) =
223  1. / _beta *
224  (rot_1 / (_dt * _dt) - _rot_vel_old_1(i) / _dt - rot_accel_old_1 * (0.5 - _beta));
225 
226  _vel_0(i) = _vel_old_0(i) + (_dt * (1 - _gamma)) * accel_old_0 + _gamma * _dt * _accel_0(i);
227  _vel_1(i) = _vel_old_1(i) + (_dt * (1 - _gamma)) * accel_old_1 + _gamma * _dt * _accel_1(i);
228  _rot_vel_0(i) = _rot_vel_old_0(i) + (_dt * (1 - _gamma)) * rot_accel_old_0 +
229  _gamma * _dt * _rot_accel_0(i);
230  _rot_vel_1(i) = _rot_vel_old_1(i) + (_dt * (1 - _gamma)) * rot_accel_old_1 +
231  _gamma * _dt * _rot_accel_1(i);
232  }
233  }
234  else
235  {
236  if (!nonlinear_sys.solutionUDot())
237  mooseError("InertialForceBeam: Time derivative of solution (`u_dot`) is not stored. Please "
238  "set uDotRequested() to true in FEProblemBase before requesting `u_dot`.");
239 
240  if (!nonlinear_sys.solutionUDotOld())
241  mooseError("InertialForceBeam: Old time derivative of solution (`u_dot_old`) is not "
242  "stored. Please set uDotOldRequested() to true in FEProblemBase before "
243  "requesting `u_dot_old`.");
244 
245  if (!nonlinear_sys.solutionUDotDot())
246  mooseError("InertialForceBeam: Second time derivative of solution (`u_dotdot`) is not "
247  "stored. Please set uDotDotRequested() to true in FEProblemBase before "
248  "requesting `u_dotdot`.");
249 
250  const NumericVector<Number> & vel = *nonlinear_sys.solutionUDot();
251  const NumericVector<Number> & vel_old = *nonlinear_sys.solutionUDotOld();
252  const NumericVector<Number> & accel = *nonlinear_sys.solutionUDotDot();
253 
254  for (unsigned int i = 0; i < _ndisp; ++i)
255  {
256  // translational velocities and accelerations
257  unsigned int dof_index_0 = node[0]->dof_number(nonlinear_sys.number(), _disp_num[i], 0);
258  unsigned int dof_index_1 = node[1]->dof_number(nonlinear_sys.number(), _disp_num[i], 0);
259  _vel_0(i) = vel(dof_index_0);
260  _vel_1(i) = vel(dof_index_1);
261  _vel_old_0(i) = vel_old(dof_index_0);
262  _vel_old_1(i) = vel_old(dof_index_1);
263  _accel_0(i) = accel(dof_index_0);
264  _accel_1(i) = accel(dof_index_1);
265 
266  // rotational velocities and accelerations
267  dof_index_0 = node[0]->dof_number(nonlinear_sys.number(), _rot_num[i], 0);
268  dof_index_1 = node[1]->dof_number(nonlinear_sys.number(), _rot_num[i], 0);
269  _rot_vel_0(i) = vel(dof_index_0);
270  _rot_vel_1(i) = vel(dof_index_1);
271  _rot_vel_old_0(i) = vel_old(dof_index_0);
272  _rot_vel_old_1(i) = vel_old(dof_index_1);
273  _rot_accel_0(i) = accel(dof_index_0);
274  _rot_accel_1(i) = accel(dof_index_1);
275  }
276  }
277 
278  // transform translational and rotational velocities and accelerations to the initial local
279  // configuration of the beam
286 
293 
294  // local residual
295  for (unsigned int i = 0; i < _ndisp; ++i)
296  {
297  if (_component < 3)
298  {
299  _local_force[0](i) = _density[0] * _area[0] * _original_length[0] / 3.0 *
300  (_local_accel_0(i) + _local_accel_1(i) / 2.0 +
301  _eta[0] * (1.0 + _alpha) * (_local_vel_0(i) + _local_vel_1(i) / 2.0) -
302  _alpha * _eta[0] * (_local_vel_old_0(i) + _local_vel_old_1(i) / 2.0));
303  _local_force[1](i) = _density[0] * _area[0] * _original_length[0] / 3.0 *
304  (_local_accel_1(i) + _local_accel_0(i) / 2.0 +
305  _eta[0] * (1.0 + _alpha) * (_local_vel_1(i) + _local_vel_0(i) / 2.0) -
306  _alpha * _eta[0] * (_local_vel_old_1(i) + _local_vel_old_0(i) / 2.0));
307  }
308 
309  if (_component > 2)
310  {
311  Real I = _Iy[0] + _Iz[0];
312  if (_has_Ix && (i == 0))
313  I = _Ix[0];
314  if (i == 1)
315  I = _Iz[0];
316  else if (i == 2)
317  I = _Iy[0];
318 
319  _local_moment[0](i) =
320  _density[0] * I * _original_length[0] / 3.0 *
321  (_local_rot_accel_0(i) + _local_rot_accel_1(i) / 2.0 +
322  _eta[0] * (1.0 + _alpha) * (_local_rot_vel_0(i) + _local_rot_vel_1(i) / 2.0) -
323  _alpha * _eta[0] * (_local_rot_vel_old_0(i) + _local_rot_vel_old_1(i) / 2.0));
324  _local_moment[1](i) =
325  _density[0] * I * _original_length[0] / 3.0 *
326  (_local_rot_accel_1(i) + _local_rot_accel_0(i) / 2.0 +
327  _eta[0] * (1.0 + _alpha) * (_local_rot_vel_1(i) + _local_rot_vel_0(i) / 2.0) -
328  _alpha * _eta[0] * (_local_rot_vel_old_1(i) + _local_rot_vel_old_0(i) / 2.0));
329  }
330  }
331 
332  // If Ay or Az are non-zero, contribution of rotational accelerations to translational forces
333  // and vice versa have to be added
334  if (_component < 3)
335  {
336  _local_force[0](0) +=
337  _density[0] * _original_length[0] / 3.0 *
338  (_Az[0] * (_local_rot_accel_0(1) + _local_rot_accel_1(1) / 2.0 +
339  _eta[0] * (1.0 + _alpha) * (_local_rot_vel_0(1) + _local_rot_vel_1(1) / 2.0) -
340  _alpha * _eta[0] * (_local_rot_vel_old_0(1) + _local_rot_vel_old_1(1) / 2.0)) -
341  _Ay[0] * (_local_rot_accel_0(2) + _local_rot_accel_1(2) / 2.0 +
342  _eta[0] * (1.0 + _alpha) * (_local_rot_vel_0(2) + _local_rot_vel_1(2) / 2.0) -
343  _alpha * _eta[0] * (_local_rot_vel_old_0(2) + _local_rot_vel_old_1(2) / 2.0)));
344  _local_force[1](0) +=
345  _density[0] * _original_length[0] / 3.0 *
346  (_Az[0] * (_local_rot_accel_1(1) + _local_rot_accel_0(1) / 2.0 +
347  _eta[0] * (1.0 + _alpha) * (_local_rot_vel_1(1) + _local_rot_vel_0(1) / 2.0) -
348  _alpha * _eta[0] * (_local_rot_vel_old_1(1) + _local_rot_vel_old_0(1) / 2.0)) -
349  _Ay[0] * (_local_rot_accel_1(2) + _local_rot_accel_0(2) / 2.0 +
350  _eta[0] * (1.0 + _alpha) * (_local_rot_vel_1(2) + _local_rot_vel_0(2) / 2.0) -
351  _alpha * _eta[0] * (_local_rot_vel_old_1(2) + _local_rot_vel_old_0(2) / 2.0)));
352 
353  _local_force[0](1) +=
354  -_density[0] * _original_length[0] / 3.0 * _Az[0] *
355  (_local_rot_accel_0(0) + _local_rot_accel_1(0) / 2.0 +
356  _eta[0] * (1.0 + _alpha) * (_local_rot_vel_0(0) + _local_rot_vel_1(0) / 2.0) -
357  _alpha * _eta[0] * (_local_rot_vel_old_0(0) + _local_rot_vel_old_1(0) / 2.0));
358  _local_force[1](1) +=
359  -_density[0] * _original_length[0] / 3.0 * _Az[0] *
360  (_local_rot_accel_1(0) + _local_rot_accel_0(0) / 2.0 +
361  _eta[0] * (1.0 + _alpha) * (_local_rot_vel_1(0) + _local_rot_vel_0(0) / 2.0) -
362  _alpha * _eta[0] * (_local_rot_vel_old_1(0) + _local_rot_vel_old_0(0) / 2.0));
363 
364  _local_force[0](2) +=
365  _density[0] * _original_length[0] / 3.0 * _Ay[0] *
366  (_local_rot_accel_0(0) + _local_rot_accel_1(0) / 2.0 +
367  _eta[0] * (1.0 + _alpha) * (_local_rot_vel_0(0) + _local_rot_vel_1(0) / 2.0) -
368  _alpha * _eta[0] * (_local_rot_vel_old_0(0) + _local_rot_vel_old_1(0) / 2.0));
369  _local_force[1](2) +=
370  _density[0] * _original_length[0] / 3.0 * _Ay[0] *
371  (_local_rot_accel_1(0) + _local_rot_accel_0(0) / 2.0 +
372  _eta[0] * (1.0 + _alpha) * (_local_rot_vel_1(0) + _local_rot_vel_0(0) / 2.0) -
373  _alpha * _eta[0] * (_local_rot_vel_old_1(0) + _local_rot_vel_old_0(0) / 2.0));
374  }
375  else
376  {
377  _local_moment[0](0) += _density[0] * _original_length[0] / 3.0 *
378  (-_Az[0] * (_local_accel_0(1) + _local_accel_1(1) / 2.0) +
379  _Ay[0] * (_local_accel_0(1) + _local_accel_1(1) / 2.0));
380  _local_moment[1](0) += _density[0] * _original_length[0] / 3.0 *
381  (-_Az[0] * (_local_accel_1(1) + _local_accel_0(1) / 2.0) +
382  _Ay[0] * (_local_accel_1(1) + _local_accel_0(1) / 2.0));
383 
384  _local_moment[0](1) += _density[0] * _original_length[0] / 3.0 * _Az[0] *
385  (_local_accel_0(0) + _local_accel_1(0) / 2.0);
386  _local_moment[1](1) += _density[0] * _original_length[0] / 3.0 * _Az[0] *
387  (_local_accel_1(0) + _local_accel_0(0) / 2.0);
388 
389  _local_moment[0](2) += -_density[0] * _original_length[0] / 3.0 * _Ay[0] *
390  (_local_accel_0(0) + _local_accel_1(0) / 2.0);
391  _local_moment[1](2) += -_density[0] * _original_length[0] / 3.0 * _Ay[0] *
392  (_local_accel_1(0) + _local_accel_0(0) / 2.0);
393  }
394 
395  // Global force and moments
396  if (_component < 3)
397  {
402  }
403  else
404  {
409  }
410  }
411 
413 
414  if (_has_save_in)
415  {
416  Threads::spin_mutex::scoped_lock lock(Threads::spin_mtx);
417  for (unsigned int i = 0; i < _save_in.size(); ++i)
418  _save_in[i]->sys().solution().add_vector(_local_re, _save_in[i]->dofIndices());
419  }
420 }
RealVectorValue _local_vel_old_0
Old translational and rotational velocities at the two nodes of the beam in the initial beam local co...
RealVectorValue _accel_1
RealVectorValue _rot_vel_0
RealVectorValue _local_rot_vel_old_1
RealVectorValue _local_rot_vel_1
std::vector< RealVectorValue > _local_moment
RealVectorValue _local_vel_0
Current translational and rotational velocities at the two nodes of the beam in the initial beam loca...
void accumulateTaggedLocalResidual()
MooseVariable & _var
std::vector< MooseVariableFEBase *> _save_in
RealVectorValue _rot_accel_1
const Real _gamma
Newmark time integraion parameter.
std::vector< unsigned int > _accel_num
Variable numbers corresponding to acceleraion aux variables.
RealVectorValue _vel_0
Current translational and rotational velocities at the two nodes of the beam in the global coordinate...
const Real _beta
Newmark time integration parameter.
unsigned int number() const
const MaterialProperty< RankTwoTensor > & _original_local_config
Rotational transformation from global to initial beam local coordinate system.
RealVectorValue _local_rot_vel_0
RealVectorValue _local_accel_1
unsigned int _ndisp
Number of coupled displacement variables.
const Real _alpha
HHT time integration parameter.
const VariableValue & _Iz
Coupled variable for second momemnt of area of beam in z direction, i.e., integral of z^2*dA over the...
RealVectorValue _local_rot_accel_0
RealVectorValue _local_rot_vel_old_0
Real & _dt
const unsigned int _component
Direction along which residual is calculated.
std::vector< RealVectorValue > _local_force
Forces and moments at the two end nodes of the beam in the initial beam local configuration.
std::vector< unsigned int > _vel_num
Variable numbers corresponding to velocity aux variables.
std::vector< unsigned int > _rot_accel_num
Variable numbers corresponding to rotational acceleration aux variables.
SystemBase & _sys
std::vector< unsigned int > _rot_vel_num
Variable numbers corresponding to rotational velocity aux variables.
RealVectorValue _rot_vel_1
const VariableValue & _Ix
Coupled variable for second moment of area of beam in x direction, i.e., integral of (y^2+z^2)*dA ove...
NumericVector< Number > * solutionUDotDot() override
const VariableValue & _Ay
Coupled variable for first moment of area of beam in y direction, i.e., integral of y*dA over the cro...
bool _has_save_in
FEProblemBase & _fe_problem
const VariableValue & _area
Coupled variable for beam cross-sectional area.
RealVectorValue _vel_old_1
NumericVector< Number > * solutionUDot() override
NonlinearSystemBase & getNonlinearSystemBase(const unsigned int sys_num)
unsigned int number() const
const MaterialProperty< Real > & _original_length
Initial length of beam.
AuxiliarySystem & getAuxiliarySystem()
RealVectorValue _rot_vel_old_0
RealVectorValue _global_moment_1
Assembly & _assembly
const NumericVector< Number > *const & currentSolution() const override
const VariableValue & _Iy
Coupled variable for second moment of area of beam in y direction, i.e., integral of y^2*dA over the ...
NumericVector< Number > * solutionUDotOld() override
RealVectorValue _local_vel_1
RealVectorValue _rot_vel_old_1
RealVectorValue _vel_old_0
Old translational and rotational velocities at the two nodes of the beam in the global coordinate sys...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
RealVectorValue _global_force_0
Forces and moments at the two end nodes of the beam in the global coordinate system.
DenseVector< Number > _local_re
const MaterialProperty< Real > & _density
Density of the beam.
void mooseError(Args &&... args) const
RealVectorValue _accel_0
Current translational and rotational accelerations at the two nodes of the beam in the global coordin...
const bool _has_beta
Booleans for validity of params.
RealVectorValue _global_moment_0
const MaterialProperty< Real > & _eta
Mass proportional Rayleigh damping parameter.
const Elem *const & _current_elem
RealVectorValue _local_rot_accel_1
std::vector< unsigned int > _disp_num
Variable numbers corresponding to displacement variables.
const VariableValue & _Az
Coupled variable for first moment of area of beam in z direction, i.e., integral of z*dA over the cro...
void prepareVectorTag(Assembly &assembly, unsigned int ivar)
RealVectorValue _local_vel_old_1
NumericVector< Number > & solutionOld()
std::vector< unsigned int > _rot_num
Variable numbers corresponding to rotational variables.
RealVectorValue _vel_1
RealVectorValue _local_accel_0
Current translational and rotational accelerations at the two nodes of the beam in the initial beam l...
RealVectorValue _global_force_1
RealVectorValue _rot_accel_0

◆ validParams()

InputParameters InertialForceBeam::validParams ( )
static

Definition at line 22 of file InertialForceBeam.C.

23 {
25  params.addClassDescription("Calculates the residual for the inertial force/moment and the "
26  "contribution of mass dependent Rayleigh damping and HHT time "
27  "integration scheme.");
28  params.set<bool>("use_displaced_mesh") = true;
29  params.addRequiredCoupledVar(
30  "rotations",
31  "The rotational variables appropriate for the simulation geometry and coordinate system");
32  params.addRequiredCoupledVar(
33  "displacements",
34  "The displacement variables appropriate for the simulation geometry and coordinate system");
35  params.addCoupledVar("velocities", "Translational velocity variables");
36  params.addCoupledVar("accelerations", "Translational acceleration variables");
37  params.addCoupledVar("rotational_velocities", "Rotational velocity variables");
38  params.addCoupledVar("rotational_accelerations", "Rotational acceleration variables");
39  params.addRangeCheckedParam<Real>(
40  "beta", "beta>0.0", "beta parameter for Newmark Time integration");
41  params.addRangeCheckedParam<Real>(
42  "gamma", "gamma>0.0", "gamma parameter for Newmark Time integration");
43  params.addParam<MaterialPropertyName>("eta",
44  0.0,
45  "Name of material property or a constant real "
46  "number defining the eta parameter for the "
47  "Rayleigh damping.");
48  params.addRangeCheckedParam<Real>("alpha",
49  0.0,
50  "alpha >= -0.3333 & alpha <= 0.0",
51  "Alpha parameter for mass dependent numerical damping induced "
52  "by HHT time integration scheme");
53  params.addParam<MaterialPropertyName>(
54  "density",
55  "density",
56  "Name of Material Property or a constant real number defining the density of the beam.");
57  params.addRequiredCoupledVar("area", "Variable containing cross-section area");
58  params.addCoupledVar("Ay", 0.0, "Variable containing first moment of area about y axis");
59  params.addCoupledVar("Az", 0.0, "Variable containing first moment of area about z axis");
60  params.addCoupledVar("Ix",
61  "Variable containing second moment of area about x axis. Defaults to Iy+Iz");
62  params.addRequiredCoupledVar("Iy", "Variable containing second moment of area about y axis");
63  params.addRequiredCoupledVar("Iz", "Variable containing second moment of area about z axis");
64  params.addRequiredRangeCheckedParam<unsigned int>(
65  "component",
66  "component<6",
67  "An integer corresponding to the direction "
68  "the variable this kernel acts in. (0 for disp_x, "
69  "1 for disp_y, 2 for disp_z, 3 for rot_x, 4 for rot_y and 5 for rot_z)");
70  return params;
71 }
void addRequiredRangeCheckedParam(const std::string &name, const std::string &parsed_function, const std::string &doc_string)
void addParam(const std::string &name, const std::initializer_list< typename T::value_type > &value, const std::string &doc_string)
T & set(const std::string &name, bool quiet_mode=false)
void addCoupledVar(const std::string &name, const std::string &doc_string)
void addRequiredCoupledVar(const std::string &name, const std::string &doc_string)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
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)
static InputParameters validParams()

Member Data Documentation

◆ _accel_0

RealVectorValue InertialForceBeam::_accel_0
private

Current translational and rotational accelerations at the two nodes of the beam in the global coordinate system.

Definition at line 144 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _accel_1

RealVectorValue InertialForceBeam::_accel_1
private

Definition at line 144 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _accel_num

std::vector<unsigned int> InertialForceBeam::_accel_num
private

Variable numbers corresponding to acceleraion aux variables.

Definition at line 63 of file InertialForceBeam.h.

Referenced by computeResidual(), and InertialForceBeam().

◆ _alpha

const Real InertialForceBeam::_alpha
private

HHT time integration parameter.

Definition at line 114 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _area

const VariableValue& InertialForceBeam::_area
private

Coupled variable for beam cross-sectional area.

Definition at line 72 of file InertialForceBeam.h.

Referenced by computeJacobian(), and computeResidual().

◆ _Ay

const VariableValue& InertialForceBeam::_Ay
private

Coupled variable for first moment of area of beam in y direction, i.e., integral of y*dA over the cross-section.

Definition at line 78 of file InertialForceBeam.h.

Referenced by computeOffDiagJacobian(), and computeResidual().

◆ _Az

const VariableValue& InertialForceBeam::_Az
private

Coupled variable for first moment of area of beam in z direction, i.e., integral of z*dA over the cross-section.

Definition at line 84 of file InertialForceBeam.h.

Referenced by computeOffDiagJacobian(), and computeResidual().

◆ _beta

const Real InertialForceBeam::_beta
private

Newmark time integration parameter.

Definition at line 105 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _component

const unsigned int InertialForceBeam::_component
private

Direction along which residual is calculated.

Definition at line 126 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _density

const MaterialProperty<Real>& InertialForceBeam::_density
private

Density of the beam.

Definition at line 45 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _disp_num

std::vector<unsigned int> InertialForceBeam::_disp_num
private

Variable numbers corresponding to displacement variables.

Definition at line 57 of file InertialForceBeam.h.

Referenced by computeOffDiagJacobian(), computeResidual(), and InertialForceBeam().

◆ _du_dot_du

const VariableValue* InertialForceBeam::_du_dot_du
private

Coupled variable for du_dot_du calculated by time integrator.

Definition at line 179 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and InertialForceBeam().

◆ _du_dotdot_du

const VariableValue* InertialForceBeam::_du_dotdot_du
private

Coupled variable for du_dotdot_du calculated by time integrator.

Definition at line 184 of file InertialForceBeam.h.

Referenced by InertialForceBeam().

◆ _eta

const MaterialProperty<Real>& InertialForceBeam::_eta
private

Mass proportional Rayleigh damping parameter.

Definition at line 111 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _gamma

const Real InertialForceBeam::_gamma
private

Newmark time integraion parameter.

Definition at line 108 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _global_force_0

RealVectorValue InertialForceBeam::_global_force_0
private

Forces and moments at the two end nodes of the beam in the global coordinate system.

Definition at line 174 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _global_force_1

RealVectorValue InertialForceBeam::_global_force_1
private

Definition at line 174 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _global_moment_0

RealVectorValue InertialForceBeam::_global_moment_0
private

Definition at line 174 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _global_moment_1

RealVectorValue InertialForceBeam::_global_moment_1
private

Definition at line 174 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _has_accelerations

const bool InertialForceBeam::_has_accelerations
private

Definition at line 40 of file InertialForceBeam.h.

Referenced by InertialForceBeam().

◆ _has_beta

const bool InertialForceBeam::_has_beta
private

Booleans for validity of params.

Definition at line 32 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), computeResidual(), and InertialForceBeam().

◆ _has_gamma

const bool InertialForceBeam::_has_gamma
private

Definition at line 37 of file InertialForceBeam.h.

Referenced by InertialForceBeam().

◆ _has_Ix

const bool InertialForceBeam::_has_Ix
private

Definition at line 42 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _has_rot_accelerations

const bool InertialForceBeam::_has_rot_accelerations
private

Definition at line 41 of file InertialForceBeam.h.

Referenced by InertialForceBeam().

◆ _has_rot_velocities

const bool InertialForceBeam::_has_rot_velocities
private

Definition at line 39 of file InertialForceBeam.h.

Referenced by InertialForceBeam().

◆ _has_velocities

const bool InertialForceBeam::_has_velocities
private

Definition at line 38 of file InertialForceBeam.h.

Referenced by InertialForceBeam().

◆ _Ix

const VariableValue& InertialForceBeam::_Ix
private

Coupled variable for second moment of area of beam in x direction, i.e., integral of (y^2+z^2)*dA over the cross-section.

Definition at line 90 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _Iy

const VariableValue& InertialForceBeam::_Iy
private

Coupled variable for second moment of area of beam in y direction, i.e., integral of y^2*dA over the cross-section.

Definition at line 96 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _Iz

const VariableValue& InertialForceBeam::_Iz
private

Coupled variable for second momemnt of area of beam in z direction, i.e., integral of z^2*dA over the cross-section.

Definition at line 102 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _local_accel_0

RealVectorValue InertialForceBeam::_local_accel_0
private

Current translational and rotational accelerations at the two nodes of the beam in the initial beam local coordinate system.

Definition at line 162 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_accel_1

RealVectorValue InertialForceBeam::_local_accel_1
private

Definition at line 162 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_force

std::vector<RealVectorValue> InertialForceBeam::_local_force
private

Forces and moments at the two end nodes of the beam in the initial beam local configuration.

Definition at line 168 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_moment

std::vector<RealVectorValue> InertialForceBeam::_local_moment
private

Definition at line 168 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_rot_accel_0

RealVectorValue InertialForceBeam::_local_rot_accel_0
private

Definition at line 162 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_rot_accel_1

RealVectorValue InertialForceBeam::_local_rot_accel_1
private

Definition at line 162 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_rot_vel_0

RealVectorValue InertialForceBeam::_local_rot_vel_0
private

Definition at line 156 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_rot_vel_1

RealVectorValue InertialForceBeam::_local_rot_vel_1
private

Definition at line 156 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_rot_vel_old_0

RealVectorValue InertialForceBeam::_local_rot_vel_old_0
private

Definition at line 150 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_rot_vel_old_1

RealVectorValue InertialForceBeam::_local_rot_vel_old_1
private

Definition at line 150 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_vel_0

RealVectorValue InertialForceBeam::_local_vel_0
private

Current translational and rotational velocities at the two nodes of the beam in the initial beam local coordinate system.

Definition at line 156 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_vel_1

RealVectorValue InertialForceBeam::_local_vel_1
private

Definition at line 156 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_vel_old_0

RealVectorValue InertialForceBeam::_local_vel_old_0
private

Old translational and rotational velocities at the two nodes of the beam in the initial beam local coordinate system.

Definition at line 150 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _local_vel_old_1

RealVectorValue InertialForceBeam::_local_vel_old_1
private

Definition at line 150 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _ndisp

unsigned int InertialForceBeam::_ndisp
private

Number of coupled displacement variables.

Definition at line 51 of file InertialForceBeam.h.

Referenced by computeOffDiagJacobian(), computeResidual(), and InertialForceBeam().

◆ _nrot

unsigned int InertialForceBeam::_nrot
private

Number of coupled rotational variables.

Definition at line 48 of file InertialForceBeam.h.

Referenced by computeOffDiagJacobian(), and InertialForceBeam().

◆ _original_length

const MaterialProperty<Real>& InertialForceBeam::_original_length
private

Initial length of beam.

Definition at line 123 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _original_local_config

const MaterialProperty<RankTwoTensor>& InertialForceBeam::_original_local_config
private

Rotational transformation from global to initial beam local coordinate system.

Definition at line 120 of file InertialForceBeam.h.

Referenced by computeJacobian(), computeOffDiagJacobian(), and computeResidual().

◆ _rot_accel_0

RealVectorValue InertialForceBeam::_rot_accel_0
private

Definition at line 144 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _rot_accel_1

RealVectorValue InertialForceBeam::_rot_accel_1
private

Definition at line 144 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _rot_accel_num

std::vector<unsigned int> InertialForceBeam::_rot_accel_num
private

Variable numbers corresponding to rotational acceleration aux variables.

Definition at line 69 of file InertialForceBeam.h.

Referenced by computeResidual(), and InertialForceBeam().

◆ _rot_num

std::vector<unsigned int> InertialForceBeam::_rot_num
private

Variable numbers corresponding to rotational variables.

Definition at line 54 of file InertialForceBeam.h.

Referenced by computeOffDiagJacobian(), computeResidual(), and InertialForceBeam().

◆ _rot_vel_0

RealVectorValue InertialForceBeam::_rot_vel_0
private

Definition at line 138 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _rot_vel_1

RealVectorValue InertialForceBeam::_rot_vel_1
private

Definition at line 138 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _rot_vel_num

std::vector<unsigned int> InertialForceBeam::_rot_vel_num
private

Variable numbers corresponding to rotational velocity aux variables.

Definition at line 66 of file InertialForceBeam.h.

Referenced by computeResidual(), and InertialForceBeam().

◆ _rot_vel_old_0

RealVectorValue InertialForceBeam::_rot_vel_old_0
private

Definition at line 132 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _rot_vel_old_1

RealVectorValue InertialForceBeam::_rot_vel_old_1
private

Definition at line 132 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _vel_0

RealVectorValue InertialForceBeam::_vel_0
private

Current translational and rotational velocities at the two nodes of the beam in the global coordinate system.

Definition at line 138 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _vel_1

RealVectorValue InertialForceBeam::_vel_1
private

Definition at line 138 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _vel_num

std::vector<unsigned int> InertialForceBeam::_vel_num
private

Variable numbers corresponding to velocity aux variables.

Definition at line 60 of file InertialForceBeam.h.

Referenced by computeResidual(), and InertialForceBeam().

◆ _vel_old_0

RealVectorValue InertialForceBeam::_vel_old_0
private

Old translational and rotational velocities at the two nodes of the beam in the global coordinate system.

Definition at line 132 of file InertialForceBeam.h.

Referenced by computeResidual().

◆ _vel_old_1

RealVectorValue InertialForceBeam::_vel_old_1
private

Definition at line 132 of file InertialForceBeam.h.

Referenced by computeResidual().


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