e2ef006b91
applications: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 17:53:31 +00:00
42fb1b9e8e
Updated notImplemented -> NotImplemented
...
The new NotImplemented macro uses __PRETTY_FUNCTION__ for GNU compatible
compilers otherwise __func__ to provide the function name string.
2015-11-01 10:26:37 +00:00
8d21b380ef
Renamed phiAlpha -P alphaPhi for consistency with Euler-Euler solvers
2015-09-11 17:52:43 +01:00
365f9b0006
dimensioned<Type>: Added constructor from name, dimensions and dictionary
...
to simplify construction of dimensionedScalar properties and avoid the
duplication of the name string in the constructor call.
2015-07-21 12:57:07 +01:00
4c21f24a8c
Input of dimensionedScalars: update read-construction of dimensionedScalar in applications
...
so that the specification of the name and dimensions are optional in property dictionaries.
Update tutorials so that the name of the dimensionedScalar property is
no longer duplicated but optional dimensions are still provided and are
checked on read.
2015-07-20 22:52:53 +01:00
94401af010
Resolved issues with virtual function inheritance and warning from clang
...
Also removed __GNUC__ conditional compilation statements which are no
longer needed.
2015-07-17 12:11:37 +01:00
e00ae44ad0
interFoam family: Added run-time selectable LTS support
...
LTS is selected by the ddt scheme e.g. in the
tutorials/multiphase/interFoam/ras/DTCHull case:
ddtSchemes
{
default localEuler rDeltaT;
}
LTSInterFoam is no longer needed now that interFoam includes LTS
support.
2015-06-26 18:32:20 +01:00
0b5e422dd1
Updated header
2015-04-30 10:44:40 +01:00
f22ae158f9
multiphaseInterFoam/multiphaseMixture: Updated MULES call
2015-04-30 10:44:15 +01:00
49c5519be8
multiphaseInterFoam: cache the mixture kinematic viscosity for use in fvOptions etc.
2014-05-13 10:34:33 +01:00
9873774ee9
VoF solvers: rationalize the relationship between VoF solvers
...
Improve code reuse
Add multiphaseInterDyMFoam
Retire MRFinterFoam -> now handled by interFoam with fvOptions
Update tutorials
2014-04-29 14:16:41 +01:00
f0cec33f88
Update headers
2014-01-27 13:00:48 +00:00
bee3508b38
Adding names to temporaries to avoid duplicate registrations
2014-01-27 12:59:58 +00:00
f5fd050293
VoF solvers: phase-fraction equation and move mesh motion into PIMPLE loop
2013-10-30 12:50:12 +00:00
16a89a6fce
MULES: Consolidated support for LTS
2013-10-25 15:08:33 +01:00
a1a427f875
alphaEqnsSubCycle: Corrected dimensions of rhoPhiSum
2013-09-12 23:49:44 +01:00
0cb195fa8d
multiphase: Improve the construction of rhoPhiSum
2013-09-12 17:48:14 +01:00
c3a425ae62
Updated headers
2013-08-22 16:51:41 +01:00
005bfcd851
multiphase: completed renaming of phase fields to use the new groupName convention and interface
2013-08-22 16:51:16 +01:00
313547796e
transportModel: Constructor does not need any arguments
2013-07-14 23:17:55 +01:00
72ea7b4680
transportModel: remove IOdictionary base-class so that it is entirely abstract
2013-07-07 22:54:33 +01:00
052d81785a
multiphase: move alpha solution controls into the appropriate sub-dictionary of fvSolution:solvers
2013-06-20 16:32:39 +01:00
1c0b73055d
multiphaseMixture: Remove alphaTable which is no longer used
2013-05-11 11:57:10 +01:00
d13c9810e8
VoF Solvers: Relocate the correction, sub-cycling and compressions controls from PIMPLE to the alpha1 sub-dict
...
MULES: Add support for explicit correction
interPhaseChangeFoam: Add option for explicit MULES or as correction to an upwind solution
Deprecate implicit form of MULES
2013-05-03 15:46:29 +01:00
473cf07dde
MULES: Split files to separate the explicit and implicit forms
...
IMULES: MULES for implicit solution
2013-05-01 15:32:36 +01:00
cff638a7da
multiphaseInterFoam: No need for refPhase with MULES
2011-09-05 19:09:32 +01:00
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
391d788a29
Corrected headers
2011-08-09 10:42:37 +01:00
425d51a985
MMULES: new development of the MULES limiter to support limiting the sum of phase-fractions
...
multiphaseInterFoam: Upgraded to use the new MMULES algorithm
2011-08-09 10:39:58 +01:00
0301a62527
ENH: Updated more solvers to use the new algorithm container classes
2011-04-15 16:34:29 +01:00
656bbf5308
ENH: Updated solvers to use simpleControl and pimpleControl
2011-04-14 17:45:20 +01:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
da439f5484
STYLE: consistent naming for templated/non-templated patch field construction
...
eg,
- makePatchTypeField -> makeTemplatePatchTypeField
- makeNonTemplatedPatchTypeField -> makePatchTypeField
2010-12-30 09:36:09 +01:00
078c427594
COMP: avoid ambiguous construct from tmp - solvers/ multiphase
2010-12-21 09:53:19 +01:00
f12b86310f
multiphaseMixture: Corrected EXE_LIBS -> LIB_LIBS
2010-10-29 13:09:09 +01:00
5dc9b66ba3
New Courant number now implemented in most solvers
...
CHT solvers still to do
2010-10-13 13:09:24 +01:00
89ee9b3e0f
Merged all multiphase developments in OpenFOAM-1.7.x
2010-09-29 22:22:48 +01:00
012494fdb5
STYLE: Fixing code style requirements for all apps.
...
Exception: applyWallFunctionBoundaryConditions.C cannot split #include
directives.
2010-07-27 15:27:05 +01:00
17d36e9353
multiphaseInterFoam: changed alphaContactAngleFvPatchScalarField to multiphaseAlphaContactAngleFvPatchScalarField
...
to avoid name clashed with the version of alphaContactAngleFvPatchScalarField in the interfaceProperties library.
2010-06-10 12:53:54 +01:00
42807ddd7e
STYLE: fix worst spacing violations for 'os <<' constructions
...
- accept some violations of the coding guidelines though
- perhaps adding a style exception would be simpler.
2010-04-13 17:45:49 +02:00
b6f3bd4c23
STYLE: follow coding guide recommendation for '//- Destructor'
2010-04-12 11:55:52 +02:00
c508b2fe17
STYLE: consistent capitalization of Private/Protected Member Functions in comments
2010-03-30 11:33:42 +02:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
5e972c772f
remove trailing space from some files
2009-12-04 13:39:35 +01:00
909e6b27e4
Apply coding style recommendations:
...
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
2009-11-30 08:55:03 +01:00
e9da288118
Reverted the Americanism "math" back to the original "mathematical" and reverted name of
...
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
2009-10-10 22:58:58 +01:00
791b5aaeaa
replacing isType with isA to enable directMappedWall to work
2009-09-15 17:51:59 +01:00
8dcea0f8cd
using new constant definitions
2009-08-28 18:04:22 +01:00