Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
1c9fbf69
Commit
1c9fbf69
authored
Dec 11, 2013
by
mattijs
Browse files
STYLE: edgeMesh: indentation etc.
parent
b713bc71
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/edgeMesh/edgeMesh.H
View file @
1c9fbf69
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
2
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -31,6 +31,7 @@ SourceFiles
edgeMeshI.H
edgeMesh.C
edgeMeshIO.C
edgeMeshNew.C
\*---------------------------------------------------------------------------*/
...
...
src/edgeMesh/edgeMeshNew.C
View file @
1c9fbf69
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011
-2013
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -48,14 +48,11 @@ Foam::autoPtr<Foam::edgeMesh> Foam::edgeMesh::New
<<
exit
(
FatalError
);
}
return
autoPtr
<
edgeMesh
>
(
cstrIter
()(
name
));
return
autoPtr
<
edgeMesh
>
(
cstrIter
()(
name
));
}
Foam
::
autoPtr
<
Foam
::
edgeMesh
>
Foam
::
edgeMesh
::
New
(
const
fileName
&
name
)
Foam
::
autoPtr
<
Foam
::
edgeMesh
>
Foam
::
edgeMesh
::
New
(
const
fileName
&
name
)
{
word
ext
=
name
.
ext
();
if
(
ext
==
"gz"
)
...
...
src/edgeMesh/extendedFeatureEdgeMesh/extendedFeatureEdgeMesh.H
View file @
1c9fbf69
...
...
@@ -161,7 +161,7 @@ private:
// points and edges, unsorted
vectorField
normals_
;
//-
//-
Type per normal: which side of normal to mesh
List
<
sideVolumeType
>
normalVolumeTypes_
;
//- Flat and open edges require the direction of the edge
...
...
src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H
View file @
1c9fbf69
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011
-2013
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -78,6 +78,8 @@ public:
featureEdgeMesh
(
const
IOobject
&
,
const
featureEdgeMesh
&
);
// IO
//- ReadData function required for regIOobject read operation
virtual
bool
readData
(
Istream
&
);
...
...
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