This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
development_projects [2008/12/21 11:07] gibson created |
development_projects [2010/02/02 07:55] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
* Bring User's Manual up to version 1.2.x | * Bring User's Manual up to version 1.2.x | ||
* Implement velocity-vorticity algorithm | * Implement velocity-vorticity algorithm | ||
- | * Implement body force | + | * [[development_projects:forcing|Implement body force]]. Hansjörg Seybold. |
* Implement Boussinesq approximation | * Implement Boussinesq approximation | ||
* Implement other wall boundary conditions: free-slip, blowing/sucking | * Implement other wall boundary conditions: free-slip, blowing/sucking | ||
Line 15: | Line 15: | ||
* Simplify FlowField IO (always spectral) | * Simplify FlowField IO (always spectral) | ||
* Switch to 3/2 dealiasing | * Switch to 3/2 dealiasing | ||
+ | * Implement 2D time integration (x,z periodic, no y variation) | ||
====== Partially complete projects ====== | ====== Partially complete projects ====== | ||
Line 24: | Line 25: | ||
* Improve build system: either bring current autoconf system into line with GNU standards or switch to Cmake. 2008-09-25, v1.3.0: //autoconf system now runs with "./configure; make; make install" and compiles Octave-dependent code only when Octave is detected.// | * Improve build system: either bring current autoconf system into line with GNU standards or switch to Cmake. 2008-09-25, v1.3.0: //autoconf system now runs with "./configure; make; make install" and compiles Octave-dependent code only when Octave is detected.// | ||
* Write TUTORIAL. 2008-10-03, v1.3.3: //Improved README, INSTALL, and examples/README, too.// | * Write TUTORIAL. 2008-10-03, v1.3.3: //Improved README, INSTALL, and examples/README, too.// | ||
- | + | * [[development:hdf5|Switch FlowField binary IO to HDF5]]. Thanks, Milos Ilak. //May 2009// |