On Fri, 19 Apr 2013 16:23:50 +0200 Mikael Mortensen <[email protected]> wrote: > > > Den Apr 19, 2013 kl. 4:04 PM skrev Jan Blechta: > > > Hello Mikael, > > which version of FEniCS should be used with CBC.PDESys trunk. I > > tried RANS model demo turbulent_apbl.py and it crashes with DOLFIN > > 1.0 (reorder_dofs_serial parameter does not exist), 1.1 (I don't > > know), 1.2 (some SWIG issue), master (dofmap issue). > > It should work with trunk, but I have not tested the turbulence > models in a few weeks. Do you need it or are you just curious? A > quick check and I'm running the turbulent channel with no problem > using trunk.
By trunk do you mean DOLFIN master from bitbucket? All 3 demos in cfd/ransmodels/demo fail on master with message: AttributeError: 'GenericDofMap' object has no attribute 'dofs' There's one more bug: 'sizet' instead of 'size_t'. Just grep for 'sizet' I have working code but for some sort of parameters turbulence occurs and I need to resolve it with least effort. So I'm looking into your framework if it can be merged into my code. Jan > > > > > Also there is a bug in this file that > > problem.prm['turbulence_model'] = 'OriginalV2F' should be set > > before initializatin of NS solver otherwise proper ius file is not > > found. > > Ok, thanks. > > > > > Should these go to launchpad? Does project continue there? > > I haven't really decided yet. For now it does. > > > > > BTW is now [email protected] appropriate list for FEniCS > > apps? > > Well, it's the only one apart from the launchpad lists, right? I > think there should be more specialized lists, but this has not really > been decided on yet afaik. > > Mikael > > > > > > > Jan > > _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
