apply ion absorbing wall BC

This commit is contained in:
ignis 2016-12-09 16:35:13 +09:00
parent 7568f9508f
commit bceb4cec2e

View file

@ -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);
}
}
// ************************************************************************* //