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
e7993295
Commit
e7993295
authored
Jul 07, 2016
by
Mark Olesen
Browse files
COMP: template ambiguity for 64-bit labels (issue
#175
)
parent
2ed6b4da
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/derived/turbulentDFSEMInlet/turbulentDFSEMInletFvPatchVectorField.C
View file @
e7993295
...
...
@@ -80,7 +80,7 @@ void Foam::turbulentDFSEMInletFvPatchVectorField::writeEddyOBJ() const
// label i2 = ((i + 1) % nPoint) + nPoint;
// os << "l " << i1 << " " << i2 << nl;
//}
}
}
{
const
Time
&
time
=
db
().
time
();
...
...
@@ -95,7 +95,7 @@ void Foam::turbulentDFSEMInletFvPatchVectorField::writeEddyOBJ() const
const
eddy
&
e
=
eddies_
[
eddyI
];
pointOffset
+=
e
.
writeSurfaceOBJ
(
pointOffset
,
patchNormal_
,
os
);
}
}
}
}
...
...
@@ -141,7 +141,7 @@ void Foam::turbulentDFSEMInletFvPatchVectorField::writeLumleyCoeffs() const
scalar
eta
=
sqrt
(
-
ii
/
3
.
0
);
os
<<
xi
<<
token
::
TAB
<<
eta
<<
token
::
TAB
<<
ii
<<
token
::
TAB
<<
iii
<<
endl
;
}
}
}
// After interpolation
...
...
@@ -1107,7 +1107,7 @@ void Foam::turbulentDFSEMInletFvPatchVectorField::write(Ostream& os) const
writeEntryIfDifferent
(
os
,
"d"
,
1
.
0
,
d_
);
writeEntryIfDifferent
(
os
,
"kappa"
,
0
.
41
,
kappa_
);
writeEntryIfDifferent
(
os
,
"perturb"
,
1e-5
,
perturb_
);
writeEntryIfDifferent
(
os
,
"nCellPerEddy"
,
5
,
nCellPerEddy_
);
writeEntryIfDifferent
<
label
>
(
os
,
"nCellPerEddy"
,
5
,
nCellPerEddy_
);
writeEntryIfDifferent
(
os
,
"writeEddies"
,
false
,
writeEddies_
);
if
(
!
interpolateR_
)
...
...
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