apply ion absorbing wall BC
This commit is contained in:
parent
7568f9508f
commit
bceb4cec2e
1 changed files with 19 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
// ************************************************************************* //
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue