Files
openfoam/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/README.txt
2012-02-29 11:09:16 +00:00

17 lines
404 B
Plaintext

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;