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
I
integration-cfmesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Community
integration-cfmesh
Commits
e1685738
Commit
e1685738
authored
May 13, 2016
by
Franjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed invalid settings
parent
622196ec
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
tutorials/cartesianMesh/elbow_90degree/system/meshDict
tutorials/cartesianMesh/elbow_90degree/system/meshDict
+2
-2
tutorials/cartesianMesh/multipleOrifices/system/meshDict
tutorials/cartesianMesh/multipleOrifices/system/meshDict
+2
-2
tutorials/cartesianMesh/singleOrifice/system/meshDict
tutorials/cartesianMesh/singleOrifice/system/meshDict
+3
-3
tutorials/pMesh/multipleOrifices/system/meshDict
tutorials/pMesh/multipleOrifices/system/meshDict
+2
-2
No files found.
tutorials/cartesianMesh/elbow_90degree/system/meshDict
View file @
e1685738
...
...
@@ -56,13 +56,13 @@ renameBoundary
"inlet.*"
{
newName inlet;
newT
ype patch;
t
ype patch;
}
"outlet.*"
{
newName outlet;
newT
ype patch;
t
ype patch;
}
}
}
...
...
tutorials/cartesianMesh/multipleOrifices/system/meshDict
View file @
e1685738
...
...
@@ -100,13 +100,13 @@ renameBoundary
"inlet.*"
{
newName inlet;
newT
ype patch;
t
ype patch;
}
"outlet.*"
{
newName outlet;
newT
ype patch;
t
ype patch;
}
}
}
...
...
tutorials/cartesianMesh/singleOrifice/system/meshDict
View file @
e1685738
...
...
@@ -89,19 +89,19 @@ renameBoundary
"orificeRegion.*"
{
newName orificeRegion;
newT
ype wall;
t
ype wall;
}
"inlet.*"
{
newName inlet;
newT
ype patch;
t
ype patch;
}
"outlet.*"
{
newName outlet;
newT
ype patch;
t
ype patch;
}
}
}
...
...
tutorials/pMesh/multipleOrifices/system/meshDict
View file @
e1685738
...
...
@@ -61,13 +61,13 @@ renameBoundary
"inlet.*"
{
newName inlet;
newT
ype patch;
t
ype patch;
}
"outlet.*"
{
newName outlet;
newT
ype patch;
t
ype patch;
}
}
}
...
...
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