mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: README.txt: description of directional cht
This commit is contained in:
@ -0,0 +1,16 @@
|
|||||||
|
To run with directional thermo:
|
||||||
|
|
||||||
|
- compile chtMultiRegionFoam/solid/setRegionSolidFields.H with
|
||||||
|
|
||||||
|
tmp<volSymmTensorField> tkappa = thermo.directionalK();
|
||||||
|
const volSymmTensorField& kappa = tkappa();
|
||||||
|
|
||||||
|
- change in e.g. heater:
|
||||||
|
|
||||||
|
- in constant/heater/solidThermophysicalProperties:
|
||||||
|
|
||||||
|
thermoType directionalKSolidThermo;
|
||||||
|
|
||||||
|
- in 0/heater/T:
|
||||||
|
|
||||||
|
K directionalSolidThermo;
|
||||||
Reference in New Issue
Block a user