- Dec 18, 2009
-
-
graham authored
http://www.geometrictools.com/LibPhysics/RigidBody/RigidBody.html in surfaceInertia utility. Allows calculation of shell or solid properties of a triSurface, with optionally specified volumetric or surface density. Default behaviour is to calculate inertia around centre of mass, with option to specify reference point. Various test surfaces supplied and tested against analytical results.
-
- Dec 16, 2009
-
-
Andrew Heather authored
-
-
Andrew Heather authored
-
Mark Olesen authored
-
Mark Olesen authored
- Previously had just 'Warning' instead of '::Foam::Warning', which meant that an identically named class method would inadvertently be used - resulting in a compile failure.
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- needs Coco/R 16 Dec 2009 version
-
- Dec 15, 2009
-
-
Mark Olesen authored
Improve constructors. - Use (const UList<token>&) instead of (const List<token>&) - Add (const Xfer< List<token> >&) constructor.
-
Mark Olesen authored
According to the openmpi release information: - Use GNU Libtool 2.2.6b to build Open MPI, which updates the embedded "libltdl" library to fix a potential security vulnerability. There are no other changes compared to Open MPI v1.3.4. For development purposes it should thus be adequate to simply ( cd $WM_THIRD_PARTY_DIR && mv openmpi-1.3.4 openmpi-1.4 ) if you don't wish to recompile things.
-
Mark Olesen authored
According to the openmpi release information: - Use GNU Libtool 2.2.6b to build Open MPI, which updates the embedded "libltdl" library to fix a potential security vulnerability. There are no other changes compared to Open MPI v1.3.4. For development purposes it should thus be adequate to simply ( cd $WM_THIRD_PARTY_DIR && mv openmpi-1.3.4 openmpi-1.4 ) if you don't wish to recompile things.
-
Mark Olesen authored
- the size_ was not being adjusted in two assignment operators: PackedList<nBits>::operator=(const PackedList<nBits>&) PackedList<nBits>::operator=(const UList<label>&)
-
Mark Olesen authored
- Use (const UList<token>&) instead of (const List<token>&) - Add (const Xfer< List<token> >&) constructor.
-
-
Andrew Heather authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- The lineNumber of token::undefinedToken was being changed instead of just the lineNumber of the return token. - use List::first() and List::last() methods as well
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- Dec 14, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
Provides a clean mechanism to run the lagrangian family of solvers without a cloud
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
- Dec 12, 2009
-
-
Mark Olesen authored
-
- 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
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
Read only support: .bdf, .nas - NASTRAN format. Handles both CBEAM and CROD as lines. CROD is what Hypermesh happens to output. Write only support: .vtk - VTK legacy format in ASCII Read/write support: .eMesh - native format, which is simply a list of points, edges with an additional IOobject header that lets them be moved about easily to use as a featureEdgeMesh. .inp - STAR-CD inp/cel/vrt combination IOobject header) .obj - Alias waverfront format Radically simplify surfaceFeatureConvert by using the new edgeMesh functionality.
-
Mark Olesen authored
Move compilation edgeMesh and surfMesh up in the list (they are independent of triSurface).
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
- Dec 10, 2009
-
-
Andrew Heather authored
-