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
aee3c138
Commit
aee3c138
authored
May 16, 2014
by
Franjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed Fan from tutorials
parent
899a79d7
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
790518 deletions
+0
-790518
tutorials/FanOctree/Fan1.ftr
tutorials/FanOctree/Fan1.ftr
+0
-107963
tutorials/FanOctree/Fan1.sftr
tutorials/FanOctree/Fan1.sftr
+0
-90285
tutorials/FanOctree/Fan1.stl
tutorials/FanOctree/Fan1.stl
+0
-501708
tutorials/FanOctree/Fan_srf.sftr
tutorials/FanOctree/Fan_srf.sftr
+0
-90285
tutorials/FanOctree/constant/transportProperties
tutorials/FanOctree/constant/transportProperties
+0
-28
tutorials/FanOctree/system/controlDict
tutorials/FanOctree/system/controlDict
+0
-56
tutorials/FanOctree/system/fvSchemes
tutorials/FanOctree/system/fvSchemes
+0
-67
tutorials/FanOctree/system/fvSolution
tutorials/FanOctree/system/fvSolution
+0
-38
tutorials/FanOctree/system/meshDict
tutorials/FanOctree/system/meshDict
+0
-88
No files found.
tutorials/FanOctree/Fan1.ftr
deleted
100644 → 0
View file @
899a79d7
This diff is collapsed.
Click to expand it.
tutorials/FanOctree/Fan1.sftr
deleted
100644 → 0
View file @
899a79d7
This diff is collapsed.
Click to expand it.
tutorials/FanOctree/Fan1.stl
deleted
100644 → 0
View file @
899a79d7
This diff is collapsed.
Click to expand it.
tutorials/FanOctree/Fan_srf.sftr
deleted
100644 → 0
View file @
899a79d7
This diff is collapsed.
Click to expand it.
tutorials/FanOctree/constant/transportProperties
deleted
100644 → 0
View file @
899a79d7
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "";
case "";
instance "";
local "";
class dictionary;
object transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
nu nu [0 2 -1 0 0 0 0] 0.01;
// ************************************************************************* //
tutorials/FanOctree/system/controlDict
deleted
100644 → 0
View file @
899a79d7
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "";
case "";
instance "";
local "";
class dictionary;
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application icoFoam;
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/fvSchemes
deleted
100644 → 0
View file @
899a79d7
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "";
case "";
instance "";
local "";
class dictionary;
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
ddtSchemes
{
default Euler;
}
gradSchemes
{
default Gauss linear;
grad(p) Gauss linear;
}
divSchemes
{
default none;
div(phi,U) Gauss limitedLinearV 1;
}
laplacianSchemes
{
default none;
laplacian(nu,U) Gauss linear corrected;
laplacian(1|A(U),p) Gauss linear corrected;
}
interpolationSchemes
{
default linear;
interpolate(HbyA) linear;
}
snGradSchemes
{
default corrected;
}
fluxRequired
{
default no;
p;
}
// ************************************************************************* //
tutorials/FanOctree/system/fvSolution
deleted
100644 → 0
View file @
899a79d7
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "";
case "";
instance "";
local "";
class dictionary;
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers
{
p ICCG 1e-06 0;
U BICCG 1e-05 0;
}
PISO
{
nCorrectors 2;
nNonOrthogonalCorrectors 2;
}
// ************************************************************************* //
tutorials/FanOctree/system/meshDict
deleted
100755 → 0
View file @
899a79d7
// The FOAM Project // File: adaptiveProperties
/*
-------------------------------------------------------------------------------
========= | dictionary
\\ / |
\\ / | Name: adaptiveProperties
\\ / | Family: Data file
\\/ |
F ield | FOAM version: 1.9.6
O peration | Product of Nabla Ltd.
A and |
M anipulation | Email: Enquiries@Nabla.co.uk
-------------------------------------------------------------------------------
*/
version 0.5;
format ascii;
root "/home/larson/franjo/foam/run";
case "thetaTest";
instance "system";
local "";
note "fvSchemes for Foam";
class dictionary;
object adaptiveProperties;
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
surfaceFile "Fan1.ftr";
maxCellSize 40;
boundaryCellSize 10;
patchCellSize
19
(
// outer rim
patch0 5
// blade seat edge
patch5 1.25
// shaft
patch6 10
// thin edges at blade ends
patch37 0.625
patch55 0.625
patch72 0.625
patch89 0.625
patch86 0.625
patch114 0.625
patch138 0.625
patch157 0.625
// blades
patch8 5
patch11 5
patch12 5
patch16 5
patch19 5
patch24 5
patch27 5
patch30 5
);
subsetFileName "Fan1.sftr";
subsetCellSize
1
(
_refine_1 2.5
);
keepCellsIntersectingPatches
3
(
patch0
patch1
patch2
);
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