6 lines
136 B
Python
6 lines
136 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
from PyFoam.Applications.ChangeMixingPlaneBoundary import ChangeMixingPlaneBoundary
|
||
|
|
||
|
ChangeMixingPlaneBoundary()
|