This material computes a density that is scaled to enable stable explicit time stepping with steps la...
const MaterialProperty< Real > & _material_density
The true inertial density of the material.
MaterialProperty< Real > & _additional_density
Scaled density minus true density.
const Real & _safety_factor
User-defined safety factor that the minimum density required for stability is divided by.
static InputParameters validParams()
const MaterialProperty< Real > & _sqrt_effective_stiffness
Square root of effective stiffness of element.
virtual void computeQpProperties()
const Real _desired_time_step
User-prescribed desired time step.
MaterialProperty< Real > & _density_scaled
The scaled density.
const InputParameters & parameters() const