From bceb4cec2e60e91034accdea8deef1d8faf3d491 Mon Sep 17 00:00:00 2001 From: ignis Date: Fri, 9 Dec 2016 16:35:13 +0900 Subject: [PATCH] apply ion absorbing wall BC --- constant/physicalProperties | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/constant/physicalProperties b/constant/physicalProperties index 98f8a6b..e0c2b41 100644 --- a/constant/physicalProperties +++ b/constant/physicalProperties @@ -77,7 +77,26 @@ wallIonFluxes { ions ( + H3O() + HCO() ); + H3O() + { + noTarget true; + neutrals (He); + wallPatches (nzLow nzUpp coLow coUpp); + wallReflexes (0 0 0 0); + } + + HCO() + { + noTarget true; + neutrals (He); + wallPatches (nzLow nzUpp coLow coUpp); + wallReflexes (0 0 0 0); + } + + } // ************************************************************************* //