#include <heat_model.hh>
|
| HeatTransferModel () |
|
void | set_component_names (std::vector< string > &names, const Input::Record &in_rec) override |
| Read or set names of solution components. More...
|
|
void | compute_mass_matrix_coefficient (const std::vector< arma::vec3 > &point_list, const ElementAccessor< 3 > &ele_acc, std::vector< double > &mm_coef) override |
|
void | compute_advection_diffusion_coefficients (const std::vector< arma::vec3 > &point_list, const std::vector< arma::vec3 > &velocity, const ElementAccessor< 3 > &ele_acc, std::vector< std::vector< arma::vec3 > > &ad_coef, std::vector< std::vector< arma::mat33 > > &dif_coef) override |
|
void | compute_init_cond (const std::vector< arma::vec3 > &point_list, const ElementAccessor< 3 > &ele_acc, std::vector< arma::vec > &init_values) override |
|
void | compute_dirichlet_bc (const std::vector< arma::vec3 > &point_list, const ElementAccessor< 3 > &ele_acc, std::vector< arma::vec > &bc_values) override |
|
void | compute_source_coefficients (const std::vector< arma::vec3 > &point_list, const ElementAccessor< 3 > &ele_acc, std::vector< arma::vec > &sources_conc, std::vector< arma::vec > &sources_density, std::vector< arma::vec > &sources_sigma) override |
|
void | compute_sources_sigma (const std::vector< arma::vec3 > &point_list, const ElementAccessor< 3 > &ele_acc, std::vector< arma::vec > &sources_sigma) override |
|
| ~HeatTransferModel () override |
|
virtual | ~AdvectionDiffusionModel () |
| Destructor. More...
|
|
Definition at line 38 of file heat_model.hh.
HeatTransferModel::HeatTransferModel |
( |
| ) |
|
HeatTransferModel::~HeatTransferModel |
( |
| ) |
|
|
override |
Compute coefficients of stiffness matrix.
- Parameters
-
point_list | Points at which to evaluate. |
velocity | Velocity field (input). Temporary solution before we can pass data from other equations. |
ele_acc | Element accessor. |
ad_coef | Coefficients of advection (output). |
dif_coef | Coefficients of diffusion (output). |
Implements AdvectionDiffusionModel.
Definition at line 231 of file heat_model.cc.
Computes the Dirichlet boundary condition values.
- Parameters
-
point_list | Points at which to evaluate. |
ele_acc | Element accessor. |
bc_values | Vector of b.c. values (output). |
Implements AdvectionDiffusionModel.
Definition at line 282 of file heat_model.cc.
Compute coefficients of volume sources.
- Parameters
-
point_list | Points at which to evaluate. |
ele_acc | Element accessor. |
sources_conc | Source concentrations (output). |
sources_density | Source densities (output). |
sources_sigma | Source sigmas (output). |
Implements AdvectionDiffusionModel.
Definition at line 293 of file heat_model.cc.
Compute coefficients of volume sources.
- Parameters
-
point_list | Points at which to evaluate. |
ele_acc | Element accessor. |
sources_sigma | Source sigmas (output). |
Implements AdvectionDiffusionModel.
Definition at line 332 of file heat_model.cc.
Derived class should implement getter for ModelEqData instance.
IT::Record & HeatTransferModel::get_input_type |
( |
const string & |
implementation, |
|
|
const string & |
description |
|
) |
| |
|
staticprotected |
Create input type that can be passed to the derived class.
- Parameters
-
implementation | String characterizing the numerical method, e.g. DG, FEM, FVM. |
description | Comment used to describe the record key. |
- Returns
Definition at line 178 of file heat_model.cc.
bool HeatTransferModel::flux_changed |
|
protected |
Indicator of change in advection vector field.
Definition at line 110 of file heat_model.hh.
The documentation for this class was generated from the following files:
- /home/Jenkins/jenkins/F123-windows32-release/flow123d/src/transport/heat_model.hh
- /home/Jenkins/jenkins/F123-windows32-release/flow123d/src/transport/heat_model.cc