Flow123d  release_2.2.0-914-gf1a3a4f
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
HeatTransferModel::ModelEqData Class Reference

#include <heat_model.hh>

Inheritance diagram for HeatTransferModel::ModelEqData:
Inheritance graph
[legend]
Collaboration diagram for HeatTransferModel::ModelEqData:
Collaboration graph
[legend]

Public Types

enum  Heat_bc_types { bc_inflow, bc_dirichlet, bc_total_flux, bc_diffusive_flux }
 
- Public Types inherited from FieldFlag
typedef FlagArray< FieldFlagFlags
 
typedef Flags::Mask Mask
 

Public Member Functions

 ModelEqData ()
 
- Public Member Functions inherited from FieldSet
 DECLARE_EXCEPTION (ExcUnknownField,<< "Field set has no field with name: "<< FieldCommon::EI_Field::qval)
 
Input::Type::Record make_field_descriptor_type (const std::string &equation_name) const
 
void set_field (const std::string &dest_field_name, FieldCommon &source)
 
FieldCommonfield (const std::string &field_name) const
 
FieldCommonoperator[] (const std::string &field_name) const
 
void set_components (const std::vector< string > &names)
 
void set_mesh (const Mesh &mesh)
 
void set_input_list (Input::Array input_list)
 
void flags_add (FieldFlag::Flags::Mask mask)
 
bool set_time (const TimeStep &time, LimitSide limit_side)
 
void output_type (OutputTime::DiscreteSpace rt)
 
void mark_input_times (const TimeGovernor &tg)
 
bool changed () const
 
bool is_constant (Region reg) const
 
bool is_jump_time () const
 
FieldCommonadd_field (FieldCommon *field, const string &name, const string &desc, const string &d_val="")
 

Static Public Member Functions

static constexpr const char * name ()
 
static string default_output_field ()
 
static const Input::Type::Selectionget_bc_type_selection ()
 
static IT::Selection get_output_selection ()
 

Public Attributes

BCField< 3, FieldValue< 3 >::Enum > bc_type
 Type of boundary condition (see also BC_Type) More...
 
BCMultiField< 3, FieldValue< 3 >::Scalar > bc_dirichlet_value
 Dirichlet boundary condition for temperature. More...
 
BCField< 3, FieldValue< 3 >::Scalar > bc_flux
 Flux value in total/diffusive flux b.c. More...
 
BCField< 3, FieldValue< 3 >::Scalar > bc_robin_sigma
 Transition coefficient in total/diffusive flux b.c. 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 > water_content
 Water content passed from Darcy flow model. 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
 

Additional Inherited Members

- Static Public Attributes inherited from FieldFlag
static constexpr unsigned int flags_size_ = 3
 Number of bits used by Field itself. More...
 
static constexpr Mask equation_input {1 << 0}
 The field is data parameter of the owning equation. (default on) More...
 
static constexpr Mask declare_input {1 << 1}
 The field can be set from input. The key in input field descriptor is declared. (default on) More...
 
static constexpr Mask allow_output {1 << 2}
 The field can output. Is part of generated output selection. (default on) More...
 
static constexpr Mask input_copy = ~declare_input & equation_input
 
static constexpr Mask in_time_term {1 << 8}
 A field is part of time term of the equation. More...
 
static constexpr Mask in_main_matrix {1 << 9}
 A field is part of main "stiffness matrix" of the equation. More...
 
static constexpr Mask in_rhs {1 << 10}
 A field is part of the right hand side of the equation. More...
 
static constexpr Mask equation_result = allow_output & ~declare_input & ~equation_input
 Match result fields. These are never given by input or copy of input. More...
 
static constexpr Mask equation_external_output = allow_output & input_copy
 Match an output field, that can be also copy of other field. More...
 
- Protected Attributes inherited from FieldSet
std::vector< FieldCommon * > field_list
 List of all fields. More...
 

Detailed Description

Definition at line 85 of file heat_model.hh.

Member Enumeration Documentation

Enumerator
bc_inflow 
bc_dirichlet 
bc_total_flux 
bc_diffusive_flux 

Definition at line 88 of file heat_model.hh.

Constructor & Destructor Documentation

HeatTransferModel::ModelEqData::ModelEqData ( )

Definition at line 65 of file heat_model.cc.

Member Function Documentation

static string HeatTransferModel::ModelEqData::default_output_field ( )
inlinestatic

Definition at line 150 of file heat_model.hh.

const Selection & HeatTransferModel::ModelEqData::get_bc_type_selection ( )
static

Definition at line 39 of file heat_model.cc.

IT::Selection HeatTransferModel::ModelEqData::get_output_selection ( )
static

Definition at line 240 of file heat_model.cc.

static constexpr const char* HeatTransferModel::ModelEqData::name ( )
inlinestatic

Definition at line 148 of file heat_model.hh.

Member Data Documentation

BCMultiField<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::bc_dirichlet_value

Dirichlet boundary condition for temperature.

Definition at line 98 of file heat_model.hh.

BCField<3, FieldValue<3>::Scalar > HeatTransferModel::ModelEqData::bc_flux

Flux value in total/diffusive flux b.c.

Definition at line 100 of file heat_model.hh.

BCField<3, FieldValue<3>::Scalar > HeatTransferModel::ModelEqData::bc_robin_sigma

Transition coefficient in total/diffusive flux b.c.

Definition at line 102 of file heat_model.hh.

BCField<3, FieldValue<3>::Enum > HeatTransferModel::ModelEqData::bc_type

Type of boundary condition (see also BC_Type)

Definition at line 96 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar > HeatTransferModel::ModelEqData::cross_section

Pointer to DarcyFlow field cross_section.

Definition at line 139 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::disp_l

Longitudal heat dispersivity.

Definition at line 122 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::disp_t

Transversal heat dispersivity.

Definition at line 124 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_density

Density of fluid.

Definition at line 110 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_heat_capacity

Heat capacity of fluid.

Definition at line 112 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_heat_conductivity

Heat conductivity of fluid.

Definition at line 114 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_heat_exchange_rate

Heat exchange rate in fluid.

Definition at line 130 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_ref_temperature

Reference temperature in fluid.

Definition at line 134 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::fluid_thermal_source

Thermal source in fluid.

Definition at line 126 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::init_temperature

Initial temperature.

Definition at line 104 of file heat_model.hh.

MultiField<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::output_field

Definition at line 142 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::porosity

Porosity of solid.

Definition at line 106 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_density

Density of solid.

Definition at line 116 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_heat_capacity

Heat capacity of solid.

Definition at line 118 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_heat_conductivity

Heat conductivity of solid.

Definition at line 120 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_heat_exchange_rate

Heat exchange rate in solid.

Definition at line 132 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_ref_temperature

Reference temperature in solid.

Definition at line 136 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::solid_thermal_source

Thermal source in solid.

Definition at line 128 of file heat_model.hh.

Field<3, FieldValue<3>::Scalar> HeatTransferModel::ModelEqData::water_content

Water content passed from Darcy flow model.

Definition at line 108 of file heat_model.hh.


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