Skip to content
Snippets Groups Projects
Commit 3a9ec085 authored by andy's avatar andy
Browse files

ENH: Updated header documentation

parent 73bedc41
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ Group ...@@ -29,7 +29,7 @@ Group
Description Description
This boundary condition provides an interface to an external application. This boundary condition provides an interface to an external application.
Values are transferred as plain text files, where OperFOAM data is written Values are transferred as plain text files, where OpenFOAM data is written
as: as:
# Patch: <patch name> # Patch: <patch name>
......
...@@ -29,7 +29,7 @@ Group ...@@ -29,7 +29,7 @@ Group
Description Description
This boundary condition provides a temperatue interface to an external This boundary condition provides a temperatue interface to an external
application. Values are transferred as plain text files, where OperFOAM application. Values are transferred as plain text files, where OpenFOAM
data is written as: data is written as:
# Patch: <patch name> # Patch: <patch name>
...@@ -48,13 +48,7 @@ Description ...@@ -48,13 +48,7 @@ Description
... ...
<valueN> <gradientN> <valueFracionN> <valueN> <gradientN> <valueFracionN>
Data is either sent/received as one file per patch, or as a single file Data is sent/received as a single file for all patches from the folder
for all patches, based on the \c collate flag. In the former case, the
folder used for communications is:
$FOAM_CASE/<commsDir>/patchName
and when using the \c collate option:
$FOAM_CASE/<commsDir> $FOAM_CASE/<commsDir>
...@@ -83,7 +77,6 @@ Description ...@@ -83,7 +77,6 @@ Description
Property | Description | Required | Default value Property | Description | Required | Default value
commsDir | communications folder | yes | commsDir | communications folder | yes |
fileName | transfer file name | yes | fileName | transfer file name | yes |
collate | collate all patch data into single file | yes |
waitInterval | interval [s] between file checks | no | 1 waitInterval | interval [s] between file checks | no | 1
timeOut | time after which error invoked [s] |no |100*waitInterval timeOut | time after which error invoked [s] |no |100*waitInterval
calcFrequency | calculation frequency | no | 1 calcFrequency | calculation frequency | no | 1
...@@ -97,7 +90,6 @@ Description ...@@ -97,7 +90,6 @@ Description
type externalCoupledTemperature; type externalCoupledTemperature;
commsDir "$FOAM_CASE/comms"; commsDir "$FOAM_CASE/comms";
fileName data; fileName data;
collate yes;
calcFrequency 1; calcFrequency 1;
} }
\endverbatim \endverbatim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment