Flow123d  master-f44eb46
Public Member Functions | List of all members
fn_heat_mass_matrix Struct Reference

Public Member Functions

Sclr operator() (Sclr csec, Sclr por, Sclr f_rho, Sclr f_c, Sclr s_rho, Sclr s_c)
 

Detailed Description

Functor computing mass matrix coefficients: cross_section * (porosity*fluid_density*fluid_heat_capacity + (1.-porosity)*solid_density*solid_heat_capacity)

Definition at line 53 of file heat_model.cc.

Member Function Documentation

◆ operator()()

Sclr fn_heat_mass_matrix::operator() ( Sclr  csec,
Sclr  por,
Sclr  f_rho,
Sclr  f_c,
Sclr  s_rho,
Sclr  s_c 
)
inline

Definition at line 54 of file heat_model.cc.


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