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

InterSimPhoNyFoam missing  #92

Description

@ahashibon

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]

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions