From a55054e9a01f3edcbfb07bc2910f012a53b20390 Mon Sep 17 00:00:00 2001 From: Hamidreza Norouzi Date: Sat, 25 Mar 2023 11:59:15 -0700 Subject: [PATCH] features docs added --- doc/mdDocs/mainpage.md | 2 +- doc/mdDocs/phasicFlowFeatures.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 doc/mdDocs/phasicFlowFeatures.md diff --git a/doc/mdDocs/mainpage.md b/doc/mdDocs/mainpage.md index 6caf347f..f9ab6116 100644 --- a/doc/mdDocs/mainpage.md +++ b/doc/mdDocs/mainpage.md @@ -2,7 +2,7 @@ PhasicFlow is an open-source, parallel, multi-artitecture code for discrete elem It is solves the Newton's second law of motion and Euler's second law of motion for the translational and rotational motion of spherical particles. The code is not restricted to a specifict geometry or wall motion. It is designed in a way that additional features can be added to the code very easily. ## Explore more -* Features of PhasicFlow +* [Features of PhasicFlow](./mdDocs/phasicFlowFeatures.md) * [How to build PhasicFlow](https://github.com/PhasicFlow/phasicFlow/wiki/How-to-Build-PhasicFlow) * How to setup and run granular flow simulations * [Benchmarks and performance tests](https://github.com/PhasicFlow/phasicFlow/wiki/Performance-of-phasicFlow) diff --git a/doc/mdDocs/phasicFlowFeatures.md b/doc/mdDocs/phasicFlowFeatures.md new file mode 100644 index 00000000..9597b641 --- /dev/null +++ b/doc/mdDocs/phasicFlowFeatures.md @@ -0,0 +1,4 @@ +# PhasicFlow Features +## General representation of walls +## Various contact force models +## High precision integeration methods