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
b50dd048
Commit
b50dd048
authored
May 16, 2014
by
Franjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing FanOctree
parent
4c2bc324
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
186 deletions
+0
-186
tutorials/FanOctree/system/controlDict
tutorials/FanOctree/system/controlDict
+0
-51
tutorials/FanOctree/system/meshDict
tutorials/FanOctree/system/meshDict
+0
-135
No files found.
tutorials/FanOctree/system/controlDict
deleted
100644 → 0
View file @
4c2bc324
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | cfMesh: A library for mesh generation |
| \\ / O peration | |
| \\ / A nd | Author: Franjo Juretic |
| \\/ M anipulation | E-mail: franjo.juretic@c-fields.com |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object meshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application ;
startFrom latestTime;
startTime 0;
stopAt endTime;
endTime 10;
deltaT 0.05;
writeControl timeStep;
writeInterval 20;
purgeWrite 0;
writeFormat binary;
writePrecision 6;
writeCompression uncompressed;
timeFormat general;
timePrecision 6;
runTimeModifiable yes;
// ************************************************************************* //
tutorials/FanOctree/system/meshDict
deleted
100755 → 0
View file @
4c2bc324
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | cfMesh: A library for mesh generation |
| \\ / O peration | |
| \\ / A nd | Author: Franjo Juretic |
| \\/ M anipulation | E-mail: franjo.juretic@c-fields.com |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object meshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
surfaceFile "Fan1.ftr";
maxCellSize 40;
boundaryCellSize 10;
minCellSize 1.25;
localRefinement
{
// outer rim
patch0
{
cellSize 5;
}
// blade seat edge
patch5
{
cellSize 1.25;
}
// shaft
patch6
{
cellSize 10;
}
// thin edges at blade ends
patch37
{
cellSize 0.625;
}
patch55
{
cellSize 0.625;
}
patch72
{
cellSize 0.625;
}
patch89
{
cellSize 0.625;
}
patch86
{
cellSize 0.625;
}
patch114
{
cellSize 0.625;
}
patch138
{
cellSize 0.625;
}
patch157
{
cellSize 0.625;
}
// blades
patch8
{
cellSize 5;
}
patch11
{
cellSize 5;
}
patch12
{
cellSize 5;
}
patch16
{
cellSize 5;
}
patch19
{
cellSize 5;
}
patch24
{
cellSize 5;
}
patch27
{
cellSize 5;
}
patch30
{
cellSize 5;
}
);
keepCellsIntersectingPatches
{
patch0
{
keepCells 1;
}
patch1
{
keepCells 1;
}
patch2
{
keepCells 1;
}
}
keepCellsIntersectingBoundary 1;
checkForGluedMesh 1;
// ************************************************************************* //
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