From 5ebf6ca2f8f595f63a9a443c99a685c1a2a33708 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 29 Feb 2012 11:09:16 +0000 Subject: [PATCH] ENH: README.txt: description of directional cht --- .../multiRegionLiquidHeater/README.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/README.txt diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/README.txt b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/README.txt new file mode 100644 index 00000000000..8462b444185 --- /dev/null +++ b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/README.txt @@ -0,0 +1,16 @@ +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; -- GitLab