- 05 Sep, 2018 1 commit
-
-
Prashant Sonakar authored
-
- 09 Dec, 2016 1 commit
-
-
Henry Weller authored
-
- 01 Dec, 2016 1 commit
-
-
Henry Weller authored
e.g. the motion of two counter-rotating AMI regions could be defined: dynamicFvMesh dynamicMotionSolverListFvMesh; solvers ( rotor1 { solver solidBody; cellZone rotor1; solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { origin (0 0 0); axis (0 0 1); omega 6.2832; // rad/s } } rotor2 { solver solidBody; cellZone rotor2; solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { origin (0 0 0); axis (0 0 1); omega -6.2832; // rad/s } } ); Any combination of motion solvers may be selected but there is no special handling of motion interaction; the motions are applied sequentially and potentially cumulatively. To support this new general framework the solidBodyMotionFvMesh and multiSolidBodyMotionFvMesh dynamicFvMeshes have been converted into the corresponding motionSolvers solidBody and multiSolidBody and the tutorials updated to reflect this change e.g. the motion in the mixerVesselAMI2D tutorial is now defined thus: dynamicFvMesh dynamicMotionSolverFvMesh; solver solidBody; solidBodyCoeffs { cellZone rotor; solidBodyMotionFunction rotatingMotion; rotatingMotionCoeffs { origin (0 0 0); axis (0 0 1); omega 6.2832; // rad/s } }
-
- 18 May, 2016 1 commit
-
-
Henry Weller authored
-
- 25 Apr, 2016 1 commit
-
-
Henry Weller authored
-
- 15 Apr, 2016 1 commit
-
-
Henry Weller authored
inline Foam::vector Foam::septernion::transformPoint(const vector& v) const { return r().transform(v - t()); } Now there is a 1:1 correspondence between septernion and spatialTransform and a septernion constructor from spatialTransform provided. Additionally "septernion::transform" has been renamed "septernion::transformPoint" to clarify that it transforms coordinate points rather than displacements or other relative vectors.
-
- 11 Nov, 2015 1 commit
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- 06 Mar, 2012 1 commit
-
-
mattijs authored
-
- 15 Nov, 2011 1 commit
-
-
mattijs authored
-
- 11 Nov, 2011 1 commit
-
-
mattijs authored
-
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 03 Aug, 2011 1 commit
-
-
andy authored
-
- 29 Jul, 2011 1 commit
-
-
andy authored
-
- 26 Jul, 2011 1 commit
-
-
mattijs authored
-
- 19 Jan, 2011 1 commit
-
- 14 Jan, 2011 1 commit
-
-
Andrew Heather authored
-
- 07 Jan, 2011 1 commit
-
-
graham authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 28 Jul, 2010 1 commit
-
-
graham authored
-
- 02 Jun, 2010 1 commit
-
-
mattijs authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 08 Oct, 2009 1 commit
-
-
mattijs authored
-
- 28 Aug, 2009 1 commit
-
-
Andrew Heather authored
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 25 Jun, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 15 Apr, 2008 1 commit
-
-
OpenFOAM-admin authored
-