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
aaa041b3
Commit
aaa041b3
authored
Dec 11, 2018
by
sergio
Browse files
Fixing reconstruction of lagragian fields for hopper
parent
27a705bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/system/controlDict
View file @
aaa041b3
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version:
v1806
|
| \\ / O peration | Version:
plus.master.develop
|
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2
.0
;
version 2;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application reactingFoam;
...
...
@@ -23,7 +22,7 @@ startTime 0;
stopAt endTime;
endTime
6
000;
endTime
3
000;
deltaT 1;
...
...
tutorials/lagrangian/icoUncoupledKinematicParcelFoam/hopper/Allrun
View file @
aaa041b3
...
...
@@ -9,6 +9,14 @@ cd ${0%/*} || exit 1 # Run from this directory
runApplication decomposePar
runParallel
$(
getApplication
)
runApplication reconstructPar
-latestTime
rm
log.reconstructPar
runApplication reconstructPar
-lagrangianFields
\
'(collisionRecordsPairAccessed collisionRecordsPairData \
collisionRecordsPairOrigIdOfOther \
collisionRecordsPairOrigProcOfOther \
collisionRecordsWallAccessed \
collisionRecordsWallData \
collisionRecordsWallPRel)'
)
(
...
...
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