Skip to content
Snippets Groups Projects
Commit 785b3283 authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: fanFvPatchField - updated example usage to reflect change in CSV specification. Fixes #177

parent 6539c1d3
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,11 @@ Description ...@@ -53,10 +53,11 @@ Description
jumpTable csvFile; jumpTable csvFile;
csvFileCoeffs csvFileCoeffs
{ {
hasHeaderLine 1; nHeaderLine 1;
refColumn 0; refColumn 0;
componentColumns 1(1); componentColumns 1(1);
separator ","; separator ",";
mergeSeparators no;
fileName "$FOAM_CASE/constant/pressureVsU"; fileName "$FOAM_CASE/constant/pressureVsU";
} }
value uniform 0; value uniform 0;
...@@ -67,7 +68,7 @@ Description ...@@ -67,7 +68,7 @@ Description
the jump condition. the jump condition.
Note Note
The underlying \c patchType should be set to \c cyclic The underlying \c patchType should be set to \c cyclic
SeeAlso SeeAlso
Foam::Function1Types Foam::Function1Types
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment