SprayParcel: Copy construct mass0 data
Resolves bug report https://bugs.openfoam.org/view.php?id=4181
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -420,6 +420,7 @@ Foam::SprayParcel<ParcelType>::SprayParcel(const SprayParcel<ParcelType>& p)
|
|||||||
:
|
:
|
||||||
ParcelType(p),
|
ParcelType(p),
|
||||||
d0_(p.d0_),
|
d0_(p.d0_),
|
||||||
|
mass0_(p.mass0_),
|
||||||
position0_(p.position0_),
|
position0_(p.position0_),
|
||||||
sigma_(p.sigma_),
|
sigma_(p.sigma_),
|
||||||
mu_(p.mu_),
|
mu_(p.mu_),
|
||||||
|
|||||||
Reference in New Issue
Block a user