Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
9ec37733
Commit
9ec37733
authored
Nov 01, 2011
by
andy
Browse files
ENH: Updated windSimpleFoam usage of IObasicSourceList
parent
fc1badbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/simpleFoam/windSimpleFoam/UEqn.H
View file @
9ec37733
...
...
@@ -7,7 +7,7 @@
);
// Add resistance on the actuation disks
actuationDisks
.
addSu
(
UEqn
());
sources
.
apply
(
UEqn
());
UEqn
().
relax
();
...
...
applications/solvers/incompressible/simpleFoam/windSimpleFoam/windSimpleFoam.C
View file @
9ec37733
...
...
@@ -46,7 +46,7 @@ int main(int argc, char *argv[])
#include
"createFields.H"
#include
"initContinuityErrs.H"
IObasicSourceList
actuationDisk
s
(
mesh
);
IObasicSourceList
source
s
(
mesh
);
simpleControl
simple
(
mesh
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment