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
eb1498f4
Commit
eb1498f4
authored
Feb 28, 2016
by
Henry Weller
Browse files
ConeNozzleInjection: Corrected copy constructor
Resolves bug-report
http://www.openfoam.org/mantisbt/view.php?id=2010
parent
0db8ff34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/submodels/Kinematic/InjectionModel/ConeNozzleInjection/ConeNozzleInjection.C
View file @
eb1498f4
...
...
@@ -223,7 +223,7 @@ Foam::ConeNozzleInjection<CloudType>::ConeNozzleInjection
thetaOuter_
(
im
.
thetaOuter_
),
sizeDistribution_
(
im
.
sizeDistribution_
().
clone
().
ptr
()),
tanVec1_
(
im
.
tanVec1_
),
tanVec2_
(
im
.
tanVec
1
_
),
tanVec2_
(
im
.
tanVec
2
_
),
normal_
(
im
.
normal_
),
UMag_
(
im
.
UMag_
),
Cd_
(
im
.
Cd_
),
...
...
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