copied from preCICE tutorials
This commit is contained in:
parent
46a7e98752
commit
3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions
33
fluid-openfoam/system/preciceDict
Normal file
33
fluid-openfoam/system/preciceDict
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
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
|
||||
);
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue