Skip to content
Snippets Groups Projects
Commit b4de8ba8 authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Temp drag. Some tests fail (test_advection_nullVelocity,...

Temp drag. Some tests fail (test_advection_nullVelocity, test_advection_randomVelocity) following merge with JM branch. To be fixed
parent e5758f40
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ class DragAndLift(Computational): ...@@ -18,7 +18,7 @@ class DragAndLift(Computational):
The present class implements formula (52) of Plouhmans2002. The present class implements formula (52) of Plouhmans2002.
Integral inside the obstacle is not taken into account. Integral inside the obstacle is not taken into account.
""" """
def __init__(self, velocity, subsets, formula=DragAndLift.Momentum, def __init__(self, velocity, subsets, formula=None,
vorticity=None, **kwds): vorticity=None, **kwds):
""" """
@param velocity field @param velocity field
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment