- Dec 14, 2009
-
-
Andrew Heather authored
Provides a clean mechanism to run the lagrangian family of solvers without a cloud
-
- Dec 11, 2009
-
-
Andrew Heather authored
Changed the evaluation of omega to be a function of both omega in the viscous sublayer and omega in the log region
-
Andrew Heather authored
Changed the evaluation of omega to be a function of both omega in the viscous sublayer and omega in the log region
-
- Dec 10, 2009
-
-
Andrew Heather authored
- Using parcel chemical enthalpy to update cloud chemical enthalpy transfer instead of total parcel enthalpy. - Added functionality to allow enthalpy transfer to be user-controlled, either using latent heat, or instanteous enthalpy difference
-
Andrew Heather authored
Added missing operators, and converted polys to be molar-intensive to enable mixing using existing molar-weighted strategy
-
Andrew Heather authored
-
- Dec 09, 2009
- Dec 08, 2009
-
-
henry authored
dependency on the libforces.so and the libraries it requires.
-
henry authored
dependency on the libforces.so and the libraries it requires.
-
henry authored
-
henry authored
-
henry authored
dependencies.
-
henry authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
- also PackedBoolList.get(x) == 1 can be written without the == comparison since the unsigned -> bool conversion is fast
-
Mark Olesen authored
- provides a convenient (and lazy) means of removing entries
-
Mark Olesen authored
- resize with factor 2 as per DynamicList Old insertion speed: 1000000 in 0.61 s 2000000 in 2.24 s 3000000 in 3.97 s 4000000 in 5.76 s 5000000 in 7.54 s 6000000 in 9.41 s 7000000 in 11.5 s New insertion speed: 1000000 in 0.01 s 2000000 in 0.02 s 3000000 in 0.01 s 4000000 in 0.02 s 5000000 in 0.01 s 6000000 in 0.01 s 7000000 in 0.01 s
-
- Dec 07, 2009
-
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
allow switch/bool values for writeCompression in system/controlDict - eg, writeCompression false; or writeCompression uncompressed; writeCompression true; or writeCompression compressed; improves consistency with other controlDict parameters
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- compatibility: * 'polySpline' and 'simpleSpline' accepted * detect and discard end tangent specifications - a BSpline is also included (eg, for future support of NURBS), but is not selectable from blockMesh since it really isn't as nice as the Catmull-Rom (ie, doesn't *exactly* go through each point).
-
- Dec 04, 2009
-
-
graham authored
triangle, from: http://en.wikipedia.org/wiki/Inertia_tensor_of_triangle Adding the ability to calculate the inertia tensor of a polygon face by summing the triangle inertias. Added a test application to draw a test face with its principal axes and moments of inertia.
-
Mark Olesen authored
-
Mark Olesen authored
- also looks reasonable and doesn't deviate much from Catmull-Rom
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- Dec 02, 2009