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
9e02bcc0
Commit
9e02bcc0
authored
Aug 06, 2011
by
Henry
Browse files
Corrected copyright
parent
61db7b5b
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/Lists/FixedList/FixedListIO.C
View file @
9e02bcc0
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-201
0
OpenCFD Ltd.
\\ / A nd | Copyright (C) 2004-201
1
OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
src/OpenFOAM/containers/Lists/List/ListIO.C
View file @
9e02bcc0
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-201
0
OpenCFD Ltd.
\\ / A nd | Copyright (C) 2004-201
1
OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
src/OpenFOAM/db/IOstreams/token/token.C
View file @
9e02bcc0
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2004-201
0
OpenCFD Ltd.
\\ / A nd | Copyright (C) 2004-201
1
OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -92,8 +92,11 @@ Foam::token::compound& Foam::token::transferCompoundToken(const Istream& is)
{
if
(
compoundTokenPtr_
->
empty
())
{
FatalIOErrorIn
(
"token::transferCompoundToken(const Istream& is)"
,
is
)
<<
"compound has already been transfered from token
\n
"
FatalIOErrorIn
(
"token::transferCompoundToken(const Istream& is)"
,
is
)
<<
"compound has already been transfered from token
\n
"
<<
info
()
<<
abort
(
FatalIOError
);
}
else
...
...
tutorials/mesh/cvMesh/simpleShapes/system/cvMeshDict
View file @
9e02bcc0
...
...
@@ -384,6 +384,9 @@ polyMeshFiltering
edgeCollapseGuardFraction 0.3;
// Only collapse face to point if high aspect ratio
maxCollapseFaceToPointSideLengthCoeff 0.35;
// Write the tet-dual mesh for post-processing
writeTetDualMesh yes;
}
...
...
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