Commit Graph

658 Commits

Author SHA1 Message Date
graham
6e206f494a ENH: magneticFoam. Adding HdotGradH field calculation.
Typo in magnet.H (relativPer... -> relativePer...).
2010-04-26 17:57:51 +01:00
graham
dc26005e49 Merge branch 'master' into particleInteractions
Conflicts:
	src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/newAtomizationModel.C
	src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/newDispersionModel.C
	src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.C
	src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcelI.H
2010-04-26 16:45:54 +01:00
henry
48feefd127 rhoCentralDyMFoam: Now a "sub-application" of rhoCentralFoam
This cleans-up the dependencies between these two applications.
2010-04-26 12:25:32 +01:00
Mark Olesen
9c32ce1016 STYLE: use forAll macro in more places, avoid LF-CR endings 2010-04-23 18:35:55 +02:00
andy
a54c657391 Merge branch 'olesenm' 2010-04-23 14:40:48 +01:00
Mark Olesen
03338b9ea9 STYLE: partial revert for 5cfa97624e 2010-04-23 10:23:08 +02:00
henry
474b810dc1 rhoCentralDyMFoam: Dynamic mesh version of rhoCentralFoam 2010-04-22 16:37:54 +01:00
henry
1dcc0e0758 magneticFoam: Updated copyright. 2010-04-22 16:33:07 +01:00
henry
b657f4a403 solvers: Reformatting and cleanup. 2010-04-22 16:26:43 +01:00
henry
49b8f548c0 magneticFoam: New magnetic-field solver
Solver for the magnetic field generated by permanent magnets.

    A Poisson's equation for the magnetic scalar potential psi is solved
    from which the magnetic field intensity H and magnetic flux density B
    are obtained.
2010-04-22 16:25:52 +01:00
Mark Olesen
4d2a297a67 BUG: syntax problems found by gcc-4.5.0
- "cpp -traditional-cpp" doesn't strip C++-style comments
  Probably need a workaround with sed -e 's@^ *//@@' if we
  wish to support C++-style comments in Make/{files,options}

- lduMatrixTests.C:121:1:
  error: ‘Foam::lduMatrix::solverPerformance::solverPerformance’ names
  the constructor, not the type

- edgeFaceCirculatorI.H:355:1:
  error: ‘Foam::edgeFaceCirculator::edgeFaceCirculator’ names the
  constructor, not the type

- patchPointEdgeCirculatorI.H:236:1:
  error: ‘Foam::patchPointEdgeCirculator::patchPointEdgeCirculator’
  names the constructor, not the type

- objToVTK.C:116:5:
  error: ‘Foam::argList::argList’ names the constructor, not the type

  same in surfaceClean.C, surfaceRefineRedGreen.C, surfaceSplitByPatch.C

- fireFoam/createFields.H:74:41:
  error: type/value mismatch at argument 1 in template parameter list
  for ‘template<class T> class Foam::autoPtr’
2010-04-22 09:00:31 +02:00
Mark Olesen
5cfa97624e STYLE: more consistent New methods, use unregistered IOobject where appropriate 2010-04-20 17:13:35 +02:00
Mark Olesen
5f8f105965 Merge remote branch 'OpenCFD/master' into olesenm 2010-04-16 11:57:12 +02:00
mattijs
21b283779c STYLE: new time structure 2010-04-15 11:59:31 +01:00
mattijs
5080bd3237 STYLE: convert to new time loop structure 2010-04-15 11:58:33 +01:00
mattijs
6d71a38e66 ENH: Allow tensorial K 2010-04-15 11:34:47 +01:00
graham
1e36428a4e BUG: incompressibleUncoupledKinematicParcelFoam. Need to use autoPtr
to H and HdotGradH fields.
2010-04-14 17:09:21 +01:00
graham
fa851dde1e BUG: incompressibleUncoupledKinematicParcelFoam. Using headerOk to
exclude H and HdotGradH fields from being read if not present.
2010-04-14 16:03:11 +01:00
graham
8959eca293 ENH: incompressibleUncoupledKinematicParcelFoam. Reading H and
HdotGradH fields if present.
2010-04-14 14:02:24 +01:00
Mark Olesen
937e0d23d0 STYLE: consistent naming of files containing the 'New' method
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
2010-04-13 18:47:47 +02:00
Mark Olesen
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
graham
3be2501cd9 Merge branch 'master' into particleInteractions
Conflicts:
	src/lagrangian/intermediate/parcels/Templates/KinematicParcel/CollisionRecordList/CollisionRecordList.H
	src/lagrangian/intermediate/submodels/Kinematic/CollisionModel/NoCollision/NoCollision.H
	src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/receivingReferralList.C
	src/lagrangian/molecularDynamics/molecule/interactionLists/referralLists/sendingReferralList.C
2010-04-13 16:34:36 +01:00
graham
9fd4af7e7b STYLE: reactingParcelFilmFoam/rhoEqn.H. Changing to GPL v3. 2010-04-13 10:44:43 +01:00
Mark Olesen
5b8b42f0dc TYPO: in directory name for adjointShapeOptimizationFoam 2010-04-12 14:26:59 +02:00
Mark Olesen
b6f3bd4c23 STYLE: follow coding guide recommendation for '//- Destructor' 2010-04-12 11:55:52 +02:00
Mark Olesen
a50f01b079 STYLE: use forAllIter, forAllConstIter instead of long-hand version
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
2010-04-12 11:18:38 +02:00
graham
725e3e5e4e ENH: InteractionLists. Clearing cloud_ along with the
referredParticles, so there are no old particles lingering between
writes.

COMP: Adding surfaceFilmModels to
incompressibleUncoupledKinematicParcelFoam/Make/options
2010-04-09 12:30:40 +01:00
graham
b19a8e3748 Merge branch 'master' into particleInteractions
Conflicts:
	src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.C
	src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.H
	tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/coalCloud1Properties
	tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/constant/limestoneCloud1Properties
2010-04-09 11:03:19 +01:00
andy
078a3204ba ENH: Updating libs/applications affected by surface film modelling 2010-04-08 17:03:35 +01:00
andy
98a77f44ca ENH: Added new reactingParcelFilmFoam solver
- Takes reactingParcelFoam solver and adds surface film capability
2010-04-08 16:56:50 +01:00
graham
6a5069b61f Merge branch 'master' into particleInteractions 2010-04-07 17:29:38 +01:00
henry
d4d0b88988 fvData: New database (dictionary) held on the fvMesh to store residual information etc.
This data can be used for convergence testing e.g. by a functionObject.
Other data could also be stored, e.g. global continuity errors and other reduced results.
2010-04-07 15:40:52 +01:00
graham
c141866d11 STYLE: Updated copyright dates and GPL to v3. 2010-04-07 12:52:10 +01:00
graham
2064e7daf1 Merge branch 'master' into particleInteractions 2010-04-07 09:59:20 +01:00
mattijs
e55c8a8c67 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-06 16:31:39 +01:00
henry
ed8fb0aa99 UEqn: Removed "Sp" term from the momentum equation of the steady-state solvers.
It is not clear that this "correction" term has provided any benefit and there
are cases for which it has proved detrimental to stability and convergence.
2010-04-06 16:28:59 +01:00
mattijs
4c1ff609f9 STYLE: unnecessary check 2010-04-06 16:28:29 +01:00
graham
67b2a9665f Merge branch 'master' into particleInteractions 2010-04-02 11:04:29 +01:00
mattijs
0b54b4b12d STYLE: mixed bc already present in compressible::turbulentTemperatureBaffleMixed 2010-04-01 14:22:49 +01:00
mattijs
16cf8eaf9e ENH: Changed flux condition into gradient bc 2010-04-01 14:22:06 +01:00
mattijs
fd952687fd ENH: Removed extraneous if 2010-04-01 14:21:25 +01:00
henry
a5d03f9ba3 rhoSimpleFoam: Improved stability by limiting the changes in rho
and formulating the enthalpy sources consistently.
2010-03-31 14:35:51 +01:00
graham
94bab707d3 Merge branch 'master' into particleInteractions 2010-03-31 11:48:58 +01:00
Mark Olesen
c508b2fe17 STYLE: consistent capitalization of Private/Protected Member Functions in comments 2010-03-30 11:33:42 +02:00
Mark Olesen
3213388ddf Merge remote branch 'OpenCFD/master' into olesenm 2010-03-30 09:11:52 +02:00
Mark Olesen
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
andy
cb7fd50852 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-26 16:27:11 +00:00
andy
772e1d1b4f BUG: enthalpy source term for dieselFoam solver corrected 2010-03-26 16:26:53 +00:00
Mark Olesen
0c8fb634f0 ENH: enforce consistent boundness on turbulence models.
- 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
2010-03-24 09:07:53 +01:00
graham
fdbc6bab95 Merge branch 'master' into particleInteractions
Conflicts:
	src/parallel/decompose/decompositionMethods/Make/options
2010-03-23 11:18:53 +00:00
henry
4f926a376f New solver: rhoPorousMRFPimpleFoam
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.
2010-03-19 17:54:35 +00:00
graham
0abe384231 Merge branch 'master' into particleInteractions 2010-03-16 12:53:26 +00:00
henry
d35773f4fb New solver: adjointShapeOptimizationFoam
Uses adjoint method to block regions of the domain causing total pressure loss,
e.g. recirculation zones.

pitzDaily tutorial case supplied.
2010-03-15 17:08:45 +00:00
henry
5cac2c00d6 mhdFoam: General cleanup. 2010-03-15 17:03:04 +00:00
sergio
0455e4a013 BUG: volScalarField G in registry named RANSModel::G 2010-03-11 14:33:19 +00:00
sergio
2fcb6d506b BUG: option file in combustionModel links general thermo 2010-03-11 14:29:33 +00:00
graham
57b52f8226 ENH: Removing interactingKinematicParcelFoam - now redunant. 2010-03-03 16:40:55 +00:00
mattijs
af32ffeaad ENH: Implement gradient coupled temperature bc as fixedGradient instead of fixedValue. 2010-03-03 14:59:39 +00:00
graham
37d38f4f5c ENH: Removing incompressibleInteractingKinematicParcelFoam - now
redunant.

Calling correct on the laminarTransport object in
incompressibleUncoupledKinematicParcelFoam and updating mu.
2010-03-02 16:55:38 +00:00
graham
20835912fa Merge branch 'master' into particleInteractions
Conflicts:
	src/parallel/decompositionMethods/Make/options
2010-03-02 16:12:03 +00:00
graham
6b0daf3618 EHN: lagrangian/intermediate. Merging InteractingKinematicParcel back
to KinematicParcel incorporating latest master branch changes.
2010-03-02 16:07:20 +00:00
mattijs
22ac629da5 BUG: Detect derived-from-wall boundary conditions 2010-03-01 14:49:47 +00:00
graham
ad77ffc868 Merge branch 'master' into particleInteractions
Conflicts:
	src/lagrangian/basic/Cloud/Cloud.H
	src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.C
	src/parallel/decompositionMethods/Make/options
2010-03-01 09:15:11 +00:00
andy
1dc1300ed3 STYLE: removed old comments 2010-02-12 18:47:24 +00:00
andy
a892403b15 STYLE: removed redundant rhoEqn 2010-02-12 18:45:03 +00:00
andy
ca37746fe4 ENH: Added (commented) line for unity Lewis no in hsEqn 2010-02-12 17:46:14 +00:00
andy
a57ff61211 ENH: moved info() for clouds to evolve() call
- Removes need for additional call to info in the main solver code
2010-02-12 17:09:42 +00:00
andy
9171b6970f ENH: removed building of local thermo library - now in main source tree 2010-02-12 17:07:42 +00:00
andy
40f141e2c9 ENH: Updated enthalpy equations for solvers with chemistry using updated
sensible enthalpy thermo packages

- Enthalpy source term now retrieved from the chemistry model (scaled by
  kappa for the PaSR model)
2010-02-12 17:05:15 +00:00
andy
34cd4b9310 ENH: updated options file for fireFoam solver 2010-02-11 17:03:46 +00:00
andy
73ec58d3e8 ENH: Update of hsCombustionThermo
- moved sources from fireFoam solver into the thermophysicalModels library
- code clean-up
2010-02-11 17:00:55 +00:00
henry
3ed23da4fe New solver: fireFoam
For non-premixed combustion using sensible enthalpy.
2010-02-10 19:09:24 +00:00
andy
7b3da686d8 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-08 19:13:37 +00:00
andy
d2b8b58b5c Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-08 17:59:06 +00:00
Mark Olesen
2f0692e002 Merge commit 'OpenCFD/master' into olesenm 2010-02-08 15:01:48 +01:00
mattijs
129ce922e2 ENH: Use new time looping structure 2010-02-05 16:26:09 +00:00
andy
713e3e6b6e ENH: updated coalChemistryFoam solver to use the updated source mechanism 2010-02-04 13:25:55 +00:00
andy
8bd56817fa ENH: Updated porousExplicitSourceReactingParcelFoam to employ
the updated explicit source functionality

- Updates to solver, equations, createFields and createExplicitSources
2010-02-03 18:45:05 +00:00
Mark Olesen
8426ca1a8c Merge commit 'OpenCFD/master' into olesenm 2010-02-03 17:40:37 +01:00
andy
82dab7d673 ENH: Updated the porousExplicitSourceReactingParcelFoam solver to use the
reacting multi-phase level of cloud/parcel

- changes to createClouds.H
- updated tutorial cases to reflect changes
2010-02-01 13:14:34 +00:00
andy
a55257783d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-28 16:30:41 +00:00
henry
6fb475b439 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-28 16:08:17 +00:00
henry
3b038c3702 settlingFoam: Changed to solving for pmh (static pressure minus hydrostatic pressure).
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.
2010-01-28 16:06:08 +00:00
andy
d1874a0529 STYLE: removed spurious //'s 2010-01-28 12:50:27 +00:00
sergio
0b96ae5409 chtMultiRegionFoam files update 2010-01-28 12:28:18 +00:00
sergio
37c3248471 chtMultiRegion modification using Diff time limite 2010-01-27 17:11:47 +00:00
Mark Olesen
2d91dedaa0 Merge commit 'OpenCFD/master' into olesenm 2010-01-22 13:23:43 +01:00
henry
cdb616eb48 Removed blank line. 2010-01-20 17:06:22 +00:00
Mark Olesen
a694f6e374 Replace a few uses of triSurface with the more general meshedSurface. 2010-01-15 17:27:03 +01:00
andy
19f8fa236a Update PDR turbulence model to conform to updated turbulence model api 2010-01-11 12:59:32 +00:00
graham
b7f92a7da3 New solver incompressibleUncoupledKinematicParcelFoam. 2009-12-06 12:15:22 +00:00
graham
9f702d722d Merge branch 'master' into particleInteractions 2009-12-06 12:14:03 +00:00
Mark Olesen
37c4f2f375 remove empty 'Description' from various .C files 2009-12-04 14:11:33 +01:00
Mark Olesen
5e972c772f remove trailing space from some files 2009-12-04 13:39:35 +01:00
Mark Olesen
0e33bf0bba add some usage information to a few utilities 2009-12-04 10:20:15 +01:00
Mark Olesen
c091d856ae pedantic changes: 'forAll (' -> 'forAll(' in applications/
- to match coding guidelines
2009-12-03 14:12:08 +01:00
Mark Olesen
58b7e64185 Use argList::addOption, argList::addBoolOption (almost) everywhere
- ensure that the standard options (eg, from timeSelector) also have
  some usage information
2009-12-03 13:32:12 +01:00
Mark Olesen
00985638d8 remove fvCFD.H usage from remaining library source
- exception calcType.H since it'll most likely be used for building
  applications anyhow

- use quailified names in more of the lagrangian code

- killed some tab indents in various places.
2009-12-02 15:34:52 +01:00
Mark Olesen
909e6b27e4 Apply coding style recommendations:
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
2009-11-30 08:55:03 +01:00
Mark Olesen
fa93ce8cd7 coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly

- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
2009-11-27 15:39:14 +01:00
henry
06eb5b7477 Added preliminary version of the rhoSimplecFoam code and tutorial case.
This currently only runs in serial, parallelisation is worked on.
2009-11-25 11:59:19 +00:00
graham
fabbd8bb47 Merge branch 'master' into dsmc 2009-11-20 11:31:30 +00:00
henry
bb65911c45 Added a correction to the boundary velocity and flux to make them consistent
with the boundary motion before the fluxes are corrected for continuity by
pcorr.
2009-11-18 23:10:26 +00:00
mattijs
e779953746 steady state cht solver; switched default coupled bc to be fixedValue 2009-11-17 11:41:05 +00:00
andy
cf9b9bff17 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-12 13:29:10 +00:00
andy
963a8cb8d5 cleaner code 2009-11-12 13:28:55 +00:00
graham
6cbf1c9425 Merge branch 'master' into particleInteractions 2009-11-11 13:26:30 +00:00
graham
0870e22400 Merge branch 'master' into dsmc 2009-11-11 13:24:48 +00:00
andy
e7347dbd62 removed unnecessary interpolation of h - not used 2009-11-09 10:15:07 +00:00
henry
51bb18ce78 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-10-30 17:24:05 +00:00
henry
9bb3c1c1ba New solvers and tutorial cases transferred from OpenFOAM-1.6.x. 2009-10-30 17:24:02 +00:00
andy
555c1ea30d minor cosmetics 2009-10-29 14:28:57 +00:00
andy
6b289c32fd added check to ensure that the inert specie exists in available specie list 2009-10-28 12:21:28 +00:00
graham
34d8f73153 Merge branch 'master' into particleInteractions 2009-10-21 16:40:45 +01:00
graham
c3eac7b801 Merge branch 'master' into dsmc
Conflicts:
	src/lagrangian/dsmc/clouds/Templates/DsmcCloud/DsmcCloudI.H

Fixed - old cacheDeltaT in conflict.
2009-10-21 16:39:20 +01:00
graham
9221793088 Changing
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.
2009-10-21 16:36:07 +01:00
graham
e9cdaf6106 Merge branch 'master' into dsmc 2009-10-21 14:12:36 +01:00
graham
2125ba00de Merge branch 'master' into particleInteractions 2009-10-19 11:37:48 +01:00
mattijs
2ff47b7909 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-10-12 13:04:02 +01:00
graham
51ebdc5e80 Merge branch 'master' into dsmc 2009-10-11 11:16:56 +01:00
henry
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
mattijs
24479b6102 use prfValue 2009-10-09 17:16:37 +01:00
graham
5f8cf390f6 Adding incompressible solver where the value of density is read from
the transportDictionary.
2009-10-07 17:08:26 +01:00
graham
b4052f716b Merge branch 'master' into particleInteractions 2009-10-07 16:19:51 +01:00
mattijs
f2ae950de6 initialise K with alphaEff 2009-10-02 17:16:39 +01:00
graham
65ca8a8b99 Merge branch 'master' into dsmc 2009-09-24 09:55:56 +01:00
graham
af09f19463 Merge branch 'master' into particleInteractions 2009-09-17 15:15:19 +01:00
mattijs
ed78938873 renamed b.c. 2009-09-15 18:40:49 +01:00
mattijs
791b5aaeaa replacing isType with isA to enable directMappedWall to work 2009-09-15 17:51:59 +01:00
graham
c1925b36e8 Fixing conflict. 2009-09-15 15:24:33 +01:00
henry
10caa3dd12 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-10 22:43:56 +01:00
henry
5467d69f5b Corrected handling of density. 2009-09-10 22:43:48 +01:00
andy
9215ef540e moved UEqn to within outer loop 2009-09-10 15:34:18 +01:00
henry
55f2b496a9 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-09-09 21:56:40 +01:00
henry
42162f27b7 Added basic support for thermal effects in porous zones.
Currently the only supported model is fixing the temperature within the porous zone to a fixed value.
2009-09-09 21:55:55 +01:00
graham
9a71ce6b90 Merging, fixing conflicts 2009-09-07 12:27:57 +01:00
graham
e10bb9589e Merge master, fixing conflicts 2009-09-07 12:23:13 +01:00
andy
6062a1ef66 updates/improvements to the cloud IO system and using new constants 2009-09-04 16:19:57 +01:00
graham
fbce666ec9 Adding templated interactionLists to the intermediate library. The
referred particle is the same type as the real partilce,
i.e. dispensed with reduced referredMolecule-like class.  In general
the collision between particles may involve all pieces of data (type,
size, speed etc).
2009-08-31 20:24:57 +01:00
graham
0ec2983437 Merge branch 'master' into particleInteractions 2009-08-31 11:11:09 +01:00
andy
8dcea0f8cd using new constant definitions 2009-08-28 18:04:22 +01:00
graham
5fb21c8139 Merge branch 'dsmc' into particleInteractions 2009-08-20 20:09:43 +01:00
graham
0e8fdf5b9b Infrastructure for CollisionModel created and make...Submodel files
updated an created.

Included interactionLists from molecule library.  Building with
temporary length squared hard coded.

Selecting collision partnersusing DIL and applying test force to each.
2009-08-20 20:06:13 +01:00
graham
48b452ae76 Merge branch 'master' into particleInteractions 2009-08-19 18:35:48 +01:00
graham
d781ca0602 Merge branch 'master' into dsmc 2009-08-19 09:53:17 +01:00
graham
698fa32b3f Adding parcels and clouds for interacting particles. Creating solver
and test case.
2009-08-18 20:27:14 +01:00
henry
dc183f3011 Minor formatting change. 2009-08-18 17:14:25 +01:00
henry
c9be8d63de Added alternating stress term. 2009-08-18 17:12:38 +01:00
andy
9fb0ed08e7 updating turb coeffs + fix typo 2009-08-13 09:54:57 +01:00
andy
d02c8d1a52 updated Up calc to use mag() 2009-08-13 09:44:09 +01:00
henry
31c76da40f Changed the runtime-selection tables to output a sorted toc. 2009-08-06 18:01:28 +01:00
mattijs
73ae3ddc6d include topoChangerFvMesh 2009-08-05 21:31:30 +01:00
mattijs
e5a710d3eb Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-05 16:18:38 +01:00
mattijs
eba6c985a9 added rawTopoFvChanger mesh 2009-08-05 16:11:47 +01:00
mattijs
876135a83d forcing scheduling calculation 2009-08-04 16:42:54 +01:00
Mark Olesen
ecb8d29b83 Merge commit 'OpenCFD/master' into olesenm 2009-08-03 16:20:24 +02:00
Mark Olesen
7a8a318312 Revert "define values for standardCmu, standardKappa, standardE in turbulenceModel.H"
This reverts commit 54a8b6a152.
2009-08-03 15:31:14 +02:00
andy
827f834a93 corrected y+ calc, re-structured, better handling for walls 2009-08-03 09:53:13 +01:00
Mark Olesen
54a8b6a152 define values for standardCmu, standardKappa, standardE in turbulenceModel.H 2009-08-01 09:36:34 +02:00
Mark Olesen
827e3659b9 consistency update: kappa=0.41, E=9.8
- this would be an argument for providing default values at the top-level
  compressible/incompressible turbulenceModel
2009-07-31 18:15:54 +02:00
graham
9d1fc15616 Merge branch 'master' into dsmc 2009-07-29 14:16:27 +01:00
henry
5297267a5f Use new patch-based wall-functions. 2009-07-27 07:52:14 +01:00
Chris Greenshields
34f758b9f7 Changed rhoCentralFoam to be e-based 2009-07-24 15:51:07 +01:00
andy
c1993c92fa Merge branch 'olesenm' 2009-07-23 12:42:52 +01:00
Chris Greenshields
2f3016173e Modified Description entries for documenting purposes 2009-07-22 14:08:02 +01:00
Mark Olesen
5692a06a32 fixed up sloppy Allwclean files 2009-07-22 12:39:20 +02:00
henry
b248dd283c Added kappa_ and E_. 2009-07-21 22:26:01 +01:00
henry
b3d455de80 Removed turbulence model coefficients from the dictionaries to allow them to default. 2009-07-21 19:05:30 +01:00
graham
85d7852fc3 Renamed U_ and T_ to boundaryU_ and boundaryT_.
Moved all fields and field reading into the DsmcCloud, all calculation and
resetting to single functions for all fields.

Changed constructors so that no fields are supplied to the solver called from
dsmcFoam and an initialisation dictionary is supplied by dsmcInitialise.
2009-07-17 18:17:26 +01:00
henry
5a83c4660c Added rho for the buoyantPressure BC. 2009-07-10 14:42:23 +01:00
henry
37b0fe0ade Corrections to get the tutorial test loop to run cleanly. 2009-07-09 23:28:54 +01:00
henry
110b65add1 Put UEqn in PIMPLE loop. 2009-07-14 21:09:15 +01:00
henry
e7d9bf9a35 Force Unity Lewis number constraint by using alphaEff in b and ft equations. 2009-07-14 21:08:52 +01:00
andy
e55c47478d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-08 19:10:55 +01:00
henry
d76820dc57 Changed g from being read from environmentalProperties to being read directly as a
uniformDimensionedVectorField.
2009-07-08 17:09:51 +01:00
andy
54f9cc3fe9 added output of heat release, dQ (got lost somewhere along the way...) 2009-07-08 16:54:59 +01:00
henry
bbc4e8a25e Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-07 22:57:30 +01:00
henry
4439183d96 Corrected handling of the wall BCs of p for buoyant flows. 2009-07-07 22:56:02 +01:00
andy
2e0e5d0ba9 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-07 16:36:36 +01:00
mattijs
6acfd6a3ae execute bit set 2009-07-07 15:48:04 +01:00
andy
3deed0eb44 updates to ../../applications/solvers/lagrangian/porousExplicitSourceReactingParcelFoam 2009-07-06 17:07:31 +01:00
andy
516c20c8e7 adding rhoReactingFoam solver 2009-07-06 15:33:55 +01:00
andy
0df64ea1d3 merge after conflict resolution 2009-07-01 10:59:48 +01:00
andy
9e4fcd1844 clean-up of #include files 2009-07-01 10:50:41 +01:00
henry
71127a7a36 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	tutorials/mesh/snappyHexMesh/iglooWithFridges/system/snappyHexMeshDict
2009-06-30 23:16:06 +01:00
henry
1a41b9b1b5 Changed h to e. 2009-06-30 22:30:48 +01:00
graham
c73fa61a97 Merge branch 'master' into molecularDynamics 2009-06-29 13:40:29 +01:00
henry
5989bcd14d Reformatted. 2009-06-26 17:28:25 +01:00
henry
1b25af21ff Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-06-26 17:19:17 +01:00
henry
ac02c60442 Changed Boussinesq solvers to use p rather than pd and added hotRoom tutorial cases for them. 2009-06-26 17:19:09 +01:00
mattijs
9b4a566b2e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-06-25 23:47:04 +01:00
mattijs
0f7eb36836 double registering of dictionary 2009-06-25 19:35:17 +01:00
andy
fac1b596b8 sonicFoam solver and tutorial updates 2009-06-25 13:19:41 +01:00
andy
ef847e4dce solver updates for updated tracking 2009-06-22 18:39:02 +01:00
andy
98bd47cc08 removing old (no longer used) tracking stuff 2009-06-22 18:36:22 +01:00
andy
6a9dfcdc82 merge of thermo branch into master 2009-06-19 13:21:55 +01:00
graham
6f1fdb6c21 Merge branch 'master' into molecularDynamics 2009-06-19 13:11:04 +01:00
andy
a549c0c800 not registering chemistry props dict in solvers 2009-06-19 12:56:08 +01:00
andy
b6b7943fb7 using constructor form for DpDt field 2009-06-19 12:16:53 +01:00
andy
3def6efd69 moved solver to lagrangian folder 2009-06-19 12:11:28 +01:00