L-Nafaryus
4c18dc1b33
New: openfoam as package Mod: logging Fix: checking environment New: virtual environment for python
6 lines
177 B
Python
6 lines
177 B
Python
from .application import application
|
|
|
|
def ideasUnvToFoam(mesh: str, case: str = None) -> (str, int):
|
|
return application("ideasUnvToFoam", mesh, case = case, stderr = True)
|
|
|