26a3e56c4f
Reacting solvers: Added check for the existence of the inert specie
2016-07-06 17:45:34 +01:00
20f9d82737
fvOptions::limitVelocity: New fvOption to limit the maximum velocity magnitude
...
e.g. to avoid excessive unphysical velocities generated during slamming events in
incompressible VoF simulations
Usage
Example usage:
limitU
{
type limitVelocity;
active yes;
limitVelocityCoeffs
{
selectionMode all;
max 100;
}
}
2016-07-06 10:17:21 +01:00
8e3c88ed25
fvOptions::tabulatedAccelerationSource: Minor update to doc
2016-07-06 10:16:57 +01:00
5ca69a2501
Updated header
2016-07-06 10:16:37 +01:00
8929e959ff
fvOptions::limitTemperature: Simplify controls and make documentation consistent with the code
2016-07-06 10:15:47 +01:00
05d89e486f
checkMesh, moveDynamicMesh: option -checkAMI writes the reconstructed AMI weights
...
Patch contributed by Mattijs Janssens
2016-07-05 15:35:16 +01:00
8e900af6e3
functionObjects: Updated documentation
...
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2138
2016-07-03 23:16:29 +01:00
0eed3ae176
timeVaryingMappedFixedValue: update for SP
2016-07-01 17:42:35 +01:00
52233c3848
Simplified the handling of the CGAL installation
2016-07-01 14:53:28 +01:00
97a889dbd8
src/OpenFOAM/primitives/ints: Further tweaks
...
Resolved additional bug-report http://bugs.openfoam.org/view.php?id=2137
2016-07-01 14:52:54 +01:00
138879b25e
vtkUnstructuredReader: corrected prism point ordering
...
Patch contributed by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=1885
2016-07-01 14:45:18 +01:00
adc816a85d
timeVaryingMappedFixedValue: Reinstated support for AverageField
2016-07-01 10:26:20 +01:00
e78e346781
Updated header
2016-07-01 10:25:38 +01:00
c488c02082
src/OpenFOAM/primitives/ints: Corrected MIN and MAX for uints
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2137
2016-07-01 10:24:42 +01:00
b19e0b3543
SloanRenumber: link with libboost_system.so rather than libboost_thread.so
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2135
2016-06-30 12:01:32 +01:00
6d28a95b37
timeVaryingMappedFixedValueFvPatchField: Simplifed for consistency with the output of sampledPlane
...
Now a case can be sampled and written in 'foam' format and used for the
timeVaryingMappedFixedValue BC of another case.
2016-06-30 10:35:01 +01:00
2e419c58f8
functionObjects::surfaceRegion: Write the surface geometry for formats in which the data is in separate files
2016-06-30 10:33:55 +01:00
6a5923f966
sampledCuttingPlane: Rationalized
2016-06-30 10:33:28 +01:00
7c9d416265
src/sampling/Make/files: Updated
2016-06-30 10:33:07 +01:00
0c5fad2825
sampledPlane, plane: standardize the selection of the plane type
2016-06-30 10:32:31 +01:00
c19b17713e
foamFileSurfaceWriter -> foamSurfaceWriter for consistency with the naming of the other writers
2016-06-30 10:31:09 +01:00
9fa1756565
fvcD2dt2: Updated non-const dereferencing to use '.ref()'
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2133
2016-06-29 21:55:57 +01:00
887aeee6be
plane, sampledPlane: Rationalize the naming convention for the defining normal and point
...
normalVector -> normal
basePoint -> point
The old names are supported for backward-compatibility.
2016-06-29 16:58:35 +01:00
c263bbca65
Completed transformation of post-processing utilities into functionObjects
2016-06-28 19:26:23 +01:00
93e84072cc
functionObjects::fieldExpression: Standardized warning message
2016-06-28 13:52:10 +01:00
565c96f3d1
rigidBodyMeshMotion: Check for attempted assignment of patches to a merged body
2016-06-27 16:31:51 +01:00
a7d89bdc09
functionObjects::XiReactionRate: Writes the turbulent flame-speed and reaction-rate volScalarFields for the Xi-based combustion models
...
Replaces the obsolete and 'wdot' utility.
2016-06-27 08:58:36 +01:00
53717e9137
writeCellCentres utility: Replaced by writeCellCentres functionObject
...
postProcess -func writeCellCentres
2016-06-27 07:51:19 +01:00
2cb97ec2ef
wmake/Allwmake: Completed support for targetType 'objects'
...
Patch contributed by Mattijs Janssens
2016-06-24 15:25:11 +01:00
d67a1df92e
mapFieldsPar: updated to enable mapping from source patches (instead of recreating)
...
- patchFields now get mapped (instead of created)
- with -consistent it now maps all patches except for processor ones (they are
the only ones that are processor-local)
- all constraint patches get evaluated after mapping to bring them up to date.
Patch contributed by Mattijs Janssens
2016-06-21 14:16:18 +01:00
e39282627b
uLabel: Removed unnecessary checks for < 0
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2128
2016-06-21 11:05:04 +01:00
f3f9e55ed2
Corrected documentation for Doxygen
2016-06-21 11:04:34 +01:00
cf89a3094a
Updated and simplified the Doxygen documentation
2016-06-20 21:20:28 +01:00
017903cb85
Remove/replace deprecated functions and classes
2016-06-20 09:39:02 +01:00
9f67acdc53
Updated header documentation processed by Doxygen
2016-06-19 21:23:54 +01:00
62e340f56c
fvPatchFields/derived/flowRateInletVelocity: Write the extrapolateProfile switch
2016-06-17 20:27:31 +01:00
1ef6ed3b9f
ODESolvers::seulex: Handle possible overflow in the calculation of the dy norm
2016-06-17 18:59:28 +01:00
8a5304edf6
Doxygen documentation: Standardized the 'See also' heading
2016-06-17 17:31:34 +01:00
2ca0a6f362
Doxygen documentation: Use the standard 'Usage' rather than the '\heading....'
2016-06-17 17:22:24 +01:00
4ebaed67f9
Doxygen documentation: Remove superfluous linebreak
2016-06-17 17:13:39 +01:00
2668106e2c
cyclicACMIPolyPatch: Clear geometry when resetting
...
Patch contributed by Mattijs Janssens
2016-06-17 11:50:56 +01:00
725787ec1a
cyclicACMIFvPatchField: Corrected declaration of updateCoeffs to be virtual
2016-06-17 11:50:30 +01:00
7b75d81269
Rationalized Doxygen documentation of command-line options
2016-06-17 09:11:58 +01:00
19ef39741b
Simplify and correct Doxygen lists using '-' rather than '\li \c'
2016-06-16 20:10:39 +01:00
6db445c875
fvOptions/constraints/fixedValueConstraint: Replacement for the nonsensical ExplicitSetValue
...
Description
Constrain the field values within a specified region.
For example to set the turbulence properties within a porous region:
\verbatim
porosityTurbulence
{
type scalarFixedValueConstraint;
active yes;
scalarFixedValueConstraintCoeffs
{
selectionMode cellZone;
cellZone porosity;
fieldValues
{
k 30.7;
epsilon 1.5;
}
}
}
\endverbatim
See tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff
constant/fvOptions for an example of this fvOption in action.
2016-06-16 15:32:19 +01:00
92dd330ad7
functionObjectList::list: Support recursion when listing functionObject configuration files
2016-06-16 13:02:17 +01:00
07ae9b67cc
totalPressureFvPatchScalarField, uniformTotalPressureFvPatchScalarField: simplified and rationalized
...
The modes of operation are set by the dimensions of the pressure field
to which this boundary condition is applied, the \c psi entry and the value
of \c gamma:
\table
Mode | dimensions | psi | gamma
incompressible subsonic | p/rho | |
compressible subsonic | p | none |
compressible transonic | p | psi | 1
compressible supersonic | p | psi | > 1
\endtable
For most applications the totalPressure boundary condition now only
requires p0 to be specified e.g.
outlet
{
type totalPressure;
p0 uniform 1e5;
}
2016-06-16 12:21:34 +01:00
39fd82ea84
fvPatchField, cyclicACMI: Renamed weighted updateCoeffs
...
updateCoeffs(const scalarField&) -> updateWeightedCoeffs(const scalarField&)
to avoid confusion with other specialized forms of updateCoeffs.
Patch contributed by Mattijs Janssens
2016-06-15 09:06:16 +01:00
1e2bba0572
functionObjects::surfaceRegion,volRegion: Improved documentation
2016-06-15 09:05:35 +01:00
1bc9ff44e1
Legacy solver wrappers ICCG and BICCG removed
...
Instead of ICCG use PCG with the DIC preconditioner
Instead of BICCG use PBiCG with the DILU preconditioner
2016-06-14 14:53:28 +01:00