OpenFOAM-4.x/tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity
Henry Weller dc0523643f fluxRequired: Added setFluxRequired function to fvSchemes class
Added calls to setFluxRequired for p, p_rgh etc. in all solvers which
avoids the need to add fluxRequired entries in fvSchemes dictionaries.
2015-07-15 21:57:16 +01:00
..
0 Updated the whole of OpenFOAM to use the new templated TurbulenceModels library 2015-01-21 19:21:39 +00:00
constant blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
system fluxRequired: Added setFluxRequired function to fvSchemes class 2015-07-15 21:57:16 +01:00
Allclean Minor change to comment 2014-12-14 21:50:14 +00:00
Allrun Minor change to comment 2014-12-14 21:50:14 +00:00
Allrun-parallel Minor change to comment 2014-12-14 21:50:14 +00:00
Allrun.pre Minor change to comment 2014-12-14 21:50:14 +00:00
externalSolver Minor change to comment 2014-12-14 21:50:14 +00:00
README Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00

Example of an explicit coupling between OpenFOAM and an external application
using the externalCoupled boundary conditions.

The case is based on the buoyantCavity tutorial case, whereby on each iteration
the 'hot' and 'cold' patch temperatures are incremented by 1K.