Skip to content

Commit 54d191a

Browse files
author
Will Bainbridge
committed
test/Lagrangian/coupling: Switch to fan injection
This change means the only effect spreading the particles out of the plane is the turbulent dispersion model. This makes it easier to see the effect of that model and switch it on and off and otherwise confirm its behaviour.
1 parent 546cb75 commit 54d191a

File tree

1 file changed

+2
-1
lines changed
  • test/Lagrangian/coupling/0/Lagrangian/kinematicParcel

1 file changed

+2
-1
lines changed

test/Lagrangian/coupling/0/Lagrangian/kinematicParcel/U

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ sources
3939
{
4040
pointInjection
4141
{
42-
type coneVelocity;
42+
type fanVelocity;
4343
Ucentre (1 0 0);
44+
normal (0 0 1);
4445
thetaInner 0 [deg];
4546
thetaOuter 5 [deg];
4647
}

0 commit comments

Comments
 (0)