Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
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
Development
openfoam
Commits
6d61e43f
Commit
6d61e43f
authored
14 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
ENH: onTheFly.txt: updated
parent
69a0fa19
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/changes/onTheFly.txt
+12
-2
12 additions, 2 deletions
doc/changes/onTheFly.txt
with
12 additions
and
2 deletions
doc/changes/onTheFly.txt
+
12
−
2
View file @
6d61e43f
...
...
@@ -91,8 +91,8 @@ default - you have to enable it by setting in the system-wide controlDict
5. Field manipulation.
Fields are read in as IOdictionary so can be upcast to provide access
to the
mesh:
Fields are read in as IOdictionary
(*)
so can be upcast to provide access
to the
mesh:
internalField #codeStream
{
...
...
@@ -115,6 +115,16 @@ internalField #codeStream
#};
};
There are unfortunately some exceptions. Following applications read
the field as a dictionary:
- foamFormatConvert
- changeDictionaryDict
- foamUpgradeCyclics
- fieldToCell
Note: above construct has the problem that the boundary conditions are
not evaluated so e.g. processor boundaries will might not hold the opposite
cell value.
6. Other
...
...
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