ENH: README.txt: description of directional cht

This commit is contained in:
mattijs
2012-02-29 11:09:16 +00:00
parent 033002b6de
commit 5ebf6ca2f8

View File

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