Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fluiddynamicsproject4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Felix Hilsky
Fluiddynamicsproject4
Commits
43da6601
Commit
43da6601
authored
3 years ago
by
Felix
Browse files
Options
Downloads
Patches
Plain Diff
end time as parameter
parent
c49d95f9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openfoam2012/freeCylinderFlow/parameters
+1
-0
1 addition, 0 deletions
openfoam2012/freeCylinderFlow/parameters
openfoam2012/freeCylinderFlow/system/controlDict
+4
-1
4 additions, 1 deletion
openfoam2012/freeCylinderFlow/system/controlDict
with
5 additions
and
1 deletion
openfoam2012/freeCylinderFlow/parameters
+
1
−
0
View file @
43da6601
...
@@ -5,3 +5,4 @@ Tw 310;
...
@@ -5,3 +5,4 @@ Tw 310;
Pr_t 1;
Pr_t 1;
thickness 1;
thickness 1;
radius 1;
radius 1;
end_Time 100;
This diff is collapsed.
Click to expand it.
openfoam2012/freeCylinderFlow/system/controlDict
+
4
−
1
View file @
43da6601
...
@@ -15,6 +15,8 @@ FoamFile
...
@@ -15,6 +15,8 @@ FoamFile
}
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#include "../parameters";
application buoyantBoussinesqPimpleFoam;
application buoyantBoussinesqPimpleFoam;
startFrom latestTime;
startFrom latestTime;
...
@@ -23,7 +25,8 @@ startTime 0;
...
@@ -23,7 +25,8 @@ startTime 0;
stopAt endTime;
stopAt endTime;
endTime 1000;
/* endTime 1000; */
endTime $end_Time; // hoping that steady state or regular fluctuation is reached
deltaT 1;
deltaT 1;
...
...
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