944fdd07ab
vectorField: vector2DField: Added zip functions for stitching together a
...
vectorField or vector2DField from scalarField components. To do this
properly and have it work for field-type combinations would require some
new field function macros.
2017-05-22 12:58:25 +01:00
eaf77d61e6
cfdTools: Added a number of functions for performing volume averages of
...
discontinuous fields, with the discontinuity defined by a level set. The
functions do a proper integration of the discontinuous fields by tet-
and tri-cutting along the plane of the level set.
2017-05-22 12:29:27 +01:00
df1f4be854
primitiveShapes: Generalised tetrahedron and triangle cutting. Cuts are
...
now possible with level-sets as well as planes. Removed tetPoints class
as this wasn't really used anywhere except for the old tet-cutting
routines. Restored tetPointRef.H to be consistent with other primitive
shapes. Re-wrote tet-overlap mapping in terms of the new cutting.
2017-05-22 12:23:22 +01:00
ac6f881502
foamNewBC: correction to character match in sed
...
Thanks to Daisuke Hitomi for the change
2017-05-21 21:25:21 -04:00
a356adbfd8
Scripts in bin: improved script quality, option listing and
...
exit status on -help
2017-05-21 19:58:36 -04:00
8fe9195c5f
Scripts in bin: reinstating foamEtcFile which was unintentionally removed
2017-05-21 19:52:45 -04:00
ea28ba014d
Scripts in bin: minor cleanup of short scripts
2017-05-21 19:47:39 -04:00
55866c6937
Scripts in bin: removed outdated, unused scripts
2017-05-21 19:29:50 -04:00
1aa5d300a5
Scripts in bin: removed outdated, unused scripts
2017-05-21 19:29:06 -04:00
676bf64018
Scripts in bin: removed redundant job management scripts
2017-05-21 19:26:42 -04:00
be0fbcffaf
Scripts in bin: removed deprecated, redundant residuals scripts
2017-05-21 19:23:48 -04:00
acf3ac4486
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2017-05-21 17:19:55 +01:00
f04f5b1563
chtMultiRegionSimpleFoam: Added residual convergence control
...
Patch contributed by Tobias Holzmann
Resolves contribution request https://bugs.openfoam.org/view.php?id=2548
2017-05-21 11:39:24 +01:00
51e2d077c7
postProcessing: reverted isosurface function to use isoSurface algorithm
2017-05-21 11:38:48 +01:00
11c0e19b0b
postProcessing: reverted isosurface function to use isoSurface algorithm
2017-05-19 15:20:08 +01:00
4c49a1ed00
applications/test/liquid, applications/test/tensor: Updated
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2557
2017-05-19 08:28:00 +01:00
161b165a8c
ISLList: Added missing #endif
2017-05-19 08:27:22 +01:00
4371e8504d
fixedShearStressFvPatchVectorField: Removed duplicate "value" entry
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2556
2017-05-18 19:56:16 +01:00
3cf57145d1
sixDoFRigidBodyMotion: Corrected handling of acceleration update in first time-step
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2551
2017-05-18 16:30:08 +01:00
5a4a34e1f0
externalWallHeatFluxTemperatureFvPatchScalarField: Corrected decomposition mapping
2017-05-18 15:07:19 +01:00
f6a9aa063d
codedFunctionObject.H: Removed spurious '"'
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2554
2017-05-18 12:39:34 +01:00
79ff91350e
rhoPimpleFoam: Improved support for compressible liquids
...
See tutorials/compressible/rhoPimpleFoam/RAS/squareBendLiq for exapmle
pimpleControl: Added SIMPLErho option for running in SIMPLE mode
with large time-step/Courant number and relaxation. With this option the
density is updated from thermodynamics rather than continuity after the pressure
equation which is better behaved if pressure is relaxed and/or solved to a
loose relative tolerance. The need for this option is demonstrated in the
tutorials/compressible/rhoPimpleFoam/RAS/angledDuct tutorial which is unstable
without the option.
2017-05-17 17:05:43 +01:00
8462549695
chtMultiRegionFoam::readSolidMultiRegionResidualControls: simplified
...
Patch contributed by Tobias Holzmann
2017-05-17 08:20:31 +01:00
e3fe02296e
doxyDocDirs: Added support for HTTP servers
...
In addition to local Doxygen HTML directories an optional HTTP server directory
may be specified:
Documentation
{
docBrowser "firefox";
doxyDocDirs
(
"$WM_PROJECT_USER_DIR/html"
"~OpenFOAM/html"
"$WM_PROJECT_DIR/doc/Doxygen/html"
"http://cpp.openfoam.org/dev "
);
doxySourceFileExt "_8C.html";
}
from which the Doxygen documentation files may be obtained so now the "-doc"
command-line option may be used even if if Doxygen has not been run locally,
e.g.
pimpleFoam -doc
2017-05-15 15:33:51 +01:00
2e3ee64e04
chtMultiRegionFoam/solid/createSolidFields.H: Corrected construction of residualReachedSolid
...
Resolves part of bug-report https://bugs.openfoam.org/view.php?id=2548
2017-05-15 14:49:15 +01:00
72277ed677
Standardized names of extrude2DMesh and polyDualMesh application source files
2017-05-14 15:44:48 +01:00
90f39e0d89
Added Bash [TAB] completion to all OpenFOAM applications
...
When typing OpenFOAM commands, the bash completion system will
complete option names, e.g. -help, -parallel, etc. After typing an
option that includes an argument, e.g. -case <dir>, completion will
adjust to the type of argument, e.g. present directories if the
argument is a directory. Similarly, for applications with mandarory
file arguments, file (and directory) names will appear on the
completion list.
2017-05-14 10:53:27 +01:00
7e04e6b55f
Reinstated operation of "-doc" and "-srcDoc"
...
Changed Doxyfile to generate descriptive names for the HTML files.
Added "-file" option to firefox to read the HTML file name from the command line.
2017-05-12 18:35:50 +01:00
04fb4c04f2
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2017-05-12 18:34:35 +01:00
e3dbff06e6
rhoPimpleDyMFoam: Updated transonic formulation for consistency with sonicFoam
2017-05-12 18:34:00 +01:00
d05ef92a47
Other utilities: standardised argument naming for files
2017-05-12 15:16:29 +01:00
0314fca170
Thermophysical utilities: standardised argument naming for files
2017-05-12 15:07:54 +01:00
da6b1bf361
Surface utilities: standardised argument naming and ordering
...
for input and output surface files
2017-05-12 14:43:10 +01:00
3aec2ad4ac
src/functionObjects/field/Make/options updated
2017-05-12 11:07:50 +01:00
56283c39e5
functionObjects::wallHeatFlux: Added support for solid regions
...
Patch contributed by Stephan Goeke
2017-05-12 11:05:45 +01:00
29615cdd29
rhoPimpleFoam: Updated transonic option to be consistent with sonicFoam
...
Improves stability on start-up and allows running at slightly larger time-steps.
2017-05-12 11:04:38 +01:00
1bb7db2b79
CrankNicolsonDdtScheme: Corrected input of off-centering coefficient of 1
2017-05-11 19:33:01 +01:00
9fbe68fca6
Replacing const_cast lookupObject to lookupObjectRef
2017-05-11 14:42:59 +01:00
e8f9d6a7fe
Replacing const_cast lookupObject to lookupObjectRef
2017-05-10 16:07:45 +01:00
382a0544fa
objectRegistry: Added lookupObjectRef to obtain non-const access to objects
...
Allows simplification of BCs, functionObjects etc. which manipulate objects
which are transferred to and held by the objectRegistry.
2017-05-10 15:13:14 +01:00
093f23bef2
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2017-05-09 09:34:36 +01:00
8f2735ebba
reconstructParMesh: Use tree method to improve speed and scaling
...
Based on development contributed by Paul Edwards, Intel.
2017-05-09 09:32:25 +01:00
80c101b14f
Euler-Euler: turbulentDispersionModels: Burns: Minor re-formulation to
...
improve stability.
Resolves bug report <https://bugs.openfoam.org/view.php?id=2544 >
2017-05-09 08:55:29 +01:00
130b051b54
tutorials/multiphase/interDyMFoam/RAS/DTCHull: Resolve stability issue caused by improvements to MULES
2017-05-08 22:44:14 +01:00
cd6dc3eb55
tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/system/decomposeParDict: removed
2017-05-08 17:03:30 +01:00
bcebb18968
fvOptions/radiation: Corrected documentation
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2545
2017-05-08 17:02:28 +01:00
31862aeb6f
bin/tools/pre-commit-hook: Improved handling of 'NULL'
...
Patch contributed by Bruno Santos
Resolves bug-report https://bugs.openfoam.org/view.php?id=2540
2017-05-08 16:57:17 +01:00
8eb01d5424
Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev
2017-05-05 18:31:21 +01:00
742446dffd
flowRateFaceZone: faceZone configuration for the surfaceFieldValue functionObject
2017-05-05 18:29:14 +01:00
3a63925664
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2017-05-05 10:04:11 +01:00