- Sep 29, 2010
- Sep 07, 2010
-
-
sergio authored
-
- Sep 06, 2010
- Jul 29, 2010
-
-
graham authored
picked up by a copyright change.
-
- Jul 27, 2010
-
-
graham authored
Exception: applyWallFunctionBoundaryConditions.C cannot split #include directives.
-
- Jul 15, 2010
-
-
mattijs authored
-
- Jun 23, 2010
-
-
henry authored
-
- Jun 10, 2010
-
-
henry authored
multiphaseInterFoam: changed alphaContactAngleFvPatchScalarField to multiphaseAlphaContactAngleFvPatchScalarField to avoid name clashed with the version of alphaContactAngleFvPatchScalarField in the interfaceProperties library.
-
- Jun 02, 2010
-
-
mattijs authored
-
- May 25, 2010
-
-
henry authored
Relaxation and solution parameters for the final iteration in PIMPLE loops are now selected according to the value of the "finalIteration" entry in the mesh::data dictionary. rhoPimpleFoam significantly updates and now replaces rhoPisoFoam.
-
- May 19, 2010
-
-
henry authored
-
- May 18, 2010
-
-
Andrew Heather authored
This reverts commit c600ce54.
-
- May 17, 2010
-
-
Mark Olesen authored
- fix 'forAll (' -> 'forAll(' format (again)
-
- May 20, 2010
-
-
Mark Olesen authored
- both versions handle the same input words. Only need the <Switch> version when the destination variable is also a Switch and we need to output the word later.
-
Mark Olesen authored
-
Mark Olesen authored
- add const-ness for control variables - drop unused fluxGradp variable - use lookupOrDefault instead of found/lookup combination
-
- Apr 23, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Apr 20, 2010
-
-
Mark Olesen authored
-
- Apr 13, 2010
-
-
Mark Olesen authored
before: - 'new' prefixed to camel-cased class name: eg, someClass -> newSomeClass - 'New' prefixed to templated class name: eg, TmplClass -> NewTmplClass - 'New' suffixed to class name: eg, someClass -> someClassNew after: - consistent 'New' suffixed to class name, no change of case eg, someClass -> someClassNew eg, TmplClass -> TmplClassNew
-
Mark Olesen authored
- accept some violations of the coding guidelines though - perhaps adding a style exception would be simpler.
-
- Apr 12, 2010
-
-
Mark Olesen authored
-
- Mar 30, 2010
-
-
Mark Olesen authored
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Mar 24, 2010
-
-
Mark Olesen authored
- remove epsilonSmall, omegaSmall - k0/epsilon0/omega0 become kMin/epsilonMin/omegaMin - add qMin/zetaMin for consistency These files still need some attention: dynOneEqEddy.C NonlinearKEShih.C settlingFoam BUG: incompressible::LESModels:dynOneEqEddy::correct() - avoid tmp field destruction for consistency with the compressible version Possible TODO: - set kMin to zero (instead of SMALL) and introduce kSmall to avoid division by zero
-
- Mar 19, 2010
-
-
henry authored
Added compressibility support to MRFZone. Required generalisation of the oneField concept. Also clean-up the use of one and zero for consistency. Simple mixerVessel2D tutorial case supplied.
-
- Jan 28, 2010
-
-
henry authored
While p and pmh (pd in OpenFOAM-1.5.?) are equivalent on orthogonal meshes they are not on non-orthogonal meshes and the difference is very important for buoyancy-dominated flows such as settling. settlingFoam is now written in terms of pmh (static pressure minus hydrostatic pressure) which used to be called pd but that confused too may people.
-
- Dec 04, 2009
-
-
Mark Olesen authored
-
- Dec 03, 2009
-
-
Mark Olesen authored
- to match coding guidelines
-
- Nov 30, 2009
-
-
Mark Olesen authored
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
-
- Nov 27, 2009
-
-
Mark Olesen authored
- markup codingStyleGuide.org examples so they actually indent correctly - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
-
- Nov 18, 2009
-
-
henry authored
with the boundary motion before the fluxes are corrected for continuity by pcorr.
-
- Oct 30, 2009
-
-
henry authored
-
- Oct 21, 2009
-
-
graham authored
deltaT().value() to deltaTValue() and deltaT0().value() to deltaT0Value() across the whole code - faster to return especially if being used often, in each call to a submodel for example.
-
- Oct 10, 2009
-
-
henry authored
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
-