Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Nektar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Castiglioni
Nektar
Commits
463a0658
Commit
463a0658
authored
8 years ago
by
Douglas Serson
Committed by
Dave Moxey
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add information to user guide
(cherry picked from commit
ffdcffc8
)
parent
bc931d5d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/user-guide/utilities/fieldconvert.tex
+17
-0
17 additions, 0 deletions
docs/user-guide/utilities/fieldconvert.tex
with
17 additions
and
0 deletions
docs/user-guide/utilities/fieldconvert.tex
+
17
−
0
View file @
463a0658
...
...
@@ -96,6 +96,8 @@ Specifically, FieldConvert has these additional functionalities
\item
\inltt
{
C0Projection
}
: Computes the C0 projection of a given output file;
\item
\inltt
{
QCriterion
}
: Computes the Q-Criterion for a given output file;
\item
\inltt
{
addFld
}
: Sum two .fld files;
\item
\inltt
{
combineAvg
}
: Combine two
\nekpp
binary output (.chk or .fld) field file containing averages of fields (and
possibly also Reynolds stresses) into single file;
\item
\inltt
{
concatenate
}
: Concatenate a
\nekpp
binary output (.chk or .fld) field file into single file;
\item
\inltt
{
equispacedoutput
}
: Write data as equi-spaced output using simplices to represent the data for connecting points;
\item
\inltt
{
extract
}
: Extract a boundary field;
...
...
@@ -202,6 +204,21 @@ the result either in Tecplot, Paraview or VisIt.
%
%
%
\subsection
{
Combine two .fld files containing time averages:
\textit
{
combineAvg
}
module
}
To combine two .fld files obtained through the AverageFields or ReynoldsStresses filters,
use the
\inltt
{
combineAvg
}
module of FieldConvert
%
\begin{lstlisting}
[style=BashInputStyle]
FieldConvert -m combineAvg:fromfld=file1.fld file1.xml file2.fld
\
file3.fld
\end{lstlisting}
%
\inltt
{
file3.fld
}
can be processed in a similar way as described
in section
\ref
{
s:utilities:fieldconvert:sub:convert
}
to visualise
the result either in Tecplot, Paraview or VisIt.
%
%
%
\subsection
{
Concatenate two files:
\textit
{
concatenate
}
module
}
To concatenate
\inltt
{
file1.fld
}
and
\inltt
{
file2.fld
}
into
\inltt
{
file-conc.fld
}
one can run the following command
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment