Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
5a2eff8e
Commit
5a2eff8e
authored
Nov 10, 2009
by
mattijs
Browse files
fieldname is a word; not fileName
parent
1999330c
Changes
12
Hide whitespace changes
Inline
Side-by-side
src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.C
View file @
5a2eff8e
...
...
@@ -249,7 +249,7 @@ void Foam::dxSurfaceWriter<Type>::write
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
)
const
...
...
src/sampling/sampledSurface/writers/dx/dxSurfaceWriter.H
View file @
5a2eff8e
...
...
@@ -88,7 +88,7 @@ public:
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
=
false
)
const
;
...
...
src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.C
View file @
5a2eff8e
...
...
@@ -84,7 +84,7 @@ void Foam::foamFileSurfaceWriter<Type>::write
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
)
const
...
...
src/sampling/sampledSurface/writers/foamFile/foamFileSurfaceWriter.H
View file @
5a2eff8e
...
...
@@ -95,7 +95,7 @@ public:
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
=
false
)
const
;
...
...
src/sampling/sampledSurface/writers/null/nullSurfaceWriter.C
View file @
5a2eff8e
...
...
@@ -53,7 +53,7 @@ void Foam::nullSurfaceWriter<Type>::write
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
)
const
...
...
src/sampling/sampledSurface/writers/null/nullSurfaceWriter.H
View file @
5a2eff8e
...
...
@@ -80,7 +80,7 @@ public:
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
=
false
)
const
;
...
...
src/sampling/sampledSurface/writers/proxy/proxySurfaceWriter.H
View file @
5a2eff8e
...
...
@@ -102,7 +102,7 @@ public:
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
=
false
)
const
...
...
src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.C
View file @
5a2eff8e
...
...
@@ -65,7 +65,7 @@ void Foam::rawSurfaceWriter<Type>::writeGeometry
template
<
class
Type
>
void
Foam
::
rawSurfaceWriter
<
Type
>::
writeData
(
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
scalarField
&
values
,
...
...
@@ -101,7 +101,7 @@ void Foam::rawSurfaceWriter<Type>::writeData
template
<
class
Type
>
void
Foam
::
rawSurfaceWriter
<
Type
>::
writeData
(
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
vectorField
&
values
,
...
...
@@ -144,7 +144,7 @@ void Foam::rawSurfaceWriter<Type>::writeData
template
<
class
Type
>
void
Foam
::
rawSurfaceWriter
<
Type
>::
writeData
(
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
sphericalTensorField
&
values
,
...
...
@@ -183,7 +183,7 @@ void Foam::rawSurfaceWriter<Type>::writeData
template
<
class
Type
>
void
Foam
::
rawSurfaceWriter
<
Type
>::
writeData
(
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
symmTensorField
&
values
,
...
...
@@ -232,7 +232,7 @@ void Foam::rawSurfaceWriter<Type>::writeData
template
<
class
Type
>
void
Foam
::
rawSurfaceWriter
<
Type
>::
writeData
(
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
tensorField
&
values
,
...
...
@@ -344,7 +344,7 @@ namespace Foam
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
bool
>&
values
,
const
bool
verbose
)
const
...
...
@@ -359,7 +359,7 @@ void Foam::rawSurfaceWriter<Type>::write
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
)
const
...
...
src/sampling/sampledSurface/writers/raw/rawSurfaceWriter.H
View file @
5a2eff8e
...
...
@@ -70,7 +70,7 @@ class rawSurfaceWriter
static
void
writeData
(
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
scalarField
&
values
,
...
...
@@ -79,7 +79,7 @@ class rawSurfaceWriter
static
void
writeData
(
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
vectorField
&
values
,
...
...
@@ -88,7 +88,7 @@ class rawSurfaceWriter
static
void
writeData
(
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
sphericalTensorField
&
values
,
...
...
@@ -97,7 +97,7 @@ class rawSurfaceWriter
static
void
writeData
(
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
symmTensorField
&
values
,
...
...
@@ -106,7 +106,7 @@ class rawSurfaceWriter
static
void
writeData
(
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
tensorField
&
values
,
...
...
@@ -152,7 +152,7 @@ public:
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
=
false
)
const
;
...
...
src/sampling/sampledSurface/writers/surfaceWriter.H
View file @
5a2eff8e
...
...
@@ -128,7 +128,7 @@ public:
const
fileName
&
surfaceName
,
// name of surface
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
// name of field
const
word
&
fieldName
,
// name of field
const
Field
<
Type
>&
values
,
const
bool
verbose
=
false
)
const
=
0
;
...
...
src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.C
View file @
5a2eff8e
...
...
@@ -266,7 +266,7 @@ void Foam::vtkSurfaceWriter<Type>::write
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
)
const
...
...
src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H
View file @
5a2eff8e
...
...
@@ -97,7 +97,7 @@ public:
const
fileName
&
surfaceName
,
const
pointField
&
points
,
const
faceList
&
faces
,
const
fileName
&
fieldName
,
const
word
&
fieldName
,
const
Field
<
Type
>&
values
,
const
bool
verbose
=
false
)
const
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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