https://mooseframework.inl.gov
Public Member Functions | Public Attributes | List of all members
DensityUpdate::ElementData Struct Reference

Public Member Functions

 ElementData ()=default
 
 ElementData (Real dens, Real sens, Real vol, Real filt_dens)
 

Public Attributes

Real old_density
 
Real sensitivity
 
Real volume
 
Real new_density
 

Detailed Description

Definition at line 47 of file DensityUpdate.h.

Constructor & Destructor Documentation

◆ ElementData() [1/2]

DensityUpdate::ElementData::ElementData ( )
default

◆ ElementData() [2/2]

DensityUpdate::ElementData::ElementData ( Real  dens,
Real  sens,
Real  vol,
Real  filt_dens 
)
inline

Definition at line 54 of file DensityUpdate.h.

Member Data Documentation

◆ new_density

Real DensityUpdate::ElementData::new_density

Definition at line 52 of file DensityUpdate.h.

Referenced by DensityUpdate::execute().

◆ old_density

Real DensityUpdate::ElementData::old_density

Definition at line 49 of file DensityUpdate.h.

◆ sensitivity

Real DensityUpdate::ElementData::sensitivity

Definition at line 50 of file DensityUpdate.h.

◆ volume

Real DensityUpdate::ElementData::volume

Definition at line 51 of file DensityUpdate.h.


The documentation for this struct was generated from the following file: