linuxguy123

Results 38 comments of linuxguy123

Thanks for the reply. I'm willing to write the code and submit the diffs, if you give me a little direction. Closing the port is not an option as reopening...

> The buffer is completely rewritten in 2.0. I wasn't aware that there is a 2.0 version. When are you planning to ship it ? ``` $ git show commit...

When are you planning to ship version 2.0 ? Is it ready for testing right now ?

Is 1.9.1 the lastest code ? Or is there something more recent ?

In 1.9.1 you have this code: ``` /** Send signal to buffer when new data is arrived */ g_signal_emit (self, gtkterm_signals[SIGNAL_GTKTERM_SERIAL_DATA_RECEIVED], 0, data); /** Restart listener */ g_input_stream_read_bytes_async (priv->input_stream, GTKTERM_SERIAL_PORT_RECEIVE_BUFFER_SIZE,...

It would also be nice to have access to the constants used in the turbulence models, especially for SA.

I've actually done a bit of work on this already as part of importing meshes from the FEM workbench. As long as OpenFOAM has a way to use the imported...

The biggest FreeCAD structural issue with importing meshes is that the meshing object should be changed to add an importing meshing engine for each kind of mesh that will be...

One more comment... I understand why users want to create their geometries and mesh them in external tools and then run them CfdOF. Especially now that we have CfdOF-RP. But......

@oliveroxtoby probably already knows this, but here is the list of mesh conversion functions available for OpenFOAM for the rest of us. ``` Mesh conversion --   |   ansysToFoam | Convert...