KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Set of utilities related to conjugated heat transfer to build single scalar product for velocity nad temperature. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | cnht_register () |
Register conjugated heat transfer tools module. More... | |
subroutine | cnht_init () |
Initilise conjugated heat transfer tools module. More... | |
logical function | cnht_is_initialised () |
Check if module was initialised. More... | |
subroutine | cnht_forcing (ffx, ffy, ffz, ix, iy, iz, ieg) |
Calcualte forcing ralted to conjugated heat transfer. More... | |
subroutine | cnht_cpfld_set () |
Set cpfld coefficient for given type of simulation. More... | |
subroutine | cnht_oprzero (a1, a2, a3, a4) |
Zero velocity and temperature vectors. More... | |
subroutine | cnht_opcopy (a1, a2, a3, a4, b1, b2, b3, b4) |
Copy vectors A=B (velocity and temperature) More... | |
subroutine | cnht_opadd2 (a1, a2, a3, a4, b1, b2, b3, b4) |
Add velocity and temperature vectors A = A+B. More... | |
subroutine | cnht_opsub2 (a1, a2, a3, a4, b1, b2, b3, b4) |
Subtract vectors A = A-B (velocity and temperature) More... | |
subroutine | cnht_opsub3 (a1, a2, a3, a4, b1, b2, b3, b4, c1, c2, c3, c4) |
Subtract vectors A = B-C (velocity and temperature) More... | |
subroutine | cnht_opcmult (a1, a2, a3, a4, const) |
Multiply vector by constant A = c*A (single coeff. for velocity and temperature) More... | |
subroutine | cnht_opcmult2c (a1, a2, a3, a4, const1, const2) |
Multiply vector by constant A = c*A with separate const. for velocity and temperature. More... | |
subroutine | cnht_opadd2cm (a1, a2, a3, a4, b1, b2, b3, b4, coeff) |
Vector summation with scaling A = A+c*B (velocity and temperature) More... | |
subroutine | cnht_opsub2cm (a1, a2, a3, a4, b1, b2, b3, b4, coeff) |
Vector subtraction with scaling A = A-c*B (velocity and temperature) More... | |
subroutine | cnht_weight_fun (lvx, lvy, lvz, lt, coeff) |
Weigth velocity and temperature fields. More... | |
real function | cnht_glsc2_wt (b1, b2, b3, b4, x1, x2, x3, x4, wt) |
Global inner product of velocity and temperature fields. More... | |
Set of utilities related to conjugated heat transfer to build single scalar product for velocity nad temperature.
Definition in file cnht_tools.f.