Skip to content

Releases: tumaer/JAXFLUIDS

JAX-Fluids-v0.2.1

21 Mar 16:58
Compare
Choose a tag to compare

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

21 Mar 15:17
Compare
Choose a tag to compare

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

22 May 15:09
Compare
Choose a tag to compare

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.