33 lines
421 B
Text
33 lines
421 B
Text
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "system";
|
|
object preciceDict;
|
|
}
|
|
|
|
preciceConfig "../precice-config.xml";
|
|
|
|
participant Fluid;
|
|
|
|
modules (CHT);
|
|
|
|
interfaces
|
|
{
|
|
Interface1
|
|
{
|
|
mesh Fluid-Mesh;
|
|
patches (interface);
|
|
|
|
readData
|
|
(
|
|
Heat-Flux
|
|
);
|
|
|
|
writeData
|
|
(
|
|
Temperature
|
|
);
|
|
};
|
|
};
|