Thomas Enzinger
Thomas Enzinger
> Useful environment variables defined by WMake at build time: > > * OpenFOAM v1712: `-DOPENFOAM_PLUS=1712` > * OpenFOAM v1806: `-DOPENFOAM=1806` > * OpenFOAM v1812: `-DOPENFOAM=1812` > > No such...
- I recognise there are a lot of boundary conditions, there are not set the field data over value property. One more information for the mapping is needed. - the...
Possible example with [externalWallHeatFluxTemperature](https://develop.openfoam.com/Development/openfoam/-/tree/master/src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalWallHeatFluxTemperature) insteady of fixedGradient. ```console interfaces { InterfaceHeater1 { mesh Fluid-Mesh; patches (InterfaceHeater1); locations faceCenters; readData ( ("MyShityNameforTemp", "T", "value") ); writeData ( ("MyShityNameforFlux", "T", "q") );...
solved with #144