openfoam/src
Mark Olesen 5802d22470 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 13:12:26 +02:00
..
atmosphericModels Merge remote-tracking branch 'origin/master' into develop 2022-06-03 14:11:00 +02:00
combustionModels ENH: add hashedWordList find, appendUniq methods 2022-06-02 11:14:10 +02:00
conversion RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
dummyThirdParty
dynamicFaMesh
dynamicFvMesh RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
dynamicMesh BUG: solidBodyMotionFunction: avoid reading model name from subdictionary (fixes #2526) 2022-07-08 09:20:51 +01:00
engine
faOptions BUG: externalHeatFluxSource: memory leakage (fixes #2545) 2022-07-27 13:11:21 +01:00
fileFormats BUG: Nastran reading of free format truncates last field (fixes #3189) 2024-06-26 13:12:26 +02:00
finiteArea BUG: inconsistent faceArea on processor boundaries (fixes #2683) 2023-02-21 12:24:01 +01:00
finiteVolume RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
functionObjects BUG: expression field functionObject 'store' keyword ignored 2023-02-20 18:04:13 +01:00
fvAgglomerationMethods
fvMotionSolver
fvOptions DOC: Doxygen corrections 2022-06-17 11:49:23 +01:00
genericPatchFields
lagrangian BUG: ThermoSurfaceFilm: reintroduce energy to film sources (fixes #2996) 2023-10-11 11:29:50 +01:00
lumpedPointMotion RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
mesh ENH: snappyHexMesh: early exit of leak detection. See #2403 2022-06-09 11:34:32 +01:00
meshTools BUG: Nastran reading of free format truncates last field (fixes #3189) 2024-06-26 13:12:26 +02:00
ODE
OpenFOAM BUG: SlicedGeometricField, slices into field instead of shallow copy (#3080) 2024-01-19 20:19:12 +01:00
optimisation/adjointOptimisation/adjoint DOC: Doxygen corrections 2022-06-17 11:49:23 +01:00
OSspecific
overset
parallel BUG: globalIndex gather/scatter fails with multi-world (fixes #2706) 2023-02-21 12:24:15 +01:00
phaseSystemModels ENH: diffusionGasEvaporation: new diffusion based mass transfer model 2022-06-21 09:30:02 +01:00
Pstream BUG: UPstream::shutdown misbehaves with external initialisation (fixes #2808) 2023-06-20 09:23:44 +02:00
randomProcesses
regionFaModels
regionModels ENH: thermoTools: new library for thermophysics tools 2022-06-21 09:29:13 +01:00
renumber
rigidBodyDynamics
rigidBodyMeshMotion COMP: Updated dependent code following changes to forces/forceCoeffs FOs 2022-06-09 09:32:53 +00:00
sampling BUG: mapFields: incorrect patches. Fixes #2944. 2023-08-30 16:36:46 +02:00
sixDoFRigidBodyMotion COMP: Updated dependent code following changes to forces/forceCoeffs FOs 2022-06-09 09:32:53 +00:00
sixDoFRigidBodyState
surfMesh BUG: Nastran reading of free format truncates last field (fixes #3189) 2024-06-26 13:12:26 +02:00
thermophysicalModels Revert "BUG: Fixing ray dAve and omega for 1D and 2D cases" 2023-05-22 09:41:24 +01:00
thermoTools COMP: adjust link parameters (mingw) 2022-06-22 14:32:47 +02:00
topoChangerFvMesh BUG: (un)refinement: combine topochange+motion. Fixes #2492 2022-06-15 13:28:34 +01:00
transportModels
TurbulenceModels BUG: porousBafflePressure: read fixedJump entries - apply under-relaxation (fixes #2626) 2022-11-09 14:18:06 +00:00
waveModels
Allwmake ENH: thermoTools: new library for thermophysics tools 2022-06-21 09:29:13 +01:00
Allwmake-scan