Commit Graph

49 Commits

Author SHA1 Message Date
mattijs
103b37d5e1 unmapped particle did not get cellID set 2009-04-01 10:33:50 +01:00
Mark Olesen
fb1e155eed Merge commit 'OpenCFD/master' into olesenm 2009-03-16 08:28:08 +01:00
Mark Olesen
fe455d1cbf cloud, surfaceRegistry: rename subInstance -> prefix 2009-03-16 08:27:03 +01:00
andy
c5b894cf01 minor clean-up 2009-03-13 15:35:18 +00:00
graham
a7341a7e95 Merge branch 'master' into dsmc 2009-03-09 11:20:58 +00:00
Mark Olesen
b968e62ef9 objectRegistry fixes
- objectRegistry gets a rename() that also adjusts the dbDir
- cloud reworked to use static variables subInstance and defaultName.
  This avoids writing "lagrangian" everywhere

string fixes
- avoid masking of std::string::replace in string.H
- avoid old strstream in PV3FoamReader
2009-03-06 15:18:00 +01:00
graham
f5d45542ae Added Larsen Borgnakke internal energy redistribution and all supporting variables and function calls. Added energy and momentum monitoring functions. Added U and T fields to be used for boundary conditions and field measurement. Modified constructors accordingly. Now reading dsmcInitialiseDict in the Cloud, not the application. Initialisation dict now reads a subdict of <species keyword> <number density> entries. 2009-03-03 13:39:52 +00:00
andy
e10c3a86ba minor formatting/coding changes 2009-03-02 13:18:45 +00:00
graham
9edb5b4941 Changing template-depth back to 40. Adding initialisation functions and constantProperties construction. 2009-02-25 18:04:51 +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
Mark Olesen
f679bd5003 Merge commit 'OpenCFD/master' into olesenm 2009-01-14 14:32:01 +01:00
andy
4cc5ec39ea applying update from Graham 2009-01-13 18:03:18 +00:00
Mark Olesen
95dcb6ded7 Simplify checking of container (List/HashTable, strings) sizes
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
  'XX.size() <= 0' or for simpler coding.
  It also has the same number of characters as '!XX.size()' and /might/ be
  more readable

- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
  when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
graham
d61af129f1 Finished lattice generation and molecule creation. Functions added to set the sizes of the sitePositions_ and siteForces_ members after construction from disk. 2009-01-07 15:33:16 +00:00
graham
fa0717dd00 rewriting molConfig, renamed to mdInitiaise. Driving all creation of molecules from within moleculeCloud. 2009-01-05 17:42:35 +00:00
Mark Olesen
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
Mark Olesen
f7f2d1672a extend fvSolution re-write to also include the 'smooth' entry 2008-12-09 17:04:05 +01:00
Mark Olesen
4f1bb8345f lduMatrix now takes a dictionary instead of an Istream for the solver controls
- can now use dictionary substitutions and regular expressions in
    system/fvSolution

  - foamUpgradeFvSolution application to convert system/fvSolution
    (with -test option)

motion solver syntax left as-is.
2008-12-08 17:22:01 +01:00
Mark Olesen
7cf90b039e sampling: use new runtime macros and avoid typedefs for each writer/instance 2008-11-21 21:46:06 +01:00
mattijs
bac9f1e1b7 wildcards in dictionaries 2008-10-02 17:28:17 +01:00
andy
9774bf2d0d updaing to include compressible case 2008-09-23 15:13:53 +01:00
andy
7fbcce1596 new app to apply wall function BCs for incompressible RAS calcs 2008-09-12 11:58:07 +01:00
mattijs
212a70a17b boundbox intersect renaming 2008-08-28 15:50:11 +01:00
Mark Olesen
a99632d441 cht tutorial tidy up
- remove inappropriate fields from the regions
    (only important or useful for post-processing)
  - Allclean script had missed some files
2008-08-08 22:38:25 +02:00
andy
7343b3853c very minor formatting 2008-07-23 11:12:30 +01:00
Mark Olesen
5e5b26edd5 update dictionary headers and FoamFile entry to 1.5 format 2008-07-14 14:50:35 +02:00
Mark Olesen
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
andy
af88d9bedf updating molecularDynamics functionality with Graham's latest changes 2008-06-23 17:55:35 +01:00
andy
92f7290c12 removed molecular dynamics functionality (being updated) 2008-06-23 17:42:05 +01:00
henry
ba585fef7f Added "Application" entry in header. 2008-06-10 10:48:44 +01:00
andy
168c7e1ca9 removing FoamX 2008-06-04 13:40:02 +01:00
andy
077fc38663 changed default time behaviour to use targetTime (was sourceTime) 2008-06-03 13:09:20 +01:00
andy
9baef871a4 Updated command line arguments 2008-06-03 11:54:34 +01:00
andy
046cfb01dd removing FoamX.jar from repo 2008-05-27 17:29:17 +01:00
henry
0f687ccd76 Minimum changes to compile everything with gcc-4.3.0 2008-05-26 19:27:23 +01:00
andy
0f1e9328a9 removed magGradU application - functionality now in generic magGrad utility. Also removed x permissions to the molConfig utility 2008-05-23 17:49:15 +01:00
andy
4a9f21ba18 adding molecular dynamics sources/app/utility 2008-05-22 15:03:46 +01:00
andy
43a7de7862 restoring default behaviour of mapFields re: time 2008-05-14 09:47:01 +01:00
andy
7f70974a98 added sourceTime option to mapFields (2) 2008-05-13 16:33:58 +01:00
andy
0bd12e0601 added sourceTime option to mapFields 2008-05-13 16:33:29 +01:00
mattijs
6005700553 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/ 2008-05-13 11:53:42 +01:00
mattijs
6b90d28904 multi-region handling 2008-05-13 11:53:00 +01:00
henry
0958e4dc85 Run wmakeLnIncude before building other and Pstream 2008-05-12 23:04:28 +01:00
mattijs
3e27656138 Special handling for polyMesh/boundary file 2008-05-12 11:38:36 +01:00
henry
6df1f14e5f 'if' missing 'then' 2008-05-02 12:34:45 +01:00
mattijs
40d04f4874 update to javac 1.5 2008-05-02 11:41:51 +01:00
henry
1b33140c25 Add Foam:: 2008-05-02 08:43:08 +01:00
mattijs
069459c840 Initial autoMesh merge 2008-04-24 14:54:57 +01:00
OpenFOAM-admin
3170c7c0c9 Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00