openfoam/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater
Henry 51f085faa5 Rewrite of ddtPhiCorr - ddtCorr and density-weight HbyA on compressible solvers.
For DyM solvers phiAbs is replaced by Uf but this conversion is currently not complete
2013-09-09 12:41:20 +01:00
..
0 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
constant GIT: boundary: remove usued file 2013-08-07 11:27:34 +01:00
system Rewrite of ddtPhiCorr - ddtCorr and density-weight HbyA on compressible solvers. 2013-09-09 12:41:20 +01:00
Allclean
Allrun Solving problem with sampledSurfaces 2012-11-01 17:46:37 +00:00
makeCellSets.setSet
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;