openfoam/src
Mark Olesen 956fb4ca3a BUG: Nastran reading of free format truncates last field (fixes #3189)
- the old logic relied on the presence/absence of a comma to decide
  whether to parse as fixed or free format. This logic is faulty when
  handling the final (trailing) entry and will generally lead to the
  last field being truncated when read in.
  Now the caller decides on fixed vs free.

FIX: inconsistent Nastran surface output format

- use FREE format by default. Previously had an odd mix of SHORT
  format when created without options and LONG format (as default)
  when created with format options.
2024-06-26 12:19:02 +02:00
..
atmosphericModels ENH: atmopshericModels: avoid storing common fields in fvOptions 2022-12-08 11:35:39 +00:00
combustionModels STYLE: return orientedType, Switch directly instead of const reference 2022-10-04 15:51:26 +02:00
conversion RELEASE: Updated headers to v2212 2022-12-21 16:16:18 +00:00
dummyThirdParty ENH: use PrecisionAdaptor to support scotch with label widening 2021-09-07 11:29:11 +02:00
dynamicFaMesh ENH: pointHistory: cooperate with collated file format. Fixes #2636 2022-11-17 10:32:35 +00:00
dynamicFvMesh RELEASE: Updated headers to v2212 2022-12-21 16:16:18 +00:00
dynamicMesh STYLE: prefer std::unique_ptr instead of (aliased) Foam::unique_ptr 2022-12-01 16:40:52 +00:00
engine ENH: use returnReduceAnd(), returnReduceOr() functions 2022-11-08 16:48:08 +00:00
faOptions ENH: support format readOptions for surfaceReader types (#2609) 2022-12-09 10:59:36 +01:00
fileFormats BUG: Nastran reading of free format truncates last field (fixes #3189) 2024-06-26 12:19:02 +02:00
finiteArea BUG: inconsistent faceArea on processor boundaries (fixes #2683) 2023-02-15 17:22:12 +01:00
finiteVolume RELEASE: Updated headers to v2212 2022-12-21 16:16:18 +00:00
functionObjects BUG: ensightWrite not reading "excludeFields" (fixes #2696) 2023-02-02 15:17:24 +01:00
fvAgglomerationMethods ENH: use returnReduceAnd(), returnReduceOr() functions 2022-11-08 16:48:08 +00:00
fvMotionSolver ENH: use simpler boundBox handling 2022-11-24 12:21:01 +00:00
fvOptions BUG: limitVelocity: specify default entry for U (fixes #2679) 2023-01-13 15:33:19 +00:00
genericPatchFields ENH: refactor generic patch fields for code reduction 2021-04-19 16:33:42 +00:00
lagrangian BUG: ThermoSurfaceFilm: reintroduce energy to film sources (fixes #2996) 2023-10-11 11:27:48 +01:00
lumpedPointMotion RELEASE: Updated headers to v2212 2022-12-21 16:16:18 +00:00
mesh BUG: snappyHexMesh: correct oppositeness checking. Fixes #2971 2023-09-07 15:08:39 +01:00
meshTools BUG: Nastran reading of free format truncates last field (fixes #3189) 2024-06-26 12:19:02 +02:00
ODE ENH: use singleton method for accessing runtime selection 2021-11-05 17:21:27 +01:00
OpenFOAM BUG: SlicedGeometricField, slices into field instead of shallow copy (#3080) 2024-01-19 18:22:37 +01:00
optimisation/adjointOptimisation/adjoint BUG: extraConvection in ATC missing a multiplication with ATClimiter 2023-02-03 15:35:49 +00:00
OSspecific ENH: include <algorithm> in stdFoam.H 2022-12-01 15:52:48 +00:00
overset BUG: overset: fix layerRelax input.Fixes #2670 2023-01-04 17:13:59 +00:00
parallel BUG: globalIndex gather/scatter fails with multi-world (fixes #2706) 2023-02-20 16:15:44 +01:00
phaseSystemModels BUG: incorrect dictionary contruction of alphatPhaseChange mDotL 2023-04-03 17:35:07 +02:00
Pstream BUG: UPstream::shutdown misbehaves with external initialisation (fixes #2808) 2023-06-20 09:16:12 +02:00
randomProcesses STYLE: UList::null() for default empty list 2022-12-21 09:33:14 +01:00
regionFaModels BUG: regionFaModels: report min/max for all processors (fixes #2655) 2022-12-14 10:18:23 +00:00
regionModels ENH: use returnReduceAnd(), returnReduceOr() functions 2022-11-08 16:48:08 +00:00
renumber ENH: base classes for wave algorithms (manage non-templated parts) 2022-11-24 12:21:01 +00:00
rigidBodyDynamics ENH: more consistent use of broadcast, combineReduce etc. 2022-11-08 16:48:08 +00:00
rigidBodyMeshMotion STYLE: set readOpt(..), writeOpt(..) by parameter, not by assignment 2022-07-19 11:17:47 +02:00
sampling BUG: mapFields: incorrect patches. Fixes #2944. 2023-08-30 16:35:51 +02:00
sixDoFRigidBodyMotion ENH: more consistent use of broadcast, combineReduce etc. 2022-11-08 16:48:08 +00:00
sixDoFRigidBodyState
surfMesh BUG: Nastran reading of free format truncates last field (fixes #3189) 2024-06-26 12:19:02 +02:00
thermophysicalModels BUG: ReversibleReaction::kr - replaced 1e-6 by VSMALL. Fixes #2704 2023-05-30 11:53:47 +01:00
thermoTools ENH: avoid undefined method in temperatureCoupledBase 2022-09-22 16:09:14 +02:00
topoChangerFvMesh ENH: improved handling of coordinateSystems 2022-10-04 15:51:27 +02:00
transportModels BUG: Casson coefficients not re-read (fixes #2681) 2023-01-22 18:28:00 +01:00
TurbulenceModels BUG: LES: enable sigma model for compressible flows (fixes #2727) 2023-03-24 08:23:51 +00:00
waveModels BUG: solitaryWaveModel: avoid reference access to an operand object (Fixes #2178) 2021-12-09 18:49:02 +00:00
Allwmake ENH: thermoTools: new library for thermophysics tools 2022-06-21 09:29:13 +01:00
Allwmake-scan