-
Notifications
You must be signed in to change notification settings - Fork 0
tests fail when reading simplemesh.cuds #26
Comments
This is a common problem with cuds files. I can make adjustments to generate it on runtime.This needs to include corresponding foam mesh files to package. |
adding the mesh file from openfoam and converting should be a good intermediate solution. Once we have ncadfluid and the boundary (geometry) is supported in CUDS, we can generate the mesh from scratch. We should add this to the to-do list once the specifications are finalized in the SSB. |
sounds good for |
I suppose that foam needs at least two cells to get solution changed after two consequent solving step. Then the mesh can be quite easily constructed with corresponding boundaries in the tests. |
@TobiasRasp and I noticed a problem when running the tests on simphony-openfoam. See below for details We were using a recent version of simphony-common which caused a problem when running the simphony-openfoam tests as the file used for testing
foam_controlwrapper/tests/simplemesh.cuds
is in an older format.I would suggest what was also suggested in #25 that if it is possible, it would be best not to use the file when testing (but to instead "create the CUDS containers components at runtime").
simphony-common - 0.1.4.dev0 (#bb0e43f9250b3c07421743ad0993c783b041d253)
simphony-openfoam - 0.1.2.dev0 (13e2f48)
The text was updated successfully, but these errors were encountered: