Revision bdd2cf3ed1fe8d0307f37c4611fca601dbf5774b authored by Antonio Recuero on 22 January 2024, 17:46:04 UTC, committed by Antonio Recuero on 02 March 2024, 19:27:53 UTC
This option is more consistent with the internal energy of the solid.

I.e., it overwrites the position of the contacting boundaries with the
result of the iterative contact algorithm. However, it sometimes results in
some sort of element inversion or impossible mappings. This needs to be
investigated/debugged. It may be due to MOOSE's order of operations.
1 parent 584e25a
Raw File
.coverage
# Coverage requirement configuration for moose, enforced in CIVET testing
#
# Valid configuration options:
# - require_new: Requires this percentage of coverage for new lines added
# - require_total: Requires this percentage of total coverage
# - warn_new: Warns below this percentage of coverage for new lines added
#
# Framework coverage is enforced by the 'framework' section and individual
# module coverage is handled by the section with the same name as the
# module, i.e., 'solid_mechanics'. The 'default' section applies to all
# other cases.

[default]
require_total = 90
warn_new = 90

[framework]
require_total = 81

[chemical_reactions]
require_total = 92

[contact]
require_total = 87

[combined]
require_total = 37

[electromagnetics]
require_total = 94

[external_petsc_solver]
require_total = 85

[fluid_properties]
require_total = 84

[fsi]
require_total = 85

[functional_expansion_tools]
require_total = 81

[geochemistry]
require_total = 96

[heat_transfer]
require_total = 87

[level_set]
require_total = 85

[misc]
require_total = 32

[navier_stokes]
require_total = 77

[optimization]
require_total = 86

[peridynamics]
require_total = 77

[phase_field]
require_total = 85

[porous_flow]
require_total = 95

[ray_tracing]
require_total = 93

[rdg]
require_total = 63

[richards]
require_total = 93

[scalar_transport]
require_total = 85

[solid_properties]
require_total = 83

[stochastic_tools]
require_total = 88

[solid_mechanics]
require_total = 84

[thermal_hydraulics]
require_total = 89

[xfem]
require_total = 80
back to top