mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added isochoric and incompressible identifiers to equations of state to indicate the supported processes
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;