Commit Graph

49 Commits

Author SHA1 Message Date
henry
ccfb6e32a6 Corrected headers. 2010-06-23 16:54:54 +01:00
Mark Olesen
0ca515e3b1 Merge remote branch 'OpenCFD/master' into olesenm 2010-06-02 10:46:45 +02:00
graham
ed6041eb50 ENH: Adding more useful information to sixDoFRigidBodyMotion restraint
reporting.

Making sixDoFRigidBodyMotionConstraints less verbose by default, now
requires debug switch to be set.
2010-05-31 12:00:53 +01:00
Mark Olesen
895a077cb1 STYLE: fixup some dictionary headers 2010-05-18 11:38:07 +02:00
mattijs
7507b5f6bd BUG: fixed subset action in topoSet; renamed sourceDict keyword to sourceInfo. 2010-05-11 12:09:49 +01:00
mattijs
c367e07642 ENH: Converted all cellSet/faceSet/pointSet to topoSet. 2010-05-10 17:17:49 +01:00
Mark Olesen
3fef72510e STYLE: use switch value for 'writeCompression' in controlDict's
- simpler/clearer to use "on/off" instead of "compressed/uncompressed"
2010-04-09 13:12:35 +02:00
Mark Olesen
10141f907b STYLE: use dict entry for function objects in controlDict 2010-04-09 12:23:25 +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
Mark Olesen
cd768b7a5a Merge remote branch 'OpenCFD/master' into olesenm 2010-03-17 08:52:10 +01:00
henry
d83d28733d Corrected headers. 2010-03-15 17:06:38 +00:00
henry
dbe29112e3 MULES limitation removed: sub-cycling time now supported on morphing meshes
Support for cell-volume interpolation during time sub-cycling now provided and
used in the MULES VoF solver to allow sub-cycling on morphing meshes.
2010-03-15 17:02:12 +00:00
Mark Olesen
6b6dd51a27 STYLE: more consistent shell style in tutorial run/clean scripts 2010-03-10 10:55:42 +01:00
graham
9760c1c58e STYLE: floatingObject tutorial. Brace indentation and removal of
default values for motion state.
2010-02-12 09:56:40 +00:00
graham
9c52c9f1cf BUG: floatingObject tutorial - typo in momentOfInertia 2010-02-04 19:24:44 +00:00
mattijs
9b5ea8ccff STYLE: Added some comment to the parameters in 6dof bc 2010-01-29 15:24:52 +00:00
henry
e67d22f264 Load the "forces" library needed for the 6-DoF motion. 2009-12-08 22:39:33 +00:00
henry
66163783bf Updated the name of the motion solver used. 2009-12-08 22:38:37 +00: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
mattijs
01cc6c1f8c added some comment 2009-11-17 18:26:42 +00:00
graham
270db50f3c Folder called 0.orig was missed from commit as caught by .gitignore.
Now 0.org.
2009-10-29 11:59:15 +00:00
graham
f14d76738b Adding floatingObject tutorial case. 2009-10-19 15:58:40 +01:00
mattijs
680c3272aa extraneous libs 2009-10-09 17:17:09 +01:00
mattijs
9b89dd125c renaming of solidBodyMotionFunctions 2009-10-09 13:45:40 +01:00
mattijs
5ecde8d92e new solidBodyMotionFunctions 2009-10-08 17:55:26 +01:00
mattijs
98c3d099fd new solidBodyMotionFunctions 2009-10-08 15:15:42 +01:00
henry
a80e2f83cd Removed unnecessary and inconsistent entries. 2009-09-10 22:43:06 +01:00
andy
8bad166975 updated version number dev->1.6 2009-08-03 16:38:20 +01:00
Mark Olesen
d749aac04d adjust tutorial fvSolution to use regular expressions and $variable 2009-08-01 14:51:59 +02:00
andy
2349fdaabe updated version numbers to 1.6 2009-07-23 12:22:48 +01:00
henry
150528e7bb Corrected to use alphaEff for b and ft to ensure Lewis number of 1. 2009-07-22 16:07: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
henry
6f48a922d0 Further corrections to tutorials following a complete Allrun. 2009-07-14 21:16:33 +01:00
henry
5f246c45e6 Improved the basic tutorial clean functions. 2009-07-10 11:55:50 +01:00
henry
37b0fe0ade Corrections to get the tutorial test loop to run cleanly. 2009-07-09 23:28:54 +01:00
henry
caff5576b1 Reinstated "application" entry in controlDict.
Upgraded 1.4 cases to 1.5.
2009-07-09 13:23:55 +01:00
henry
cd3b5808df Corrected class. 2009-07-08 22:45:05 +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
henry
72e706654b Cleaned out unnecessary files in turorials 2009-07-01 11:38:04 +01:00
andy
441b8b0832 more tutorial updates 2009-06-24 12:27:18 +01:00
henry
0ee817a060 Also added a separate specification of the static pressure level but the
location for the specification is the same as that for the pd level.
2009-05-11 23:19:56 +01:00
Mark Olesen
507ad1e643 Merge commit 'OpenCFD/master' into olesenm 2009-02-25 10:50:26 +01:00
andy
181f252245 updates 2009-02-18 18:05:54 +00:00
andy
0781a2f387 correcting use of totalPressure BC
- still not consistent for pd as does not include buoyancy effects
2009-02-18 16:13:32 +00: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
andy
00fbaf627a more updates... 2009-02-13 18:31:15 +00:00
andy
a5b039b4ca updates 2009-02-13 17:28:21 +00:00
andy
a3b50aff9f further tutorial updates 2009-02-13 14:17:08 +00:00
andy
12fba38d87 restructuring to reflect solver hierarchy 2009-02-12 18:59:59 +00:00