next up previous contents index
Next: Darcy Flux Up: The Stokes Problem Previous: Functions   Contents   Index

Example: Lit Driven Cavity

The following script litdrivencavity.py which is available in the example directory illustrates the usage of the StokesProblemCartesian class to solve the lit driven cavity problem:
\begin{python}
from esys.escript import *
from esys.finley import Rectangle
from...
...c.solve(v,p, verbose=True)
saveVTK(''u.xml'',velocity=v,pressure=p)
\end{python}

next up previous contents index
Next: Darcy Flux Up: The Stokes Problem Previous: Functions   Contents   Index
esys@esscc.uq.edu.au