View Issue Details

IDProjectCategoryView StatusLast Update
0001961OpenFOAMBugpublic2016-01-02 21:42
Reporterwyldckat Assigned Tohenry  
PrioritylowSeveritytextReproducibilityN/A
Status resolvedResolutionfixed 
Product Versiondev 
Summary0001961: Missing verbatim markers in "externalCoupledMixedFvPatchField.H"
DescriptionThe file "src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H" is missing verbatim markers in the description, which leads to the rendered page http://foam.sourceforge.net/docs/cpp/a00699.html#details looking like in the attached image "Rendered description.png", instead of something like the original code intended:

    This boundary condition provides an interface to an external application.
    Values are transferred as plain text files, where OpenFOAM data is written
    as:

        # Patch: \<patch name\>
        \<magSf1\> \<value1\> \<surfaceNormalGradient1\>
        \<magSf2\> \<value2\> \<surfaceNormalGradient2\>
        \<magSf3\> \<value3\> \<surfaceNormalGradient3\>
        ...
        \<magSfN\> \<valueN\> \<surfaceNormalGradientN\>

    and received as the constituent pieces of the `mixed' condition, i.e.


Attached is the file "externalCoupledMixedFvPatchField.H" that has the missing "\verbatim" and "\endverbatim" markers.
TagsNo tags attached.

Activities

wyldckat

2016-01-02 17:55

updater  

Rendered description.png (53,738 bytes)   

wyldckat

2016-01-02 17:55

updater  

wyldckat

2016-01-02 17:57

updater   ~0005789

Wait... I forgot to remove the escape characters from the new verbatim regions... in a few minutes I'll have the updated file...

wyldckat

2016-01-02 18:00

updater  

wyldckat

2016-01-02 18:01

updater   ~0005790

The attached "externalCoupledMixedFvPatchField.H_b" is the updated replacement "src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.H", which no longer has the escape characters, for example:

    This boundary condition provides an interface to an external application.
    Values are transferred as plain text files, where OpenFOAM data is written
    as:

    \verbatim
        # Patch: <patch name>
        <magSf1> <value1> <surfaceNormalGradient1>
        <magSf2> <value2> <surfaceNormalGradient2>
        <magSf3> <value3> <surfaceNormalGradient3>
        ...
        <magSfN> <valueN> <surfaceNormalGradientN>
    \endverbatim

henry

2016-01-02 21:42

manager   ~0005793

Thanks Bruno
Resolved by commit 9b29623c8b8656a9e859b8ebaf3f22923cbd5eef

Issue History

Date Modified Username Field Change
2016-01-02 17:55 wyldckat New Issue
2016-01-02 17:55 wyldckat Status new => assigned
2016-01-02 17:55 wyldckat Assigned To => henry
2016-01-02 17:55 wyldckat File Added: Rendered description.png
2016-01-02 17:55 wyldckat File Added: externalCoupledMixedFvPatchField.H
2016-01-02 17:57 wyldckat Note Added: 0005789
2016-01-02 18:00 wyldckat File Added: externalCoupledMixedFvPatchField.H_b
2016-01-02 18:01 wyldckat Note Added: 0005790
2016-01-02 21:42 henry Note Added: 0005793
2016-01-02 21:42 henry Status assigned => resolved
2016-01-02 21:42 henry Resolution open => fixed