convert mesh to meters, more coefficients

This commit is contained in:
dino.celebic 2026-01-24 00:45:46 +01:00
commit 2c4e8ea79c
8 changed files with 33016 additions and 32624 deletions

View file

@ -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