v0.13.2
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 667 of file MeshsetsManager.cpp.

Constructor & Destructor Documentation

◆ BlockData()

MoFEM::BlockData::BlockData ( )
inline

Definition at line 693 of file MeshsetsManager.cpp.

693 : numberOfAttributes(-1), aTtr(10, 0) {
694 std::memcpy(dispBc.data.name, "Displacement", 12);
695 std::memcpy(forceBc.data.name, "Force", 5);
696 std::memcpy(pressureBc.data.name, "Pressure", 8);
697 std::memcpy(temperatureBc.data.name, "Temperature", 11);
698 std::memcpy(heatFluxBc.data.name, "HeatFlux", 8);
699 std::memcpy(cfgBc.data.name, "cfd_bc", 6);
700 }
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 672 of file MeshsetsManager.cpp.

◆ aTtr

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

Definition at line 691 of file MeshsetsManager.cpp.

◆ bcType

CubitBC MoFEM::BlockData::bcType

Definition at line 674 of file MeshsetsManager.cpp.

◆ cfgBc

CfgCubitBcData MoFEM::BlockData::cfgBc

Definition at line 688 of file MeshsetsManager.cpp.

◆ cubitMeshset

EntityHandle MoFEM::BlockData::cubitMeshset

Definition at line 669 of file MeshsetsManager.cpp.

◆ dispBc

DisplacementCubitBcData MoFEM::BlockData::dispBc

Definition at line 683 of file MeshsetsManager.cpp.

◆ forceBc

ForceCubitBcData MoFEM::BlockData::forceBc

Definition at line 684 of file MeshsetsManager.cpp.

◆ heatFluxBc

HeatFluxCubitBcData MoFEM::BlockData::heatFluxBc

Definition at line 687 of file MeshsetsManager.cpp.

◆ iD

int MoFEM::BlockData::iD

Definition at line 671 of file MeshsetsManager.cpp.

◆ matElastic

Mat_Elastic MoFEM::BlockData::matElastic

Definition at line 677 of file MeshsetsManager.cpp.

◆ matInterf

Mat_Interf MoFEM::BlockData::matInterf

Definition at line 680 of file MeshsetsManager.cpp.

◆ matThermal

Mat_Thermal MoFEM::BlockData::matThermal

Definition at line 679 of file MeshsetsManager.cpp.

◆ matTransIso

Mat_Elastic_TransIso MoFEM::BlockData::matTransIso

Definition at line 678 of file MeshsetsManager.cpp.

◆ nAme

string MoFEM::BlockData::nAme

Definition at line 673 of file MeshsetsManager.cpp.

◆ numberOfAttributes

int MoFEM::BlockData::numberOfAttributes

Definition at line 690 of file MeshsetsManager.cpp.

◆ pressureBc

PressureCubitBcData MoFEM::BlockData::pressureBc

Definition at line 685 of file MeshsetsManager.cpp.

◆ temperatureBc

TemperatureCubitBcData MoFEM::BlockData::temperatureBc

Definition at line 686 of file MeshsetsManager.cpp.


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