openfoam/src
Andrew Heather e2e03fd70d ENH: Added onStart option to timeControl for function object control
Triggers function object to execute on the first time step.

Example usage:

    minMax1
    {
        type            fieldMinMax;
        libs            (fieldFunctionObjects);
        writeControl    onStart;
        fields          (".*");
    }

Ref: EP2608
2025-04-04 12:48:38 +01:00
..
atmosphericModels ENH: use tmp field factory methods [10] (#2723) 2024-02-21 14:31:40 +01:00
combustionModels ENH: use tmp field factory methods [8] (#2723) 2024-02-21 14:31:40 +01:00
conversion COMP: dllexport symbols for conversion/ccm (fixes #3199) 2025-01-02 12:38:22 +01:00
dummyThirdParty ENH: simplify calling of decomposition, support CompactListList 2023-11-07 10:33:47 +01:00
dynamicFaMesh ENH: use unique_ptr instead of raw pointers for demand-driven data 2025-02-05 09:43:52 +00:00
dynamicFvMesh RELEASE: Updated headers to v2412 2024-12-24 11:17:31 +00:00
dynamicMesh STYLE: prefer listReduce() to using listCombineReduce() when possible 2025-03-06 16:54:31 +01:00
engine Function1: added 'lookup' Function1 2024-05-30 10:25:24 +00:00
faOptions ENH: minor reduction in allocations for inactive profiling (#3112) 2024-03-06 08:18:08 +01:00
fileFormats ENH: use List containers for Pstream read/write calls 2025-02-11 11:09:30 +01:00
finiteArea BUG: fan: bc value not updated. See #3211 2025-03-17 14:11:12 +00:00
finiteVolume STYLE: use weighted average/sum in a few places 2025-03-20 11:14:39 +01:00
functionObjects ENH: add size_type to Matrix and VectorSpace 2025-03-31 15:58:55 +02:00
fused/finiteVolume ENH: fused: 'fused' variants of explicit discretisation 2024-12-10 09:31:53 +00:00
fvAgglomerationMethods ENH: use tmp field factory methods [1] (#2723) 2024-02-21 14:31:39 +01:00
fvMotionSolver STYLE: use weighted average/sum in a few places 2025-03-20 11:14:39 +01:00
fvOptions STYLE: use weighted average/sum in a few places 2025-03-20 11:14:39 +01:00
genericPatchFields COMP: using incomplete class edgeMesh 2024-01-24 19:58:27 +01:00
lagrangian STYLE: prefer listReduce() to using listCombineReduce() when possible 2025-03-06 16:54:31 +01:00
lumpedPointMotion STYLE: prefer listReduce() to using listCombineReduce() when possible 2025-03-06 16:54:31 +01:00
mesh STYLE: use weighted average/sum in a few places 2025-03-20 11:14:39 +01:00
meshTools ENH: simplify SubStrings class/handling (remove template parameters) 2025-03-31 16:00:07 +02:00
ODE STYLE: more explicit method name PtrList::count() -> count_nonnull() 2024-02-13 12:30:13 +01:00
OpenFOAM ENH: Added onStart option to timeControl for function object control 2025-04-04 12:48:38 +01:00
optimisation/adjointOptimisation/adjoint STYLE: use weighted average/sum in a few places 2025-03-20 11:14:39 +01:00
OSspecific ENH: extend sigFpe::fillNan() interfaces 2025-03-31 18:50:29 +02:00
overset STYLE: prefer listReduce() to using listCombineReduce() when possible 2025-03-06 16:54:31 +01:00
parallel STYLE: prefer listReduce() to using listCombineReduce() when possible 2025-03-06 16:54:31 +01:00
phaseSystemModels STYLE: use weighted average/sum in a few places 2025-03-20 11:14:39 +01:00
Pstream COMP: more int/label consistency for communicator parameter 2025-03-24 16:27:02 +01:00
randomProcesses ENH: rationalize some globalIndex gather routines 2025-02-13 12:31:16 +01:00
regionFaModels RELEASE: Updated headers to v2412 2024-12-24 11:17:31 +00:00
regionModels STYLE: use weighted average/sum in a few places 2025-03-20 11:14:39 +01:00
renumber ENH: refine renumberMesh and renumberMethod (addenda to !669) 2024-03-10 17:45:44 +01:00
rigidBodyDynamics DOC: symplectic: add some comment 2024-08-22 16:23:43 +01:00
rigidBodyMeshMotion ENH: use tmp field factory methods [1] (#2723) 2024-02-21 14:31:39 +01:00
sampling STYLE: prefer listReduce() to using listCombineReduce() when possible 2025-03-06 16:54:31 +01:00
sixDoFRigidBodyMotion ENH: use tmp field factory methods [1] (#2723) 2024-02-21 14:31:39 +01:00
sixDoFRigidBodyState
surfMesh ENH: simplify SubStrings class/handling (remove template parameters) 2025-03-31 16:00:07 +02:00
thermophysicalModels ENH: simplify SubStrings class/handling (remove template parameters) 2025-03-31 16:00:07 +02:00
thermoTools STYLE: use weighted average/sum in a few places 2025-03-20 11:14:39 +01:00
topoChangerFvMesh ENH: use unique_ptr instead of raw pointers for demand-driven data 2025-02-05 09:43:52 +00:00
transportModels BUG: Fixes bug in plicRDF interface reconstruction across cyclic boundaries (fixes #3279) 2025-01-10 15:52:52 +00:00
TurbulenceModels INT: S-A turbulence model - added enhanced DDES shielding function 2024-12-19 16:17:51 +00:00
waveModels ENH: use tmp field factory methods [10] (#2723) 2024-02-21 14:31:40 +01:00
Allwmake ENH: fused: 'fused' variants of explicit discretisation 2024-12-10 09:31:53 +00:00
Allwmake-scan