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
566512bc
Commit
566512bc
authored
Feb 11, 2016
by
Henry Weller
Browse files
driftFluxFoam: Set Udm BCs to type calculated
parent
01d85449
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/driftFluxFoam/relativeVelocityModels/relativeVelocityModel/relativeVelocityModel.C
View file @
566512bc
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2014-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2014-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -59,8 +59,7 @@ Foam::relativeVelocityModel::relativeVelocityModel
IOobject
::
AUTO_WRITE
),
alphac_
.
mesh
(),
dimensionedVector
(
"Udm"
,
dimVelocity
,
vector
::
zero
),
mixture
.
U
().
boundaryField
().
types
()
dimensionedVector
(
"Udm"
,
dimVelocity
,
vector
::
zero
)
)
{}
...
...
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