This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
start [2017/06/11 17:31] ndrs |
start [2018/01/29 12:26] (current) ndrs |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Welcome to DesignSPHysics wiki. ====== | + | This page is now discontinued. Please [[https://github.com/ndrs92/DesignSPHysics/wiki|refer to the new wiki]] |
- | + | ||
- | == This wiki is currently under construction and probably outdated! == | + | |
- | + | ||
- | This page is a reference for using DesignSPHysics. | + | |
- | + | ||
- | Quick link to Sections: | + | |
- | - [[installation|Installation]] | + | |
- | - [[featreference|Feature Reference]] | + | |
- | - [[tutorials|Tutorials]] | + | |
- | ===== General information ===== | + | |
- | DesignSPHysics is a FreeCAD macro that allows the user to create simulation cases for the fluid simulation software DesignSPHysics. | + | |
- | + | ||
- | It can create 3d scenes delimited by a cube (limits of case simulation) with all of FreeCAD's functionalities. DesignSPHysics exports the scene in a compatible XML file, with any data needed for GenCase execution included in the save directory. Also, it can load previously saved scenes for further edition. | + | |
- | + | ||
- | It supports creating bounds and fluids, floating objects, fillboxes, etc. All from one place. | + | |
- | + | ||
- | In addition, DesignSPHysics generates batch scripts for simulating saved cases, so it is portable and not necessary for simulation (for example, taking the simulation to a non-gui environment). | + | |
- | + | ||
- | However, if you want, DesignSPHysics can run simulations and export final geometry from FreeCAD, automating multiple steps and providing a graphical view of the process. | + | |
- | + | ||
- | Currently, DesignSPHysics is free to use and can be downloaded from the [[http://design.sphysics.org/ | official website]]. | + | |
- | + | ||
- | ===== Installing ===== | + | |
- | Installing DesignSPHysics is pretty straightforward, but if you have any problem, check the [[Installation|Installation]] wiki page. | + | |
- | + | ||
- | ===== How to use ===== | + | |
- | You can check the [[featreference|Feature Reference]] wiki page to learn how the use this software. | + | |
- | + | ||
- | ===== Development and technical info ===== | + | |
- | At 14 of March 2017 the development of DesignSPHysics is driven mainly by Andrés Vieira at EPhysLab. | + | |
- | + | ||
- | DesignSPHysics is a //Macro// for the parametric 3D modeler //FreeCAD//. Its entirely made in Python 2.7 (with bits of Bash scripting for templates) and its meant to be self contained and multiplatform. | + | |
- | + | ||
- | This software is tied up to the DualSPHysics suite, as a large part of its functionality is aided with GenCase, DualSPHysics and PartVTK. | + | |
- | + | ||
- | If you want to contribute to the project or help out finding issues or suggestions, the right way to go is [[https://github.com/ndrs92/DesignSPHysics|DesignSPHysics' GitHub repo]]. Any help is welcome :) | + | |
- | + | ||
- | ===== License ===== | + | |
- | Copyright (C) 2016 - Andrés Vieira (anvieiravazquez@gmail.com) | + | |
- | EPHYSLAB Environmental Physics Laboratory, Universidade de Vigo | + | |
- | This file is part of DesignSPHysics. | + | |
- | + | ||
- | DesignSPHysics is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | + | |
- | + | ||
- | DesignSPHysics is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | + | |
- | You should have received a copy of the GNU General Public License along with DesignSPHysics. If not, see http://www.gnu.org/licenses/. | + |