From ae2c7330a76a9ffa190d7cfc31eea2ff360c2c1c Mon Sep 17 00:00:00 2001 From: Xiangyu Hu Date: Fri, 1 Sep 2023 23:23:27 +0200 Subject: [PATCH 1/6] add fvm vedio --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c59fdda19..475f037f00 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Here, we present several short examples in flow, solid dynamics, fluid structure + + ## Journal publications @@ -89,7 +91,7 @@ Volume 236, (2021) 109540 13. Yongchuan Yu, Yujie Zhu, Chi Zhang, Oskar J. Haidn, Xiangyu Hu, "Level-set based pre-processing techniques for particle method", Computer Physics Communications 289, 108744, 2023. -14. Shuoguo Zhang, Wenbin Zhang, Chi Zhang, Xiangyu Hu, "A Lagrangian free-stream boundary condition for weakly compressible smoothed particle hydrodynamics", Journal of Computational Physics, in press, 2023. +14. Shuoguo Zhang, Wenbin Zhang, Chi Zhang, Xiangyu Hu, "A Lagrangian free-stream boundary condition for weakly compressible smoothed particle hydrodynamics", Journal of Computational Physics, 490, 112303, 2023. ## Software Architecture From 93446baca81459f7e32514d5722c7c452119a6ed Mon Sep 17 00:00:00 2001 From: Xiangyu Hu Date: Fri, 1 Sep 2023 23:25:38 +0200 Subject: [PATCH 2/6] bigger soze --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 475f037f00..bcf644b995 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Here, we present several short examples in flow, solid dynamics, fluid structure - + ## Journal publications From b2a1512d2ad29a3667375880d0e95c0aee3f40be Mon Sep 17 00:00:00 2001 From: Xiangyu Hu Date: Fri, 1 Sep 2023 23:26:29 +0200 Subject: [PATCH 3/6] still slightly bigger --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcf644b995..649fb57600 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Here, we present several short examples in flow, solid dynamics, fluid structure - + ## Journal publications From 74e6860a9fbac09c8d414c65ec441fc42afe2e3e Mon Sep 17 00:00:00 2001 From: Xiangyu Hu Date: Fri, 1 Sep 2023 23:27:56 +0200 Subject: [PATCH 4/6] small --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 649fb57600..475f037f00 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Here, we present several short examples in flow, solid dynamics, fluid structure - + ## Journal publications From 12bba039234cc02166b6ee27fa0cc3e62f5ba459 Mon Sep 17 00:00:00 2001 From: Xiangyu Hu Date: Fri, 1 Sep 2023 23:42:58 +0200 Subject: [PATCH 5/6] add description --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 475f037f00..cee216bd1b 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,18 @@ Here, we present several short examples in flow, solid dynamics, fluid structure + +### Fully compatible to classical FVM on unstructure mesh + +Through the unified computational framework in SPHinXsys, +the algorithms for particle methods are full compatible to those in the classical finite volume method (FVM). +The following example gives an example that the flow around cylinder problem is solved by FVM in SPHinXsys. + +Note that the code for FVM algorithm is exact the same one for particle interaction in SPHinXsys. +The only difference is that SPHinXsys reads a predefined mesh, other than generate particles, before the computation. ## Journal publications Main Reference: From 3f270b8b6f5d6da23a459befadcdeb7ff0d69ccd Mon Sep 17 00:00:00 2001 From: Xiangyu Hu Date: Fri, 1 Sep 2023 23:45:46 +0200 Subject: [PATCH 6/6] revise wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cee216bd1b..7b15e8b619 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Here, we present several short examples in flow, solid dynamics, fluid structure Through the unified computational framework in SPHinXsys, the algorithms for particle methods are full compatible to those in the classical finite volume method (FVM). -The following example gives an example that the flow around cylinder problem is solved by FVM in SPHinXsys. +The following gives an example of the flow around cylinder problem solved by FVM in SPHinXsys.