https://mooseframework.inl.gov
Loading...
Searching...
No Matches
DensityScaling.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12#include "Material.h"
13#include "RankTwoTensor.h"
14
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