lagrangian: Fixed argument passing from Colliding to Kinematic parcel component constructor
Resolves bug report https://bugs.openfoam.org/view.php?id=2643
This commit is contained in:
parent
4d892f4579
commit
bfda106526
2 changed files with 2 additions and 2 deletions
|
|
@ -123,7 +123,7 @@ inline Foam::CollidingParcel<ParcelType>::CollidingParcel
|
|||
nParticle0,
|
||||
d0,
|
||||
dTarget0,
|
||||
torque0,
|
||||
U0,
|
||||
constProps
|
||||
),
|
||||
f_(f0),
|
||||
|
|
|
|||
|
|
@ -352,7 +352,7 @@ public:
|
|||
const scalar nParticle0,
|
||||
const scalar d0,
|
||||
const scalar dTarget0,
|
||||
const vector& torque0,
|
||||
const vector& U0,
|
||||
const constantProperties& constProps
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue