openfoam/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater
2012-12-05 14:58:42 +00:00
..
0 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
constant ENH: cleaning chtMultiRegionFoam and chtMultiRegionSimpleFoam from 2012-11-02 15:42:46 +00:00
system tutorials: Updated "limited" snGrad schemes 2012-12-05 14:58:42 +00:00
Allclean chtMultiRegionFoam: updated thermodynamics 2010-11-02 18:57:39 +00:00
Allrun Solving problem with sampledSurfaces 2012-11-01 17:46:37 +00:00
makeCellSets.setSet chtMultiRegionFoam: updated thermodynamics 2010-11-02 18:57:39 +00:00
README.txt ENH: README.txt: description of directional cht 2012-02-29 11:09:16 +00:00

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;