openfoam/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater
2012-05-08 11:02:39 +01:00
..
0 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
constant STYLE: Removed duplicate ;;'s in tutorial dictionaries 2012-01-25 10:00:07 +00:00
system ENH: Renaming K to kappa and kappa to kappaRad in solid thermo and 2012-05-08 11:02:39 +01:00
Allclean chtMultiRegionFoam: updated thermodynamics 2010-11-02 18:57:39 +00:00
Allrun BUG: Allrun: wrong redirect 2012-02-29 10:30:50 +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;