convert mesh to meters, more coefficients
This commit is contained in:
parent
6039802b9f
commit
2c4e8ea79c
8 changed files with 33016 additions and 32624 deletions
|
|
@ -350,8 +350,12 @@ class FEM_Matrix: public CRS_Matrix
|
|||
*/
|
||||
void CalculateLaplaceMult(std::vector<double> &f);
|
||||
|
||||
double Thermal_coefficient(const int subdomain);
|
||||
// Returns thermal conductivity coefficient of subdomain [ kg * m / (s^3 * K) ]
|
||||
double ThermalConductivity(const int subdomain);
|
||||
|
||||
// Returns volumetric heap capacity (specific heat capacity * density) coefficient of subdomain
|
||||
// c * rho [ J / (m^3 * K) ]
|
||||
double VolumetricHeatCapacity(const int subdomain);
|
||||
|
||||
/**
|
||||
* Calculates the entries of f.e. stiffness matrix for the Laplace operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue