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

Public Member Functions

 BlockData ()
 

Public Attributes

EntityHandle cubitMeshset
 
int iD
 
string addType
 
string nAme
 
CubitBC bcType
 
Mat_Elastic matElastic
 
Mat_Elastic_TransIso matTransIso
 
Mat_Thermal matThermal
 
Mat_Interf matInterf
 
DisplacementCubitBcData dispBc
 
ForceCubitBcData forceBc
 
PressureCubitBcData pressureBc
 
TemperatureCubitBcData temperatureBc
 
HeatFluxCubitBcData heatFluxBc
 
CfgCubitBcData cfgBc
 
int numberOfAttributes
 
std::vector< doubleaTtr
 

Detailed Description

Definition at line 689 of file MeshsetsManager.cpp.

Constructor & Destructor Documentation

◆ BlockData()

MoFEM::BlockData::BlockData ( )
inline

Definition at line 715 of file MeshsetsManager.cpp.

715 : numberOfAttributes(-1), aTtr(10, 0) {
716 std::memcpy(dispBc.data.name, "Displacement", 12);
717 std::memcpy(forceBc.data.name, "Force", 5);
718 std::memcpy(pressureBc.data.name, "Pressure", 8);
719 std::memcpy(temperatureBc.data.name, "Temperature", 11);
720 std::memcpy(heatFluxBc.data.name, "HeatFlux", 8);
721 std::memcpy(cfgBc.data.name, "cfd_bc", 6);
722 }
PressureCubitBcData pressureBc
CfgCubitBcData cfgBc
HeatFluxCubitBcData heatFluxBc
DisplacementCubitBcData dispBc
ForceCubitBcData forceBc
std::vector< double > aTtr
TemperatureCubitBcData temperatureBc

Member Data Documentation

◆ addType

string MoFEM::BlockData::addType

Definition at line 694 of file MeshsetsManager.cpp.

◆ aTtr

std::vector<double> MoFEM::BlockData::aTtr

Definition at line 713 of file MeshsetsManager.cpp.

◆ bcType

CubitBC MoFEM::BlockData::bcType

Definition at line 696 of file MeshsetsManager.cpp.

◆ cfgBc

CfgCubitBcData MoFEM::BlockData::cfgBc

Definition at line 710 of file MeshsetsManager.cpp.

◆ cubitMeshset

EntityHandle MoFEM::BlockData::cubitMeshset

Definition at line 691 of file MeshsetsManager.cpp.

◆ dispBc

DisplacementCubitBcData MoFEM::BlockData::dispBc

Definition at line 705 of file MeshsetsManager.cpp.

◆ forceBc

ForceCubitBcData MoFEM::BlockData::forceBc

Definition at line 706 of file MeshsetsManager.cpp.

◆ heatFluxBc

HeatFluxCubitBcData MoFEM::BlockData::heatFluxBc

Definition at line 709 of file MeshsetsManager.cpp.

◆ iD

int MoFEM::BlockData::iD

Definition at line 693 of file MeshsetsManager.cpp.

◆ matElastic

Mat_Elastic MoFEM::BlockData::matElastic

Definition at line 699 of file MeshsetsManager.cpp.

◆ matInterf

Mat_Interf MoFEM::BlockData::matInterf

Definition at line 702 of file MeshsetsManager.cpp.

◆ matThermal

Mat_Thermal MoFEM::BlockData::matThermal

Definition at line 701 of file MeshsetsManager.cpp.

◆ matTransIso

Mat_Elastic_TransIso MoFEM::BlockData::matTransIso

Definition at line 700 of file MeshsetsManager.cpp.

◆ nAme

string MoFEM::BlockData::nAme

Definition at line 695 of file MeshsetsManager.cpp.

◆ numberOfAttributes

int MoFEM::BlockData::numberOfAttributes

Definition at line 712 of file MeshsetsManager.cpp.

◆ pressureBc

PressureCubitBcData MoFEM::BlockData::pressureBc

Definition at line 707 of file MeshsetsManager.cpp.

◆ temperatureBc

TemperatureCubitBcData MoFEM::BlockData::temperatureBc

Definition at line 708 of file MeshsetsManager.cpp.


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