Omega2D icon indicating copy to clipboard operation
Omega2D copied to clipboard

Two-dimensional flow solver with GUI using vortex particle and boundary element methods

Results 19 Omega2D issues
Sort by recently updated
recently updated
newest added

Particles seem to be created away from the main vorticity area during shedding, but only if the solid body has an angle less than 90 degrees. Pull down the "Select...

All json and gmsh input which are strings should convert to lower case internally before comparison (except file names, obviously) - things like boundary conditions in the gmsh file, and...

Omega2D will soon support volumetric computational elements, and ultimately high-order elements. VTK has supported biquadratic quads in the past, which aid visualization in ParaView, but not smooth contours. Since 5.5.0,...

enhancement

When a json file uses old or incorrect syntax, the program crashes ungracefully. The culprit is lines in `read_json` functions like this: ```m_thickness = j["thickness"];``` One solution is to use...

bug
enhancement

As a step toward the hybrid solver, we need to be able to read boundary (only) elements from an `.msh` file as output from GMSH and turn them into a...

enhancement

A new BoundaryFeature subclass needs to be created for "user-defined" outlines, for which some external system generates a set of N coordinate pairs (x,y), assumed to have the first connect...

enhancement

It should be a static class function just called read_json instead since they only pertain to a certain class

enhancement

All of my jsons with Polygon objects in them do not load. Seems simple.

bug

Boundary features with straight edges now create boundary segments to reduce the amount of code creating panels. We need a similar process for curved segments for circles, ovals, and the...

enhancement

Currently it crashes, so the gui is set to max it at 17. Ideally we wouldn't care about the sides, or at least cap it at a much bigger number.

bug