Skip to content
Snippets Groups Projects
Commit 1e5b8016 authored by andy's avatar andy
Browse files

ENH: Updated lagrangian tutorials to reflect change in particle force I/O

parent 5df29dff
Branches
Tags
No related merge requests found
Showing
with 18 additions and 45 deletions
......@@ -90,11 +90,8 @@ subModels
{
particleForces
{
activeForces
(
sphereDrag
gravity
);
sphereDrag;
gravity;
}
injectionModel patchInjection;
......
......@@ -83,11 +83,8 @@ subModels
{
particleForces
{
activeForces
(
sphereDrag
gravity
);
sphereDrag;
gravity;
}
injectionModel manualInjection;
......
......@@ -73,11 +73,8 @@ subModels
{
particleForces
{
activeForces
(
sphereDrag
gravity
);
sphereDrag;
gravity;
}
injectionModel manualInjection;
......
......@@ -82,11 +82,8 @@ subModels
{
particleForces
{
activeForces
(
sphereDrag
gravity
);
sphereDrag;
gravity;
}
injectionModel reactingMultiphaseLookupTableInjection;
......
......@@ -82,11 +82,8 @@ subModels
{
particleForces
{
activeForces
(
sphereDrag
gravity
);
sphereDrag;
gravity;
}
injectionModel manualInjection;
......
......@@ -82,11 +82,8 @@ subModels
{
particleForces
{
activeForces
(
sphereDrag
gravity
);
sphereDrag;
gravity;
}
injectionModel patchInjection;
......
......@@ -79,11 +79,8 @@ subModels
{
particleForces
{
activeForces
(
sphereDrag
gravity
);
sphereDrag;
gravity;
}
injectionModel manualInjection;
......
......@@ -60,11 +60,8 @@ subModels
{
particleForces
{
activeForces
(
sphereDrag
gravity
);
sphereDrag;
gravity;
}
injectionModel manualInjection;
......
......@@ -72,11 +72,8 @@ subModels
{
particleForces
{
activeForces
(
sphereDrag
gravity
);
sphereDrag;
gravity;
}
injectionModel manualInjection;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment