Jump to content

Advanced Simulation Library: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 80: Line 80:


[[Category:Fluid dynamics]]
[[Category:Fluid dynamics]]
[[Category:Aerodynamics]]
[[Category:Computational science]]
[[Category:Computational science]]
[[Category:Numerical libraries]]
[[Category:Numerical libraries]]

Revision as of 05:42, 12 October 2015

Advanced Simulation Library
Developer(s)Avtech Scientific
Initial release14 May 2015
Stable release
0.1.6 / 24 August 2015
Operating systemUnix/Linux, Windows, Mac
TypeMultiphysics, Computer-aided engineering, Computational fluid dynamics, Simulation software
LicenseGNU Affero General Public License, optional commercial license
Websiteasl.org.il

Advanced Simulation Library (ASL) is free and open source hardware accelerated multiphysics simulation software. It enables users to write customized numerical solvers in C++ and deploy them on a variety of massively parallel architectures, ranging from inexpensive FPGAs, DSPs and GPUs[1] up to heterogeneous clusters and supercomputers. Its internal computational engine is written in OpenCL and utilizes variety of advanced numerical methods[2], i.a. Finite Difference, Lattice Boltzmann, Immersed Boundary. ASL can be used to model various coupled physical and chemical phenomena, especially in the field of Computational fluid dynamics. It is distributed under the free GNU Affero General Public License with an optional commercial license.

History

Advanced Simulation Library is being developed by Avtech Scientific, an Israeli company. Its source code was released to the community on 14 May 2015 whose members packaged it for scientific sections of all major Linux distributions shortly thereafter.[3][4][5][6][7][8] Subsequently Khronos Group and IWOCL acknowledged the significance of ASL and listed it on their websites among OpenCL-based resources.[9][10]

Application areas

Advantages and disadvantages

Advantages

  • Easy to learn[11]
  • High performance[12]
  • Ability to run applications on a variety of parallel architectures
  • Automatic parallelization of applications
  • Ability to deal with complex boundaries
  • Ability to incorporate microscopic interactions

Disadvantages

  • Absence of detailed documentation (besides the Developer Guide generated from the source code comments)
  • Not all OpenCL drivers are mature enough for the library[13]

Features

ASL provides a range of features to solve number of problems - from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid mechanics and elasticity.[14]

  • Interfacing: VTK/ParaView, MATLAB (export).
    • import file formats: .stl .vtp .vtk .vti .mnc .dcm
    • export file formats: .vti .mat
  • Geometry:
    • flexible and complex geometry using simple rectangular grid
    • no mesh generation needed
    • generation and manipulation of geometric primitives
  • Implemented phenomena:
    • Transport processes
      • multicomponent transport processes
      • multiphase transport processes
      • compressible and incompressible fluid flow
    • Chemical reactions
      • electrode reactions
    • Elasticity
      • homogenious isotropic elasticity
      • homogenious isotropic poroelasticity
    • Interface tracking
      • evolution of an interface
      • evolution of an interface with crystalographic kinetics

Uses

References

  1. ^ "ASL - expanding software ecosystem for the DSP/FPGA/GPU market" (PDF).
  2. ^ "Khronos: ASL open-sourced".
  3. ^ "ASL enters Linux".
  4. ^ "ASL for OpenSuse".
  5. ^ "ASL for Debian".
  6. ^ "ASL for Gentoo".
  7. ^ "ASL for Fedora".
  8. ^ "ASL for Arch Linux".
  9. ^ "ASL among Khronos' OpenCL resources".
  10. ^ "ASL among IWOCL's OpenCL resources".
  11. ^ "Example of an aerodynamic simulation".
  12. ^ "Example of an aerodynamic simulation - numerical setup".
  13. ^ "ASL deployment: problematic drivers".
  14. ^ "About Advanced Simulation Library: hgpu.org".
  15. ^ "ACTIVE Project: Intraoperative Brain Shift".
  16. ^ "ASL on www.technology.org".
  17. ^ "ASL on interestingengineering.com".