SPHinXsys Versions Save

SPHinXsys provides C++ APIs for engineering simulation and optimization. It aims at complex systems driven by fluid, structure, multi-body dynamics and beyond. The multi-physics library is based on a unique and unified computational framework by which strong coupling has been achieved for all involved physics.

v1.0-beta.09

1 month ago

Other new features, revision and bug fixes:

  1. Now, due to our new hourglass control method, the total Lagrangian SPH for solid dynamics is very stable for arbitrary materials.
  2. Dual time-step criteria method improved to achieve angular momentum conservation for inviscid flows.
  3. General continuum SPH model is developed for soil applications.
  4. Gravity, viscous force and other force can be updated in arbitrary frequency.
  5. Now, SPHinXsys naturally generalized mesh-based FVM method as a special case of SPH algorithm.
  6. Thermal optimization is included to shown the embedded optimization function in SPHinXsys.
  7. Novel pressure boundary condition is added for general channel flows.
  8. Coupling between fluid and one-side shell interactions is presented.
  9. Violent two phase flows can be robustly simulated with high resolutions.
  10. Transport formulation correction is now limited for flow region only with considerable zero-order consistency error.

v1.0-beta.08-sycl

5 months ago

This is a preview release of SPHinXsys in GPU version. Currently, only the dam-break cases are running on GPU. Please feel free to fork, try and test the performance.

For installing this version, please follow the instruction from https://www.sphinxsys.org/html/installation.html#installing-sycl-version-on-ubuntu

If you have any suggestion or comments, please use the issue and discussion page. You can also contact me ([email protected]) for possible collaborations on the GPU version.

v1.0-beta.08

11 months ago
  1. Now, the shell model is matured, we have provided with several new challenging cases.
  2. We have provided kernel correction method to solved the long standing excessive dissipation problem for general free surface flows.
  3. Bug in wall treatment Riemann problem is fixed.
  4. Free surface density evaluation fixed so the that free surface level is must more accurate now.
  5. New complex boundary conditions for diffusion reaction dynamics introduced. Now, SPHinXsys can handle heat transfer with arbitrary types of boundary conditions together.
  6. Python interface is provided for running and control SPHinXsys simulation in python environment.

Installation notes: install pybind11 in vcpkg is required.

v1.0-beta.0.7

1 year ago

In this release, two important bug fixes have been included.

  1. Riemann solver will still be used for fluid-wall interaction, since some cases occasionally lead to very small times steps, especially when the resolution is high. 2, The bug on numerical dissipation for thin shell structure has been corrected. Now the simulation of thin shell problems do not require smaller time steps any more.

v1.0-beta.06

1 year ago

In this release, the new features are:

  1. The library uses Eigen 3 for vector and matrix operations.
  2. The fluid dynamics has been further accelerated more than 30%.
  3. Dynamics algorithms are explicitly defined in case file.
  4. Level-set topological correction introduced for to great robustness in particle generation.
  5. Particle split and merge algorithms are included with a new dam-break case.
  6. Adaptive particle sizes and variable smoothing lengths can be used for fluid dynamics simulation.

Please check the project website www.sphinxsys.org for the updated installation instructions for Linux and Windows systems. You are welcomed to try and comment this new release.

v1.0-beta.0.5

1 year ago

In this release, the new features are:

  1. New geometric shape which is much faster than triangular mesh is introduced.
  2. General coordinate transformation is introduced to all shapes.
  3. Contact between volumetric and surface structures is introduced.
  4. Particle generation is generalized for volumetric and surface particles.
  5. Construction of adaptation, particles and materials now are based on factory methods.

Installation note: Eigen 3 library is required for this release. You can download it from https://eigen.tuxfamily.org/index.php?title=Main_Page. The eigen library source should be put in the folder 3rd_party/eigen.

v1.0-beta.0.4

2 years ago

In this release, besides the bug related free-stream boundary condition is fixed. the shell models have been validated with classical tests from literature. Another new feature is the Eulerian formulations. Currently, weakly compressible and fully compressible formulation are implemented and validated with typical cases. Using particle relaxation, SPHinXsys is able to simulate classical aerodynamic and gas-dynamics problems.

You are welcome to test and comment!

v1.0-beta.0.3

2 years ago

In this new release, we have first introduced a new feature of regression test, so that the simulation results of test cases will be compared with previous computed results. This will eliminate hidden bugs which do not blowup the simulations. The second updates in the release is the enforcement of Resource acquisition is initialization (RAII), so that memory leaking which often due to new raw pointers will be avoided. For this, the ownership of objects are explicitly defined with the help of smart pointers. Since these smart pointers are only involved in object constructors, the usage and efficiency of raw pointers (as observers) for computation was not influenced.

You are welcomed to test and report issues.

v1.0-beta.0.2.02

2 years ago

In this release self-contact between solid bodies are included with two examples.

To install this release, you need to install google test.

We also provide the dependent free version of the library, by which, all the dependent headers and cpp files will be included in a single project.

You are welcome to test, and report bugs by using "Issues" of the repository.

v1.0-beta.0.2.01

2 years ago

The bug, which leads to Cmake error message, is cleaned. There is still bug due to the incompatibility between windows and linux. Please download the newest release version.