openfoam/src
Mark Olesen c5e4b62df7 ENH: improve/simplify streaming of exprValue
- ensure that operator<< and operator>> behave symmetrically
2023-11-23 22:42:22 +01:00
..
atmosphericModels ENH: extrapolateInternal() method for patch fields 2023-06-19 17:47:03 +02:00
combustionModels ENH: coupled: enforce consistency. See #2783 2023-06-01 08:14:42 +00:00
conversion STYLE: use List clear() instead of setSize(0), resize(0) 2023-10-11 18:11:37 +00:00
dummyThirdParty ENH: simplify calling of decomposition, support CompactListList 2023-11-07 10:33:47 +01:00
dynamicFaMesh STYLE: changes to Time and TimeState 2023-07-04 17:25:25 +02:00
dynamicFvMesh ENH: use updated HashTable methods 2023-10-11 18:11:37 +00:00
dynamicMesh ENH: support creation of boundaries/zones from list of entries 2023-11-07 10:33:47 +01:00
engine STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
faOptions ENH: more consistent use of good() or direct testing instead valid() 2023-07-27 16:52:03 +02:00
fileFormats ENH: update Nastran surface reader to handle new ANSA conventions (#3009) 2023-11-15 11:11:34 +01:00
finiteArea BUG: facGrad: correct the gradient calculation (fixes #2979) 2023-11-22 15:31:32 +00:00
finiteVolume BUG: redistributePar: cell/face/pointProcAddressing written to incorrect dir 2023-11-21 11:14:28 +00:00
functionObjects Feature evaluation check 2023-11-16 10:33:32 +00:00
fvAgglomerationMethods ENH: use updated HashTable methods 2023-10-11 18:11:37 +00:00
fvMotionSolver ENH: more consistent handling/documentation of 'value' entry (#2703) 2023-06-19 17:47:03 +02:00
fvOptions ENH: MapFieldConstraint: new fvOption constraint 2023-11-03 14:32:49 +00:00
genericPatchFields ENH: provision for delayed reading of compound tokens (#2953) 2023-08-16 16:22:17 +02:00
lagrangian Merge remote-tracking branch 'origin/master' into develop 2023-11-14 17:52:28 +00:00
lumpedPointMotion STYLE: use 'is_sorted()' instead of 'sorted()' for readers, Pair, ... 2023-07-19 14:10:31 +02:00
mesh ENH: shm: add unbalancing info printing. Fixes #3034. 2023-11-23 15:31:43 +00:00
meshTools Merge remote-tracking branch 'origin/master' into develop 2023-11-14 17:52:28 +00:00
ODE COMP: resolve clamp() float/double ambiguity (SPDP compilation) 2023-02-27 15:41:25 +01:00
OpenFOAM ENH: improve/simplify streaming of exprValue 2023-11-23 22:42:22 +01:00
optimisation/adjointOptimisation/adjoint STYLE: use getOrDefault instead of lookupOrDefault 2023-10-16 14:19:19 +02:00
OSspecific STYLE: prefer push_uniq() to appendUniq 2023-08-29 11:24:16 +02:00
overset TUT: overset: demo some motion. See #2711. 2023-11-09 15:02:51 +00:00
parallel ENH: provide Time::NewGlobalTime factory methods (#3007) 2023-11-07 10:33:47 +01:00
phaseSystemModels COMP: linear: duplicate filename in same library 2023-11-02 14:23:31 +00:00
Pstream ENH: extend mpiAllGather to include integer and float types 2023-11-20 09:39:35 +01:00
randomProcesses ENH: support user-defined sampleFreq for noise models (#2999) 2023-10-19 10:28:09 +00:00
regionFaModels STYLE: use getOrDefault instead of lookupOrDefault 2023-10-16 14:19:19 +02:00
regionModels Merge remote-tracking branch 'origin/master' into develop 2023-11-14 17:52:28 +00:00
renumber ENH: simplify calling of decomposition, support CompactListList 2023-11-07 10:33:47 +01:00
rigidBodyDynamics ENH: relocate zero_one to pTraits, allows reuse for scalar clamping 2023-02-27 15:41:25 +01:00
rigidBodyMeshMotion STYLE: readOnProc/writeOnProc instead of 'valid' for IO 2023-04-04 15:04:26 +02:00
sampling ENH: probes: reformat output for third-party readers 2023-11-23 15:32:31 +00:00
sixDoFRigidBodyMotion ENH: sixDoF: add max/min angle constraints to the axis constraint 2023-06-14 14:29:13 +00:00
sixDoFRigidBodyState
surfMesh ENH: update Nastran surface reader to handle new ANSA conventions (#3009) 2023-11-15 11:11:34 +01:00
thermophysicalModels STYLE: use List clear() instead of setSize(0), resize(0) 2023-10-11 18:11:37 +00:00
thermoTools ENH: add UPstream::msgType() setter method and UPstream::incrMsgType() 2023-08-18 15:08:42 +02:00
topoChangerFvMesh STYLE: changes to Time and TimeState 2023-07-04 17:25:25 +02:00
transportModels STYLE: changes to Time and TimeState 2023-07-04 17:25:25 +02:00
TurbulenceModels STYLE: use getOrDefault instead of lookupOrDefault 2023-10-16 14:19:19 +02:00
waveModels ENH: more consistent handling/documentation of 'value' entry (#2703) 2023-06-19 17:47:03 +02:00
Allwmake ENH: thermoTools: new library for thermophysics tools 2022-06-21 09:29:13 +01:00
Allwmake-scan