Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenFOAM CalculiX XY (issue#34) #92

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
solid
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we can remove all the new files in CHT/flow-over-plate/buoyantPimpleFoam-nutils/.

facet normal 0.000000e+00 -1.000000e+00 0.000000e+00
outer loop
vertex 1.000000e+00 -2.500000e-01 0.000000e+00
vertex 0.000000e+00 -2.500000e-01 5.000000e-02
vertex 0.000000e+00 -2.500000e-01 0.000000e+00
endloop
endfacet
facet normal 0.000000e+00 -1.000000e+00 0.000000e+00
outer loop
vertex 1.000000e+00 -2.500000e-01 0.000000e+00
vertex 1.000000e+00 -2.500000e-01 5.000000e-02
vertex 0.000000e+00 -2.500000e-01 5.000000e-02
endloop
endfacet
facet normal 1.000000e+00 0.000000e+00 0.000000e+00
outer loop
vertex 1.000000e+00 0.000000e+00 0.000000e+00
vertex 1.000000e+00 -2.500000e-01 5.000000e-02
vertex 1.000000e+00 -2.500000e-01 0.000000e+00
endloop
endfacet
facet normal 1.000000e+00 0.000000e+00 -0.000000e+00
outer loop
vertex 1.000000e+00 0.000000e+00 0.000000e+00
vertex 1.000000e+00 0.000000e+00 5.000000e-02
vertex 1.000000e+00 -2.500000e-01 5.000000e-02
endloop
endfacet
facet normal 0.000000e+00 1.000000e+00 0.000000e+00
outer loop
vertex 0.000000e+00 0.000000e+00 0.000000e+00
vertex 1.000000e+00 0.000000e+00 5.000000e-02
vertex 1.000000e+00 0.000000e+00 0.000000e+00
endloop
endfacet
facet normal 0.000000e+00 1.000000e+00 0.000000e+00
outer loop
vertex 0.000000e+00 0.000000e+00 0.000000e+00
vertex 0.000000e+00 0.000000e+00 5.000000e-02
vertex 1.000000e+00 0.000000e+00 5.000000e-02
endloop
endfacet
facet normal -1.000000e+00 0.000000e+00 0.000000e+00
outer loop
vertex 0.000000e+00 -2.500000e-01 0.000000e+00
vertex 0.000000e+00 0.000000e+00 5.000000e-02
vertex 0.000000e+00 0.000000e+00 0.000000e+00
endloop
endfacet
facet normal -1.000000e+00 0.000000e+00 0.000000e+00
outer loop
vertex 0.000000e+00 -2.500000e-01 0.000000e+00
vertex 0.000000e+00 -2.500000e-01 5.000000e-02
vertex 0.000000e+00 0.000000e+00 5.000000e-02
endloop
endfacet
facet normal 0.000000e+00 -0.000000e+00 -1.000000e+00
outer loop
vertex 1.000000e+00 0.000000e+00 0.000000e+00
vertex 1.000000e+00 -2.500000e-01 0.000000e+00
vertex 0.000000e+00 -2.500000e-01 0.000000e+00
endloop
endfacet
facet normal -0.000000e+00 0.000000e+00 -1.000000e+00
outer loop
vertex 1.000000e+00 0.000000e+00 0.000000e+00
vertex 0.000000e+00 -2.500000e-01 0.000000e+00
vertex 0.000000e+00 0.000000e+00 0.000000e+00
endloop
endfacet
facet normal 0.000000e+00 0.000000e+00 1.000000e+00
outer loop
vertex 1.000000e+00 0.000000e+00 5.000000e-02
vertex 0.000000e+00 -2.500000e-01 5.000000e-02
vertex 1.000000e+00 -2.500000e-01 5.000000e-02
endloop
endfacet
facet normal 0.000000e+00 0.000000e+00 1.000000e+00
outer loop
vertex 1.000000e+00 0.000000e+00 5.000000e-02
vertex 0.000000e+00 0.000000e+00 5.000000e-02
vertex 0.000000e+00 -2.500000e-01 5.000000e-02
endloop
endfacet
endsolid
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
inlet
{
type wall;
inGroups List<word> 1(wall);
nFaces 41;
startFace 23692;
}
outlet
{
type wall;
inGroups List<word> 1(wall);
nFaces 41;
startFace 23733;
}
top
{
type wall;
inGroups List<word> 1(wall);
nFaces 293;
startFace 23774;
}
slip-bottom
{
type wall;
inGroups List<word> 1(wall);
nFaces 81;
startFace 24067;
}
bottom
{
type wall;
inGroups List<word> 1(wall);
nFaces 51;
startFace 24148;
}
interface
{
type wall;
inGroups List<word> 1(wall);
nFaces 161;
startFace 24199;
}
defaultFaces
{
type empty;
inGroups List<word> 1(empty);
nFaces 24026;
startFace 24360;
}
)

// ************************************************************************* //
Loading