#include <tutorials/adv-2/src/ThermalConvection.hpp>
Definition at line 18 of file ThermalConvection.hpp.
◆ GetConvectionParameters()
◆ getParameters()
Definition at line 21 of file ThermalConvection.hpp.
29 auto cubit_meshset_ptr =
30 m_field.
getInterface<MeshsetsManager>()->getCubitMeshsetPtr(ms_id,
32 std::vector<double> block_data;
33 CHKERR cubit_meshset_ptr->getAttributes(block_data);
34 if (block_data.size() < 2) {
36 "Expected that convection block has two attributes (heat "
37 "transfer coefficient and ambient temperature)");
39 heat_transfer_coefficient = block_data[0];
40 ambient_temperature = block_data[1];
44 <<
"Heat transfer coefficient " << heat_transfer_coefficient;
46 <<
"Ambient temperature " << ambient_temperature;
48 ents = boost::make_shared<Range>();
50 m_field.
get_moab().get_entities_by_handle(cubit_meshset_ptr->meshset,
The documentation for this struct was generated from the following file: