FoamFile { version 2.0; format ascii; class dictionary; location "system"; object preciceDict; } preciceConfig "../precice-config.xml"; participant OpenFOAM; modules (CHT); interfaces { Interface1 { mesh OpenFOAM-Mesh; patches (interface); readData ( Heat-Flux ); writeData ( Temperature ); }; Interface2 { mesh OpenFOAM-Mesh2; patches (lowerwalldomain); readData ( Heat-Flux ); writeData ( Temperature ); }; }; CHT { rho [ 1 -3 0 0 0 0 0 ] 1.225; Cp [ 0 2 -2 -1 0 0 0 ] 1006; Pr 0.71; };