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
3ac2d3e6
Commit
3ac2d3e6
authored
Sep 10, 2013
by
Henry
Browse files
Rationalised createPcorrTypes.H and createUf.H
parent
2d773bc0
Changes
7
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/pimpleFoam/pimpleDyMFoam/createPcorrTypes.H
deleted
100644 → 0
View file @
2d773bc0
wordList
pcorrTypes
(
p
.
boundaryField
().
size
(),
zeroGradientFvPatchScalarField
::
typeName
);
for
(
label
i
=
0
;
i
<
p
.
boundaryField
().
size
();
i
++
)
{
if
(
p
.
boundaryField
()[
i
].
fixesValue
())
{
pcorrTypes
[
i
]
=
fixedValueFvPatchScalarField
::
typeName
;
}
}
applications/solvers/multiphase/interFoam/interDyMFoam/createPcorrTypes.H
deleted
100644 → 0
View file @
2d773bc0
wordList
pcorrTypes
(
p_rgh
.
boundaryField
().
size
(),
zeroGradientFvPatchScalarField
::
typeName
);
for
(
label
i
=
0
;
i
<
p_rgh
.
boundaryField
().
size
();
i
++
)
{
if
(
p_rgh
.
boundaryField
()[
i
].
fixesValue
())
{
pcorrTypes
[
i
]
=
fixedValueFvPatchScalarField
::
typeName
;
}
}
applications/solvers/multiphase/interFoam/interDyMFoam/createUf.H
deleted
100644 → 0
View file @
2d773bc0
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
OpenFOAM is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Global
createUf
Description
Creates and initialises the velocity velocity field Uf.
\*---------------------------------------------------------------------------*/
#ifndef createUf_H
#define createUf_H
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info
<<
"Reading/calculating face velocity Uf
\n
"
<<
endl
;
surfaceVectorField
Uf
(
IOobject
(
"Uf"
,
runTime
.
timeName
(),
mesh
,
IOobject
::
READ_IF_PRESENT
,
IOobject
::
AUTO_WRITE
),
linearInterpolate
(
U
)
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
#endif
// ************************************************************************* //
applications/solvers/compressible/sonicFoam/sonicDyMFoam
/createRhoUf.H
→
src/finiteVolume/cfdTools/compressible
/createRhoUf.H
View file @
3ac2d3e6
...
...
@@ -22,15 +22,15 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Global
createUf
create
Rho
Uf
Description
Creates and initialises the velocity velocity field Uf.
Creates and initialises the velocity velocity field
rho
Uf.
\*---------------------------------------------------------------------------*/
#ifndef createUf_H
#define createUf_H
#ifndef create
Rho
Uf_H
#define create
Rho
Uf_H
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
applications/solvers/compressible/rhoPimpleFoam/rhoPimpleDyMFoam
/createPcorrTypes.H
→
src/finiteVolume/cfdTools/general/include
/createPcorrTypes.H
View file @
3ac2d3e6
File moved
applications/solvers/multiphase/compressibleInterFoam/compressibleInterDyMFoam
/createP
c
orrTypes.H
→
src/finiteVolume/cfdTools/general/include
/createP
rghC
orrTypes.H
View file @
3ac2d3e6
File moved
applications/solvers/incompressible/pimpleFoam/pimpleDyMFoam
/createUf.H
→
src/finiteVolume/cfdTools/incompressible
/createUf.H
View file @
3ac2d3e6
File moved
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