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
cbb8e1db
Commit
cbb8e1db
authored
9 years ago
by
Chris Greenshields
Browse files
Options
Downloads
Patches
Plain Diff
closedVolume template case: removed word entries from dimensionedScalars in transportProperties
parent
ad245686
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/templates/closedVolume/constant/transportProperties
+5
-5
5 additions, 5 deletions
etc/templates/closedVolume/constant/transportProperties
with
5 additions
and
5 deletions
etc/templates/closedVolume/constant/transportProperties
+
5
−
5
View file @
cbb8e1db
...
@@ -17,18 +17,18 @@ FoamFile
...
@@ -17,18 +17,18 @@ FoamFile
transportModel Newtonian;
transportModel Newtonian;
// Laminar viscosity
// Laminar viscosity
nu
nu
[0 2 -1 0 0 0 0] 1e-05;
nu [0 2 -1 0 0 0 0] 1e-05;
// Thermal expansion coefficient
// Thermal expansion coefficient
beta
beta
[0 0 0 -1 0 0 0] 3e-03;
beta [0 0 0 -1 0 0 0] 3e-03;
// Reference temperature
// Reference temperature
TRef
TRef
[0 0 0 1 0 0 0] 300;
TRef [0 0 0 1 0 0 0] 300;
// Laminar Prandtl number
// Laminar Prandtl number
Pr
Pr
[0 0 0 0 0 0 0] 0.9;
Pr [0 0 0 0 0 0 0] 0.9;
// Turbulent Prandtl number
// Turbulent Prandtl number
Prt
Prt
[0 0 0 0 0 0 0] 0.7;
Prt [0 0 0 0 0 0 0] 0.7;
// ************************************************************************* //
// ************************************************************************* //
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