openfoam/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater
Henry ca2ad8032e Thermodynamics: Completed dictionary based selection mechanisms for all thermodynamic packages
Rationalised "make" macros to reduce code duplication
Removed solid phase radiation properties
Updated tutorials appropriately
2012-10-03 22:43:50 +01:00
..
0 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
constant Thermodynamics: Completed dictionary based selection mechanisms for all thermodynamic packages 2012-10-03 22:43:50 +01:00
system Tutorials: Updated for thermo changes 2012-09-19 15:55:41 +01:00
Allclean chtMultiRegionFoam: updated thermodynamics 2010-11-02 18:57:39 +00:00
Allrun ENH: decomposePar,reconsturctPar: added -allRegions option 2012-09-26 12:08:43 +01: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;