openfoam/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater
Henry dd3ab88f47 Thermodynamics: renamed isobaricPerfectGas -> incompressiblePerfectGas and incompressible -> rhoConst
Added isochoric and incompressible identifiers to equations of state to indicate the supported processes
2012-09-11 14:07:22 +01:00
..
0 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
constant Thermodynamics: renamed isobaricPerfectGas -> incompressiblePerfectGas and incompressible -> rhoConst 2012-09-11 14:07:22 +01:00
system Thermodynamyics: rename basicThermo -> fluidThermo and veryBasicThermo -> basicThermo 2012-08-23 14:13:13 +01:00
Allclean chtMultiRegionFoam: updated thermodynamics 2010-11-02 18:57:39 +00:00
Allrun ENH: Modification of solid thermo, thermo baffles, pyrolysis and 2012-07-03 10:54:27 +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;