Releases: tumaer/JAXFLUIDS
Releases · tumaer/JAXFLUIDS
JAX-Fluids-v0.2.1
Major modification to the source code, including many code improvements under the hood.
Breaking changes include:
- The InitializationManager returns a single JAX-Fluids container of type JaxFluidsBuffers.
- The simulate method of the SimulationManager now requires a JaxFluidsBuffers object as input.
- The updated load_data method returns a single JAX-Fluids container of type JaxFluidsData.
JAX-Fluids-v0.2.0
Second version of JAX-Fluids. A fully differentiable computational fluid dynamics code for the simulation of compressible single-phase flows and two-phase flows. The second version includes:
- Support for parallel simulations
- Two-phase simulations by level-set and diffuse-interface model
- Various updates and improvements
JAX-Fluids v0.1.0
First version of JAX-Fluids. A fully differentiable computational fluid dynamics code for the simulation of compressible single-phase flows and two-phase flows using the level-set method.