Commit Graph

176 Commits

Author SHA1 Message Date
Henry
a76953302a Porous solvers: corrected change to ddt 2011-03-31 18:00:39 +01:00
Henry
3c2c3650d4 LTSInterFoam, rhoPorousMRFLTSPimpleFoam: set the name of the old-time rDeltaT
to avoid the registration of rDeltaT being pinched
2011-03-31 11:55:41 +01:00
Henry
fffe67d45f Porosity: Temporarily disable pZones.ddt(rho, U) while the term is being investigated 2011-03-30 16:24:35 +01:00
Henry
7f8dbac2cc LTSInterFoam: Improved the near-interface Courant number evaluation 2011-03-30 13:50:09 +01:00
andy
6f138dc60f GIT: resolve merge conflict 2011-03-28 10:34:21 +01:00
Henry
1528f30f33 LTSInterFoam: Improved default settings 2011-03-26 21:48:40 +00:00
Henry
5b4cd73e55 PIMPLE: Rationalised loop structure
Automated the caching of "finalIteration".
2011-03-26 21:48:15 +00:00
Henry
0f3d393ec5 bubbleFoam, twoPhaseEulerFoam: Updated handling of the transpose terms 2011-03-21 10:49:20 +00:00
Henry
1d3a93554b Add conversion to scalar for SP 2011-02-21 22:50:17 +00:00
Henry
f45f87f293 twoPhaseEulerFoam: minor update of alphaEqn.H 2011-02-14 11:05:26 +00:00
Henry
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
Henry
b3cde56f27 Doxygen docs: Corrected doxyFilter to preserve line numbers
Also corrected many formatting errors in the comments in C and H files
2011-02-07 22:50:49 +00:00
andy
62ca98ac38 BUG: (typo) one too many )'s 2011-01-17 15:57:07 +00:00
andy
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
andy
05022c373a STYLE: minor formatting 2011-01-14 15:44:00 +00:00
andy
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
graham
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
Mark Olesen
da439f5484 STYLE: consistent naming for templated/non-templated patch field construction
eg,
    - makePatchTypeField -> makeTemplatePatchTypeField
    - makeNonTemplatedPatchTypeField -> makePatchTypeField
2010-12-30 09:36:09 +01:00
Mark Olesen
881b3dafa2 Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
	applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C
	applications/utilities/surface/surfaceCheck/surfaceCheck.C
	src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
	src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C
	src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C

NOTE: also needed to strip trailing space/lines in various files
2010-12-21 10:19:53 +01:00
Mark Olesen
078c427594 COMP: avoid ambiguous construct from tmp - solvers/ multiphase 2010-12-21 09:53:19 +01:00
mattijs
cde4e66674 STYLE: kineticTheoryModel.C : line length 2010-12-15 17:06:23 +00:00
mattijs
1473e9f2ef COMP: kineticTheroyModel : single precision compilation 2010-12-15 15:25:11 +00:00
Mark Olesen
8b59f1d0d5 Merge remote branch 'OpenCFD/master' into olesenm 2010-11-08 08:07:29 +01:00
Henry
f8ae2453df chtMultiRegionFoam: updated thermodynamics 2010-11-02 18:57:39 +00:00
Mark Olesen
d5acd22a63 STYLE: use labelUList typedef instead of UList<label> or unallocLabelList 2010-11-02 09:32:32 +01:00
Henry
1fe653ac36 LTSInterFoam: Allow the new time-step smoothing parameters to be input 2010-11-01 14:45:04 +00:00
Henry
f12b86310f multiphaseMixture: Corrected EXE_LIBS -> LIB_LIBS 2010-10-29 13:09:09 +01:00
andy
667b5c13ae Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-26 11:54:27 +01:00
andy
4f8ea8d6af BUG: Incorrect lookup name for alphak 2010-10-26 11:53:56 +01:00
Henry
730481aed3 LTSInterFoam: Initial version of interFoam supporting local time-stepping for acceleration to steady-state 2010-10-25 17:49:56 +01:00
Henry
c078ab9dee DSMC tutorials: remove temporary files 2010-10-13 17:08:10 +01:00
Henry
5dc9b66ba3 New Courant number now implemented in most solvers
CHT solvers still to do
2010-10-13 13:09:24 +01:00
Henry
eb51614780 Renamed rUA -> rAU 2010-10-11 20:10:34 +01:00
Henry
ad3abe3738 Courant Numbers: Corrected reductions for parallel running 2010-10-10 23:19:16 +01:00
Henry
195510935d Courant number: new formulation
Improves boundary handling
Corresponds better to FVM equations
2010-10-08 22:52:18 +01:00
Henry
89ee9b3e0f Merged all multiphase developments in OpenFOAM-1.7.x 2010-09-29 22:22:48 +01:00
Henry
ad925d65d2 threePhaseMixture: corrected typo 2010-09-29 11:19:48 +01:00
Henry
7428b36de8 incompressibleThreePhaseMixture: Corrected the construction of the third-phase properties 2010-09-29 10:50:03 +01:00
Henry
5a655495dc bubbleFoam: Cleaned-up createPhi 2010-09-29 10:49:35 +01:00
sergio
08a9c9da8f BUG: ID 0000028 Inconsistency in nuEffa declaration 2010-09-07 09:38:11 +01:00
sergio
fee00dbef0 BUG : constant::mathematical::pi 2010-09-06 14:29:41 +01:00
sergio
7343f95afb STY: line exceeding 80 characthers. 2010-09-06 11:28:26 +01:00
sergio
8f1a350758 ENH: Improvements on kinetic theory models and twoPhaseEulerFoam 2010-09-06 11:24:22 +01:00
graham
28345247a7 STYLE: Fixing code style requirements for more files - those not
picked up by a copyright change.
2010-07-29 11:28:44 +01:00
graham
012494fdb5 STYLE: Fixing code style requirements for all apps.
Exception: applyWallFunctionBoundaryConditions.C cannot split #include
directives.
2010-07-27 15:27:05 +01:00
mattijs
f6670f8dec COMP: Make/options added indirect libs for Solaris linker. 2010-07-15 09:38:52 +01:00
henry
ccfb6e32a6 Corrected headers. 2010-06-23 16:54:54 +01:00
henry
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
andy
28b1a9e2c6 Merge branch 'olesenm' 2010-06-03 10:25:03 +01:00
mattijs
f1ee573aa0 Merge branch 'inotify'
Conflicts:
	TODO
2010-06-02 10:10:52 +01:00