Simple constant damper. More...
#include <ContactSlipDamper.h>
Public Types | |
| typedef DataFileName | DataFileParameterType |
Public Member Functions | |
| ContactSlipDamper (const InputParameters ¶meters) | |
| virtual void | timestepSetup () |
| void | checkMinDamping (const Real cur_damping) const |
| virtual bool | enabled () const |
| std::shared_ptr< MooseObject > | getSharedPtr () |
| std::shared_ptr< const MooseObject > | getSharedPtr () const |
| bool | isKokkosObject () const |
| MooseApp & | getMooseApp () const |
| const std::string & | type () const |
| const std::string & | name () const |
| std::string | typeAndName () const |
| MooseObjectParameterName | uniqueParameterName (const std::string ¶meter_name) const |
| MooseObjectName | uniqueName () const |
| const InputParameters & | parameters () const |
| const hit::Node * | getHitNode () const |
| bool | hasBase () const |
| const std::string & | getBase () const |
| const T & | getParam (const std::string &name) const |
| std::vector< std::pair< T1, T2 > > | getParam (const std::string ¶m1, const std::string ¶m2) const |
| const T * | queryParam (const std::string &name) const |
| const T & | getRenamedParam (const std::string &old_name, const std::string &new_name) const |
| T | getCheckedPointerParam (const std::string &name, const std::string &error_string="") const |
| bool | isParamValid (const std::string &name) const |
| bool | isParamSetByUser (const std::string &name) const |
| void | connectControllableParams (const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const |
| void | paramError (const std::string ¶m, Args... args) const |
| void | paramWarning (const std::string ¶m, Args... args) const |
| void | paramWarning (const std::string ¶m, Args... args) const |
| void | paramInfo (const std::string ¶m, Args... args) const |
| std::string | messagePrefix (const bool hit_prefix=true) const |
| std::string | errorPrefix (const std::string &) const |
| void | mooseError (Args &&... args) const |
| void | mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const |
| void | mooseErrorNonPrefixed (Args &&... args) const |
| void | mooseWarning (Args &&... args) const |
| void | mooseWarning (Args &&... args) const |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| void | mooseDeprecated (Args &&... args) const |
| void | mooseDeprecated (Args &&... args) const |
| void | mooseInfo (Args &&... args) const |
| void | callMooseError (std::string msg, const bool with_prefix, const hit::Node *node=nullptr) const |
| std::string | getDataFileName (const std::string ¶m) const |
| std::string | getDataFileNameByName (const std::string &relative_path) const |
| std::string | getDataFilePath (const std::string &relative_path) const |
| virtual void | initialSetup () |
| virtual void | jacobianSetup () |
| virtual void | residualSetup () |
| virtual void | subdomainSetup () |
| virtual void | customSetup (const ExecFlagType &) |
| const ExecFlagEnum & | getExecuteOnEnum () const |
| virtual void | meshChanged () |
| const Parallel::Communicator & | comm () const |
| processor_id_type | n_processors () const |
| processor_id_type | processor_id () const |
Static Public Member Functions | |
| static InputParameters | validParams () |
| static void | callMooseError (MooseApp *const app, const InputParameters ¶ms, std::string msg, const bool with_prefix, const hit::Node *node) |
Public Attributes | |
| usingCombinedWarningSolutionWarnings | |
| const ConsoleStream | _console |
Static Public Attributes | |
| static const std::string | type_param |
| static const std::string | name_param |
| static const std::string | unique_name_param |
| static const std::string | app_param |
| static const std::string | moose_base_param |
| static const std::string | kokkos_object_param |
Protected Types | |
| typedef std::map< std::pair< unsigned int, unsigned int >, PenetrationLocator * >::iterator | pl_iterator |
| Convenient typedef for frequently used iterator. More... | |
Protected Member Functions | |
| virtual Real | computeDamping (const NumericVector< Number > &solution, const NumericVector< Number > &update) |
| Compute the amount of damping. More... | |
| bool | operateOnThisInteraction (const PenetrationLocator &pen_loc) |
| Determine whether the damper should operate on the interaction corresponding to the supplied PenetrationLocator. More... | |
| void | flagInvalidSolutionInternal (const InvalidSolutionID invalid_solution_id) const |
| InvalidSolutionID | registerInvalidSolutionInternal (const std::string &message, const bool warning) 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 |
Protected Attributes | |
| AuxiliarySystem & | _aux_sys |
| MooseSharedPointer< DisplacedProblem > | _displaced_problem |
| std::set< std::pair< int, int > > | _interactions |
| int | _num_contact_nodes |
| int | _num_sticking |
| int | _num_slipping |
| int | _num_slipping_friction |
| int | _num_stick_locked |
| int | _num_slip_reversed |
| Real | _max_iterative_slip |
| Real | _min_damping_factor |
| Real | _damping_threshold_factor |
| bool | _debug_output |
| SubProblem & | _subproblem |
| SystemBase & | _sys |
| const Real & | _min_damping |
| const bool & | _enabled |
| MooseApp & | _app |
| Factory & | _factory |
| ActionFactory & | _action_factory |
| const std::string & | _type |
| const std::string & | _name |
| const InputParameters & | _pars |
| const ExecFlagEnum & | _execute_enum |
| const ExecFlagType & | _current_execute_flag |
| MooseApp & | _restartable_app |
| const std::string | _restartable_system_name |
| const THREAD_ID | _restartable_tid |
| const bool | _restartable_read_only |
| FEProblemBase & | _mci_feproblem |
| const Parallel::Communicator & | _communicator |
Simple constant damper.
Modifies the non-linear step by applying a constant damping factor
Definition at line 25 of file ContactSlipDamper.h.
|
protected |
Convenient typedef for frequently used iterator.
Definition at line 65 of file ContactSlipDamper.h.
| ContactSlipDamper::ContactSlipDamper | ( | const InputParameters & | parameters | ) |
Definition at line 45 of file ContactSlipDamper.C.
|
protectedvirtual |
Compute the amount of damping.
Implements GeneralDamper.
Definition at line 109 of file ContactSlipDamper.C.
|
protected |
Determine whether the damper should operate on the interaction corresponding to the supplied PenetrationLocator.
Definition at line 227 of file ContactSlipDamper.C.
Referenced by computeDamping(), and timestepSetup().
|
virtual |
Reimplemented from GeneralDamper.
Definition at line 82 of file ContactSlipDamper.C.
|
static |
Definition at line 20 of file ContactSlipDamper.C.
|
protected |
Definition at line 35 of file ContactSlipDamper.h.
Referenced by computeDamping().
|
protected |
Definition at line 60 of file ContactSlipDamper.h.
Referenced by computeDamping().
|
protected |
Definition at line 61 of file ContactSlipDamper.h.
Referenced by computeDamping().
|
protected |
Definition at line 36 of file ContactSlipDamper.h.
Referenced by computeDamping(), ContactSlipDamper(), and timestepSetup().
Definition at line 50 of file ContactSlipDamper.h.
Referenced by ContactSlipDamper(), and operateOnThisInteraction().
|
protected |
Definition at line 58 of file ContactSlipDamper.h.
Referenced by computeDamping().
|
protected |
Definition at line 59 of file ContactSlipDamper.h.
Referenced by computeDamping().
|
protected |
Definition at line 52 of file ContactSlipDamper.h.
Referenced by computeDamping().
|
protected |
Definition at line 57 of file ContactSlipDamper.h.
Referenced by computeDamping().
|
protected |
Definition at line 54 of file ContactSlipDamper.h.
Referenced by computeDamping().
|
protected |
Definition at line 55 of file ContactSlipDamper.h.
Referenced by computeDamping().
|
protected |
Definition at line 56 of file ContactSlipDamper.h.
Referenced by computeDamping().
|
protected |
Definition at line 53 of file ContactSlipDamper.h.
Referenced by computeDamping().
1.8.14