v0.14.0
Public Attributes | List of all members
ConvectiveMassElement::BlockData Struct Reference

data for calculation inertia forces More...

#include <users_modules/basic_finite_elements/src/ConvectiveMassElement.hpp>

Collaboration diagram for ConvectiveMassElement::BlockData:
[legend]

Public Attributes

double rho0
 reference density More...
 
VectorDouble a0
 constant acceleration More...
 
Range tEts
 elements in block set More...
 

Detailed Description

data for calculation inertia forces

Examples
elasticity.cpp, and HookeElement.hpp.

Definition at line 116 of file ConvectiveMassElement.hpp.

Member Data Documentation

◆ a0

VectorDouble ConvectiveMassElement::BlockData::a0

constant acceleration

Examples
HookeElement.hpp.

Definition at line 118 of file ConvectiveMassElement.hpp.

◆ rho0

double ConvectiveMassElement::BlockData::rho0

reference density

Examples
HookeElement.hpp.

Definition at line 117 of file ConvectiveMassElement.hpp.

◆ tEts

Range ConvectiveMassElement::BlockData::tEts

elements in block set

Examples
HookeElement.hpp.

Definition at line 119 of file ConvectiveMassElement.hpp.


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