Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

InterSimPhoNyFoam missing #92

Open
ahashibon opened this issue May 16, 2017 · 0 comments
Open

InterSimPhoNyFoam missing #92

ahashibon opened this issue May 16, 2017 · 0 comments
Assignees

Comments

@ahashibon
Copy link

In foam_internalwrapper/foam_dicts.py, interFOAM solver is mapped to the non-existent interSimPhoNzFoam, need to remove it to get it running, as we use the vanilla solver here.

def get_simphony_io_solver(foam_solver):
simphony_solvers = {'pimpleFoam': 'pimpleSimphonyFoam',
'simpleFoam': 'simpleSimphonyFoam',
'interFoam': 'interFoam',
'driftFluxFoam': 'driftFluxSimphonyFoam'}
return simphony_solvers[foam_solver]

ahashibon added a commit that referenced this issue May 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants