Skip to content
GitLab
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
fcf165f8
Commit
fcf165f8
authored
Apr 03, 2013
by
mattijs
Browse files
ENH: motorBike: disable secondary purge; have drag,lift every timestep
parent
634d6430
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/incompressible/simpleFoam/motorBike/system/controlDict
View file @
fcf165f8
...
...
@@ -40,17 +40,17 @@ writeInterval 100;
purgeWrite 0;
//-
Have regular
restart files
secondaryWriteControl cpuTime;
secondaryWriteInterval
36
00;
secondaryPurgeWrite 1;
//-
Uncomment to have regular (every 2 hours of run time)
restart files
//
secondaryWriteControl cpuTime;
// runtime
//
secondaryWriteInterval
72
00;
// seconds
//
secondaryPurgeWrite 1;
// keep all but last dump
writeFormat
ascii
;
writeFormat
binary
;
writePrecision 6;
writeCompression compressed;
writeCompression
un
compressed;
timeFormat general;
...
...
tutorials/incompressible/simpleFoam/motorBike/system/forceCoeffs
View file @
fcf165f8
...
...
@@ -9,8 +9,12 @@
forceCoeffs1
{
type forceCoeffs;
functionObjectLibs ( "libforces.so" );
outputControl outputTime;
outputControl timeStep;
outputInterval 1;
log yes;
patches ( "motorBike.*" );
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment