- Mar 08, 2016
-
-
Henry Weller authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=2022
-
Henry Weller authored
src/OpenFOAM/primitives: Moved the standard static data members for vector and tensor types into VectorSpace This simplifies the code easing maintenance and the addition of other VectorSpace types.
-
- Mar 07, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Wall-velocity condition to be used in conjunction with the single rotating frame (SRF) model (see: FOAM::SRFModel) The condition applies the appropriate rotation transformation in time and space to determine the local SRF velocity of the wall. \f[ U_p = - U_{p,srf} \f] where \vartable U_p = patch velocity [m/s] U_{p,srf} = SRF velocity \endvartable The normal component of \f$ U_p \f$ is removed to ensure 0 wall-flux even if the wall patch faces are irregular. \heading Patch usage Example of the boundary condition specification: \verbatim myPatch { type SRFWallVelocity; value uniform (0 0 0); // Initial value } \endverbatim
-
Henry Weller authored
-
- Mar 06, 2016
-
-
Henry Weller authored
-
Henry Weller authored
tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/Allrun.pre: Updated for latest version of collapseEdges
-
Henry Weller authored
Patch provided by Bruno Santos Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=2016
-
Henry Weller authored
Patch provided by Bruno Santos Resolves patch application request http://www.openfoam.org/mantisbt/view.php?id=2015
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Thanks to Juho Peltola for the patch
-
- Mar 04, 2016
-
-
Henry Weller authored
DebugInfo: Report an information message using Foam::Info if the local debug switch is true DebugInFunction: Report an information message using Foam::Info for FUNCTION_NAME in file __FILE__ at line __LINE__ if the local debug switch is true
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Mar 01, 2016
-
-
Henry Weller authored
autoRefine -> snappyRefine autoLayer -> snappyLayer autoSnap -> snappySnap
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Feb 29, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Use different hit-tolerances between sampling methods to account for the difference in the "offset" definition.
-
- Feb 28, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2010
-
Henry Weller authored
-
- Feb 27, 2016
-
-
Henry Weller authored
which reduces the number of potential problems with the reuse of temporary objects. In order to avoid unnecessary creation of tmp's referring to temporary objects the assignment operator now transfers ownership of the object and resets the argument.
-
- Feb 26, 2016
-
-
Chris Greenshields authored
-
Henry Weller authored
The deprecated non-const tmp functionality is now on the compiler switch NON_CONST_TMP which can be enabled by adding -DNON_CONST_TMP to EXE_INC in the Make/options file. However, it is recommended to upgrade all code to the new safer tmp by using the '.ref()' member function rather than the non-const '()' dereference operator when non-const access to the temporary object is required. Please report any problems on Mantis. Henry G. Weller CFD Direct.
-
Henry Weller authored
-
- Feb 25, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Feb 24, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-