v0.15.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BlockOptionData Struct Reference
Collaboration diagram for BlockOptionData:
[legend]

Public Member Functions

 BlockOptionData ()
 
 BlockOptionData ()
 

Public Attributes

int oRder
 
int iD
 
double yOung
 
double pOisson
 
double initTemp
 
Range tRis
 
double cOnductivity
 
double cApacity
 

Detailed Description

Examples
mofem/users_modules/basic_finite_elements/elasticity/elasticity.cpp.

Definition at line 62 of file elasticity.cpp.

Constructor & Destructor Documentation

◆ BlockOptionData() [1/2]

BlockOptionData::BlockOptionData ( )
inline

◆ BlockOptionData() [2/2]

BlockOptionData::BlockOptionData ( )
inline

Definition at line 43 of file thermal_unsteady.cpp.

43 :
44 oRder(-1),
45 cOnductivity(-1),
46 cApacity(-1),
47 initTemp(0) {}

Member Data Documentation

◆ cApacity

double BlockOptionData::cApacity

Definition at line 41 of file thermal_unsteady.cpp.

◆ cOnductivity

double BlockOptionData::cOnductivity

Definition at line 40 of file thermal_unsteady.cpp.

◆ iD

int BlockOptionData::iD

◆ initTemp

double BlockOptionData::initTemp

◆ oRder

int BlockOptionData::oRder

◆ pOisson

double BlockOptionData::pOisson

◆ tRis

Range BlockOptionData::tRis

◆ yOung

double BlockOptionData::yOung

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