mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
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;
|