Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
785b3283
Commit
785b3283
authored
Jul 27, 2016
by
Andrew Heather
Browse files
STYLE: fanFvPatchField - updated example usage to reflect change in CSV specification. Fixes
#177
parent
6539c1d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.H
View file @
785b3283
...
@@ -53,10 +53,11 @@ Description
...
@@ -53,10 +53,11 @@ Description
jumpTable csvFile;
jumpTable csvFile;
csvFileCoeffs
csvFileCoeffs
{
{
has
HeaderLine 1;
n
HeaderLine
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment