solver documentations

This commit is contained in:
Hamidreza Norouzi
2023-03-25 14:10:00 -07:00
parent f409bdf956
commit a004b7d5ff
271 changed files with 10251 additions and 10189 deletions

View File

@ -17,7 +17,18 @@ Licence:
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-----------------------------------------------------------------------------*/
/**
* \file iterateGeometry.cpp
* \brief iterateGeometry solver
*
* This solver only requires the information for geometry. It is used to test
* the settings for wall definition and motion model to check if the walls move
* as expected or not.
* For more information refer to [tutorials/iterateGeometry/]
* (https://github.com/PhasicFlow/phasicFlow/tree/main/tutorials/iterateGeometry)
* folder.
*/
#include "systemControl.hpp"
#include "geometryMotion.hpp"
#include "commandLine.hpp"