Skip to content
Snippets Groups Projects
Commit 9ec37733 authored by andy's avatar andy
Browse files

ENH: Updated windSimpleFoam usage of IObasicSourceList

parent fc1badbf
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
); );
// Add resistance on the actuation disks // Add resistance on the actuation disks
actuationDisks.addSu(UEqn()); sources.apply(UEqn());
UEqn().relax(); UEqn().relax();
......
...@@ -46,7 +46,7 @@ int main(int argc, char *argv[]) ...@@ -46,7 +46,7 @@ int main(int argc, char *argv[])
#include "createFields.H" #include "createFields.H"
#include "initContinuityErrs.H" #include "initContinuityErrs.H"
IObasicSourceList actuationDisks(mesh); IObasicSourceList sources(mesh);
simpleControl simple(mesh); simpleControl simple(mesh);
......
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