From 3a9ec0852e10b8583f007bde1e20b99e976d9e3d Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Wed, 24 Jul 2013 10:47:12 +0100 Subject: [PATCH] ENH: Updated header documentation --- .../externalCoupledMixedFvPatchField.H | 2 +- ...ternalCoupledTemperatureMixedFvPatchScalarField.H | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H index de81ffd7b03..0680f6443bd 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H @@ -29,7 +29,7 @@ Group Description 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: # Patch: <patch name> diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.H b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.H index 4df511d97c4..29c64541ac5 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.H @@ -29,7 +29,7 @@ Group Description 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: # Patch: <patch name> @@ -48,13 +48,7 @@ Description ... <valueN> <gradientN> <valueFracionN> - Data is either sent/received as one file per patch, or as a single file - 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: + Data is sent/received as a single file for all patches from the folder $FOAM_CASE/<commsDir> @@ -83,7 +77,6 @@ Description Property | Description | Required | Default value commsDir | communications folder | yes | fileName | transfer file name | yes | - collate | collate all patch data into single file | yes | waitInterval | interval [s] between file checks | no | 1 timeOut | time after which error invoked [s] |no |100*waitInterval calcFrequency | calculation frequency | no | 1 @@ -97,7 +90,6 @@ Description type externalCoupledTemperature; commsDir "$FOAM_CASE/comms"; fileName data; - collate yes; calcFrequency 1; } \endverbatim -- GitLab