You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
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.
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]
The text was updated successfully, but these errors were encountered: