|
Flow123d
|
#include <heat_model.hh>


Public Member Functions | |
| ModelEqData () | |
Public Member Functions inherited from FieldSet | |
| DECLARE_EXCEPTION (ExcUnknownField,<< "Field set has no field with name: "<< FieldCommonBase::EI_Field::qval) | |
| Input::Type::Record | make_field_descriptor_type (const std::string &equation_name) const |
| Input::Type::Selection | make_output_field_selection (const string &name, const string &desc="") |
| void | set_field (const std::string &dest_field_name, FieldCommonBase &source) |
| FieldCommonBase & | get_field (const std::string &field_name) const |
| void | set_mesh (const Mesh &mesh) |
| void | set_input_list (Input::Array input_list) |
| void | set_limit_side (LimitSide side) |
| void | mark_input_times (TimeMark::Type mark_type) |
| bool | changed () const |
| bool | is_constant (Region reg) const |
| void | set_time (const TimeGovernor &time) |
| void | output_type (OutputTime::DiscreteSpace rt) |
| void | output (OutputTime *stream) |
| FieldCommonBase & | add_field (FieldCommonBase *field, const string &name, const string &desc, const string &d_val="") |
Static Public Member Functions | |
| static string | name () |
| static string | default_output_field () |
| static IT::Selection & | get_output_selection_input_type (const string &implementation, const string &description) |
Public Attributes | |
| BCField< 3, FieldValue < 3 >::Scalar > | bc_temperature |
| Dirichlet boundary condition for temperature. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | init_temperature |
| Initial temperature. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | porosity |
| Porosity of solid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | fluid_density |
| Density of fluid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | fluid_heat_capacity |
| Heat capacity of fluid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | fluid_heat_conductivity |
| Heat conductivity of fluid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | solid_density |
| Density of solid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | solid_heat_capacity |
| Heat capacity of solid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | solid_heat_conductivity |
| Heat conductivity of solid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | disp_l |
| Longitudal heat dispersivity. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | disp_t |
| Transversal heat dispersivity. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | fluid_thermal_source |
| Thermal source in fluid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | solid_thermal_source |
| Thermal source in solid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | fluid_heat_exchange_rate |
| Heat exchange rate in fluid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | solid_heat_exchange_rate |
| Heat exchange rate in solid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | fluid_ref_temperature |
| Reference temperature in fluid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | solid_ref_temperature |
| Reference temperature in solid. More... | |
| Field< 3, FieldValue< 3 >::Scalar > | cross_section |
| Pointer to DarcyFlow field cross_section. More... | |
| MultiField< 3, FieldValue < 3 >::Scalar > | output_field |
| FieldSet | output_fields |
| Fields indended for output, i.e. all input fields plus those representing solution. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from FieldSet | |
| FieldCommonBase * | field_by_name (const std::string &field_name) const |
Protected Attributes inherited from FieldSet | |
| std::vector< FieldCommonBase * > | field_list |
| List of all fields. More... | |
| const Mesh * | mesh_ = nullptr |
| value set by last set_mesh(); set the same to added fields More... | |
| Input::Array | input_list_ |
| value set by last set_input_list(); set the same to added fields More... | |
| LimitSide | side_ = LimitSide::unknown |
| value set by last set_time_limit(); set the same to added fields More... | |
Definition at line 41 of file heat_model.hh.
| HeatTransferModel::ModelEqData::ModelEqData | ( | ) |
Definition at line 50 of file heat_model.cc.
|
inlinestatic |
Definition at line 93 of file heat_model.hh.
|
static |
Definition at line 86 of file heat_model.cc.
|
inlinestatic |
Definition at line 91 of file heat_model.hh.
| BCField<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::bc_temperature |
Dirichlet boundary condition for temperature.
Definition at line 45 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar > HeatTransferModel::ModelEqData::cross_section |
Pointer to DarcyFlow field cross_section.
Definition at line 80 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::disp_l |
Longitudal heat dispersivity.
Definition at line 63 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::disp_t |
Transversal heat dispersivity.
Definition at line 65 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_density |
Density of fluid.
Definition at line 51 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_heat_capacity |
Heat capacity of fluid.
Definition at line 53 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_heat_conductivity |
Heat conductivity of fluid.
Definition at line 55 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_heat_exchange_rate |
Heat exchange rate in fluid.
Definition at line 71 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_ref_temperature |
Reference temperature in fluid.
Definition at line 75 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_thermal_source |
Thermal source in fluid.
Definition at line 67 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::init_temperature |
Initial temperature.
Definition at line 47 of file heat_model.hh.
| MultiField<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::output_field |
Definition at line 83 of file heat_model.hh.
| FieldSet HeatTransferModel::ModelEqData::output_fields |
Fields indended for output, i.e. all input fields plus those representing solution.
Definition at line 86 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::porosity |
Porosity of solid.
Definition at line 49 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_density |
Density of solid.
Definition at line 57 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_heat_capacity |
Heat capacity of solid.
Definition at line 59 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_heat_conductivity |
Heat conductivity of solid.
Definition at line 61 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_heat_exchange_rate |
Heat exchange rate in solid.
Definition at line 73 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_ref_temperature |
Reference temperature in solid.
Definition at line 77 of file heat_model.hh.
| Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_thermal_source |
Thermal source in solid.
Definition at line 69 of file heat_model.hh.
1.8.4