Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
ignis
a7085d3ccd apply inletOutlet BC to Y of ions 2016-12-09 16:31:15 +09:00
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