OpenFOAM-4.x/tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity
Henry Weller 20204cb468 bin/tools/RunFunctions: runParallel now obtains the number of processors from numberOfSubdomains
in decomposeParDict.

This default number of processors may be overridden by the new "-np"
option to runParallel which must be specified before the application
name e.g.:

runParallel -np 4 pisoFoam
2016-01-27 14:19:25 +00:00
..
0 Updated the whole of OpenFOAM to use the new templated TurbulenceModels library 2015-01-21 19:21:39 +00:00
constant tutorials: Removed unnecessary "boundary" files 2015-11-13 20:05:37 +00:00
system tutorials: Removed unnecessary spaces between parentheses and values in vectors 2015-07-21 20:55:44 +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 bin/tools/RunFunctions: runParallel now obtains the number of processors from numberOfSubdomains 2016-01-27 14:19:25 +00:00
Allrun.pre Minor change to comment 2014-12-14 21:50:14 +00:00
externalSolver dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01: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.