apply inletOutlet BC to Y of ions

This commit is contained in:
ignis 2016-12-09 16:31:15 +09:00
parent 7568f9508f
commit a7085d3ccd
2 changed files with 24 additions and 8 deletions

View file

@ -10027,22 +10027,30 @@ boundaryField
{
nzLow
{
type fixedValue;
type inletOutlet;
phi phi_drift;
inletValue uniform 0;
value uniform 0;
}
nzUpp
{
type fixedValue;
type inletOutlet;
phi phi_drift;
inletValue uniform 0;
value uniform 0;
}
coLow
{
type fixedValue;
type inletOutlet;
phi phi_drift;
inletValue uniform 0;
value uniform 0;
}
coUpp
{
type fixedValue;
type inletOutlet;
phi phi_drift;
inletValue uniform 0;
value uniform 0;
}
outlet

View file

@ -10027,22 +10027,30 @@ boundaryField
{
nzLow
{
type fixedValue;
type inletOutlet;
phi phi_drift;
inletValue uniform 0;
value uniform 0;
}
nzUpp
{
type fixedValue;
type inletOutlet;
phi phi_drift;
inletValue uniform 0;
value uniform 0;
}
coLow
{
type fixedValue;
type inletOutlet;
phi phi_drift;
inletValue uniform 0;
value uniform 0;
}
coUpp
{
type fixedValue;
type inletOutlet;
phi phi_drift;
inletValue uniform 0;
value uniform 0;
}
outlet