OpenFOAM-4.x/src
Henry Weller 4197cb075a quaternion: Added static member function to return a unit quaternion constructed from a vector
//- Return the unit quaternion (versor) from the given vector
    //  (w = sqrt(1 - |sqr(v)|))
    static inline quaternion unit(const vector& v);
2016-04-12 21:43:03 +01:00
..
combustionModels Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
conversion src/conversion/ensight: Specify std::isnan 2016-04-04 12:51:33 +01:00
dummyThirdParty scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
dynamicFvMesh quaternion: Added generalized construction from and conversion to Euler-angles 2016-03-14 08:07:42 +00:00
dynamicMesh UList: Rationalize assignment (shallow-copy vs deep-copy) 2016-04-03 10:26:05 +01:00
edgeMesh Removed duplicate, inconsistent and spurious comments in .C files 2016-02-29 18:33:54 +00:00
engine Removed duplicate, inconsistent and spurious comments in .C files 2016-02-29 18:33:54 +00:00
fileFormats Removed duplicate, inconsistent and spurious comments in .C files 2016-02-29 18:33:54 +00:00
finiteVolume Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
fvAgglomerationMethods Use Zero rather than pTraits<Type>::zero unless a static typed '0' is required 2016-03-22 17:46:52 +00:00
fvMotionSolver Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
fvOptions Use Zero rather than pTraits<Type>::zero unless a static typed '0' is required 2016-03-22 17:46:52 +00:00
genericPatchFields Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
lagrangian UList: Rationalize assignment (shallow-copy vs deep-copy) 2016-04-03 10:26:05 +01:00
mesh Use Zero rather than pTraits<Type>::zero unless a static typed '0' is required 2016-03-22 17:46:52 +00:00
meshTools UList: Rationalize assignment (shallow-copy vs deep-copy) 2016-04-03 10:26:05 +01:00
ODE SquareMatrix, SymmetricSquareMatrix: Changed the constructor from size to require only n 2016-03-22 14:13:48 +00:00
OpenFOAM quaternion: Added static member function to return a unit quaternion constructed from a vector 2016-04-12 21:43:03 +01:00
OSspecific/POSIX Removed duplicate, inconsistent and spurious comments in .C files 2016-02-29 18:33:54 +00:00
parallel UList: Rationalize assignment (shallow-copy vs deep-copy) 2016-04-03 10:26:05 +01:00
postProcessing Use Zero rather than pTraits<Type>::zero unless a static typed '0' is required 2016-03-22 17:46:52 +00:00
Pstream src/Pstream/mpi/UPstream.C: Cast-away const-ness for backard-compatibility with OpenMPI versions < 1.7.4 2016-04-06 12:24:47 +01:00
randomProcesses OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
regionCoupled messageStream: Added DebugInfo and DebugInFunction: 2016-03-04 11:30:13 +00:00
regionModels Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
renumber UList: Rationalize assignment (shallow-copy vs deep-copy) 2016-04-03 10:26:05 +01:00
rigidBodyDynamics rigidBodyDynamics/rigidBodySolvers: Added support for the integration of quaternion joints 2016-04-12 16:16:57 +01:00
sampling vtkSurfaceWriter: Changed precision of points to "double" to avoid the error 2016-04-12 09:03:12 +01:00
sixDoFRigidBodyMotion OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
surfMesh UList: Rationalize assignment (shallow-copy vs deep-copy) 2016-04-03 10:26:05 +01:00
thermophysicalModels UList: Rationalize assignment (shallow-copy vs deep-copy) 2016-04-03 10:26:05 +01:00
topoChangerFvMesh Use Zero rather than pTraits<Type>::zero unless a static typed '0' is required 2016-03-22 17:46:52 +00:00
transportModels Updated Doxygen documentation and files 2016-03-14 11:00:24 +00:00
triSurface OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
TurbulenceModels Use Zero rather than pTraits<Type>::zero unless a static typed '0' is required 2016-03-22 17:46:52 +00:00
Allwmake src/Allwmake: added rigidBodyDynamics 2016-04-03 15:53:50 +01:00