andy
ae30b33e19
STYLE: code clean-up and dummy git push for mattijs
2010-08-03 14:17:56 +01:00
mattijs
9e7cb86097
ENH: proper restart for maxWellU bc
2010-08-03 14:07:16 +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
f26b8c1cc7
STYLE: 80 char lines.
2010-07-28 16:42:53 +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
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
mattijs
c51a2b0f63
ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction
2010-06-02 09:48:07 +01:00
henry
361b153343
Final iteration information now available in mesh::data (used to be mesh::fvData)
...
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.
2010-05-25 18:45:25 +01:00
Mark Olesen
f9f988d82f
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
2010-05-31 11:50:56 +02:00
Mark Olesen
9525d57d71
STYLE: use readIfPresent instead of found/lookup combination
2010-05-20 08:52:45 +02:00
Mark Olesen
227631742d
ENH: add const-ness to pressureImplicitPorosity control
2010-05-20 08:42:07 +02: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
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
mattijs
5080bd3237
STYLE: convert to new time loop structure
2010-04-15 11:58:33 +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
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
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
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
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
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
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
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
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
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
henry
5467d69f5b
Corrected handling of density.
2009-09-10 22:43:48 +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
andy
8dcea0f8cd
using new constant definitions
2009-08-28 18:04:22 +01:00
Chris Greenshields
34f758b9f7
Changed rhoCentralFoam to be e-based
2009-07-24 15:51:07 +01:00
Mark Olesen
5692a06a32
fixed up sloppy Allwclean files
2009-07-22 12:39:20 +02:00
henry
37b0fe0ade
Corrections to get the tutorial test loop to run cleanly.
2009-07-09 23:28:54 +01:00
henry
4439183d96
Corrected handling of the wall BCs of p for buoyant flows.
2009-07-07 22:56:02 +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
1a41b9b1b5
Changed h to e.
2009-06-30 22:30:48 +01:00
andy
fac1b596b8
sonicFoam solver and tutorial updates
2009-06-25 13:19:41 +01:00
andy
7d73dd3171
updates for new thermo and general code tidying
2009-06-15 15:36:57 +01:00
Mark Olesen
4b60453cf1
use while (runTime.loop() { .. } where possible in solvers
...
- change system/controlDict to use functions {..} instead of functions (..);
* This is internally more efficient
- fixed formatting of system/controlDict functions entry
- pedantic change: use 'return 0' instead of 'return(0)' in the applications,
since return is a C/C++ keyword, not a function.
2009-02-18 08:57:10 +01:00
Mark Olesen
c2256e51f3
change solvers, utilities, etc. to use while (..) time-looping idiom
...
- this (now deprecated) idiom:
for (runTime++; !runTime.end(); runTime++) { ... }
has a few problems:
* stop-on-next-write will be off-by-one (ie, doesn't work)
* function objects are not executed on exit with runTime.end()
Fixing these problems is not really possible.
- this idiom
while (runTime.run())
{
runTime++;
...
}
works without the above problems.
2009-02-17 08:47:42 +01:00
Mark Olesen
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
henry
83a365ca86
Minor formatting change.
2008-12-12 12:26:11 +00:00
henry
799f09ed7f
Reverting "Added ddtPhiCorr back into the pEqn, use if wisely."
2008-12-12 12:25:36 +00:00
henry
8d2bed91ce
Added ddtPhiCorr back into the pEqn, use if wisely.
2008-12-12 12:24:12 +00:00
henry
47d0a28d7d
Updated utilities to use the new turbulenceModels paths.
2008-11-23 16:17:05 +00:00
henry
381b1e8c9f
Updated compressible applications to use the new turbulenceModel base-class where appropriate
...
(transient solvers) and corrected paths to the new location of the turbulence models.
2008-11-23 15:01:53 +00:00