I am just getting started with VaMPy. I was following the documentation and got stuck when running CFD. These are the issues I am facing.
I tried to run CFD with VaMPy's conda environment and run the command oasis NSfracStep problem=Artery mesh_path=../../../models/artery/artery.xml.gz save_solution_after_cycle=0, this is the error I get.
Then I tried to use OasisMove with the command oasismove NSfracStepMove problem=Artery dynamic_mesh=False mesh_path=../../../models/artery/artery.xml.gz save_solution_after_cycle=0, but it says zsh: command not found: oasismove. This leads me to use the OasisMove conda environment instead of VaMPy. But I get this error message if I do that.
If I run the command oasismove NSfracStepMove problem=Artery dynamic_mesh=False mesh_path=../../../models/artery/artery.xml.gz save_solution_after_cycle=0 VaMPy's Docker container, it again says that oasismove is not found. The same error is shown when I use oasis in VaMPy's container.
If I use OasisMove's Docker container, it gives the error ModuleNotFoundError: No module named 'vampy'. Is there a way to build an OasisMove docker image that has VaMPy available?
Hello,
I am just getting started with VaMPy. I was following the documentation and got stuck when running CFD. These are the issues I am facing.
I tried to run CFD with VaMPy's conda environment and run the command
oasis NSfracStep problem=Artery mesh_path=../../../models/artery/artery.xml.gz save_solution_after_cycle=0
, this is the error I get.Then I tried to use OasisMove with the command
oasismove NSfracStepMove problem=Artery dynamic_mesh=False mesh_path=../../../models/artery/artery.xml.gz save_solution_after_cycle=0
, but it sayszsh: command not found: oasismove
. This leads me to use the OasisMove conda environment instead of VaMPy. But I get this error message if I do that.If I run the command
oasismove NSfracStepMove problem=Artery dynamic_mesh=False mesh_path=../../../models/artery/artery.xml.gz save_solution_after_cycle=0
VaMPy's Docker container, it again says that oasismove is not found. The same error is shown when I use oasis in VaMPy's container.If I use OasisMove's Docker container, it gives the error
ModuleNotFoundError: No module named 'vampy'
. Is there a way to build an OasisMove docker image that has VaMPy available?Thanks, Labib