Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenFOAM-plus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
339
Issues
339
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
OpenFOAM-plus
Commits
8d3c4cd0
Commit
8d3c4cd0
authored
Feb 01, 2019
by
sergio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Updating interCondensatingEvaporatingFoam tutorial case
parent
eda41a68
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
17 deletions
+9
-17
tutorials/multiphase/interCondensatingEvaporatingFoam/condensatingVessel/0/T
...e/interCondensatingEvaporatingFoam/condensatingVessel/0/T
+1
-1
tutorials/multiphase/interCondensatingEvaporatingFoam/condensatingVessel/constant/phaseChangeProperties
...ingFoam/condensatingVessel/constant/phaseChangeProperties
+2
-2
tutorials/multiphase/interCondensatingEvaporatingFoam/condensatingVessel/system/controlDict
...tingEvaporatingFoam/condensatingVessel/system/controlDict
+4
-4
tutorials/multiphase/interCondensatingEvaporatingFoam/condensatingVessel/system/fvSchemes
...satingEvaporatingFoam/condensatingVessel/system/fvSchemes
+1
-1
tutorials/multiphase/interCondensatingEvaporatingFoam/condensatingVessel/system/fvSolution
...atingEvaporatingFoam/condensatingVessel/system/fvSolution
+1
-9
No files found.
tutorials/multiphase/interCondensatingEvaporatingFoam/condensatingVessel/0/T
View file @
8d3c4cd0
...
...
@@ -16,7 +16,7 @@ FoamFile
dimensions [0 0 0 1 0 0 0];
internalField uniform 3
75
;
internalField uniform 3
66
;
boundaryField
{
...
...
tutorials/multiphase/interCondensatingEvaporatingFoam/condensatingVessel/constant/phaseChangeProperties
View file @
8d3c4cd0
...
...
@@ -18,8 +18,8 @@ phaseChangeTwoPhaseModel constant;
constantCoeffs
{
coeffC coeffC [0 0 -1 -1 0 0 0]
2
50;
coeffE coeffE [0 0 -1 -1 0 0 0]
2
50;
coeffC coeffC [0 0 -1 -1 0 0 0] 50;
coeffE coeffE [0 0 -1 -1 0 0 0] 50;
}
...
...
tutorials/multiphase/interCondensatingEvaporatingFoam/condensatingVessel/system/controlDict
View file @
8d3c4cd0
...
...
@@ -23,13 +23,13 @@ startTime 0;
stopAt endTime;
endTime
4
;
endTime
10
;
deltaT 1e-4;
writeControl adjustableRunTime;
writeInterval 0.
1
;
writeInterval 0.
5
;
purgeWrite 0;
...
...
@@ -45,9 +45,9 @@ timePrecision 6;
runTimeModifiable yes;
adjustTimeStep
no
;
adjustTimeStep
yes
;
maxCo
1
.0;
maxCo
2
.0;
maxDeltaT 1e-2;
...
...
tutorials/multiphase/interCondensatingEvaporatingFoam/condensatingVessel/system/fvSchemes
View file @
8d3c4cd0
...
...
@@ -33,7 +33,7 @@ divSchemes
div(phi,omega) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,k) Gauss upwind;
div(rho
Phi,e
) Gauss upwind;
div(rho
CpPhi,T
) Gauss upwind;
div(rhoPhi,K) Gauss upwind;
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss linear;
...
...
tutorials/multiphase/interCondensatingEvaporatingFoam/condensatingVessel/system/fvSolution
View file @
8d3c4cd0
...
...
@@ -96,15 +96,7 @@ solvers
relTol 0;
};
"e.*"
{
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-7;
relTol 0.0;
}
"(k.*|omega.*|Theta.*).*"
"(k.*|omega.*|Theta.*|T.*).*"
{
solver PBiCGStab;
preconditioner DILU;
...
...
Write
Preview
Markdown
is supported
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