- Jun 26, 2017
-
-
Mark OLESEN authored
- STLpoint.H - isoAdvection.C - checkMesh/writeFields.C STYLE: drop construct STLpoint(Istream&), since it doesn't make much sense - No use case for reading via an OpenFOAM stream and tokenizer. Should always be parsing ASCII or reading binary directly.
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
- disable automatically upgrading copyrights in files since changes to not automatically imply a change in copyright. Eg, fixing a typo in comments, or changing a variable from 'loopI' to 'loopi' etc.
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Andrew Heather authored
-
Andrew Heather authored
Calculates the acoustic pressure based on Curle's analogy. Curle's analogy is implemented as: \f[ p' = 4 \frac{\pi}{c_0}\frac{\vec d}{|\vec d|^2}\frac{d(F)}{d(t)} \f] where p' | Curle's acoustic pressure [Pa] or [Pa (m3/rho)] c_0 | Reference speed of sound [m/s] \vec d | Distance vector to observer locations [m] F | Force [N] or [N (m3/rho)]
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
- Jun 24, 2017
- Jun 23, 2017
-
-
Mark OLESEN authored
Feature lumped point motion See merge request !120
-
Mark OLESEN authored
-
Mark OLESEN authored
- This provides a mechanism for moving mesh patches based on external input (eg, from an external structures solver). The patch points are influenced by the position and rotation of the lumped points. BC: lumpedPointDisplacementPointPatchVectorField Controlling mechanisms: - externalCoupler for coordinating the master/slave - lumpedPointMovement manages the patch-points motion, but also for extracting forces/moments - lumpedPointState represents the positions/rotations of the controlling points Utils: - lumpedPointZones diagnostic for visualizing the correspondence between controlling points and patch faces - lumpedPointMovement Test that the patch motion is as desired without invoking moveMesh. With the -slave option, return items from a precalculated table for the lumpedPointDisplacementPointPatchVectorField BC.
-
Mark OLESEN authored
- Can be useful when investigating mesh topologies
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 22, 2017
-
-
sergio authored
This was needed for application like postProcess.H in order to force the reading of thermal p on every time.
-
Mark OLESEN authored
-
mattijs authored
Conflicts: tutorials/basic/overLaplacianDyMFoam/heatTransfer/0.orig/T tutorials/basic/overLaplacianDyMFoam/heatTransfer/0.orig/zoneID
-
- Jun 21, 2017
-
-
sergio authored
-
sergio authored
reliable for medium yPlus and needs more verification for Low-Re cases. This option proved to be overall the most robust for a range of yPlus
-
Mark OLESEN authored
#includeEtc "caseDicts/setConstraintTypes" vs. #include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes"
-
Mark OLESEN authored
-
Mark OLESEN authored
- simply removing the lock file on termination provides insufficient information for the external application to know if it should take over again or if OpenFOAM has terminated. Instead the "status=done" content is now used by default.
-
Andrew Heather authored
INT: Integration of isoAdvector and supporting material See merge request !119
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
Feature second order restart See merge request !114
-
mattijs authored
-
Andrew Heather authored
-