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
6acfd6a3ae
execute bit set
2009-07-07 15:48:04 +01:00
6f1fdb6c21
Merge branch 'master' into molecularDynamics
2009-06-19 13:11:04 +01:00
0bfa0e8628
Merge branch 'master' into molecularDynamics
2009-06-18 15:19:57 +01:00
8f5e38ac9c
Modified copyright years, removed old molConfig.
2009-06-17 15:11:06 +01:00
edcf49af67
More modified copyright years
2009-06-17 14:59:34 +01:00
8edf105c45
cleanup of time handling (cosmetic changes), used timeSelector in more places
2009-05-20 15:40:30 +02:00
d1295da31f
adjust solvers and utilities to use new argList methods
...
- also drop various unused time options from src/OpenFOAM/include
2009-05-19 20:21:50 +02:00
103b37d5e1
unmapped particle did not get cellID set
2009-04-01 10:33:50 +01:00
fb1e155eed
Merge commit 'OpenCFD/master' into olesenm
2009-03-16 08:28:08 +01:00
fe455d1cbf
cloud, surfaceRegistry: rename subInstance -> prefix
2009-03-16 08:27:03 +01:00
c5b894cf01
minor clean-up
2009-03-13 15:35:18 +00:00
a7341a7e95
Merge branch 'master' into dsmc
2009-03-09 11:20:58 +00:00
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
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
e10c3a86ba
minor formatting/coding changes
2009-03-02 13:18:45 +00:00
9edb5b4941
Changing template-depth back to 40. Adding initialisation functions and constantProperties construction.
2009-02-25 18:04:51 +00:00
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
f679bd5003
Merge commit 'OpenCFD/master' into olesenm
2009-01-14 14:32:01 +01:00
4cc5ec39ea
applying update from Graham
2009-01-13 18:03:18 +00:00
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
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
fa0717dd00
rewriting molConfig, renamed to mdInitiaise. Driving all creation of molecules from within moleculeCloud.
2009-01-05 17:42:35 +00:00
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
f7f2d1672a
extend fvSolution re-write to also include the 'smooth' entry
2008-12-09 17:04:05 +01:00
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
7cf90b039e
sampling: use new runtime macros and avoid typedefs for each writer/instance
2008-11-21 21:46:06 +01:00
bac9f1e1b7
wildcards in dictionaries
2008-10-02 17:28:17 +01:00
9774bf2d0d
updaing to include compressible case
2008-09-23 15:13:53 +01:00
7fbcce1596
new app to apply wall function BCs for incompressible RAS calcs
2008-09-12 11:58:07 +01:00
212a70a17b
boundbox intersect renaming
2008-08-28 15:50:11 +01:00
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
7343b3853c
very minor formatting
2008-07-23 11:12:30 +01:00
5e5b26edd5
update dictionary headers and FoamFile entry to 1.5 format
2008-07-14 14:50:35 +02:00
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
af88d9bedf
updating molecularDynamics functionality with Graham's latest changes
2008-06-23 17:55:35 +01:00
92f7290c12
removed molecular dynamics functionality (being updated)
2008-06-23 17:42:05 +01:00
ba585fef7f
Added "Application" entry in header.
2008-06-10 10:48:44 +01:00
168c7e1ca9
removing FoamX
2008-06-04 13:40:02 +01:00
077fc38663
changed default time behaviour to use targetTime (was sourceTime)
2008-06-03 13:09:20 +01:00
9baef871a4
Updated command line arguments
2008-06-03 11:54:34 +01:00
046cfb01dd
removing FoamX.jar from repo
2008-05-27 17:29:17 +01:00
0f687ccd76
Minimum changes to compile everything with gcc-4.3.0
2008-05-26 19:27:23 +01:00
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
4a9f21ba18
adding molecular dynamics sources/app/utility
2008-05-22 15:03:46 +01:00
43a7de7862
restoring default behaviour of mapFields re: time
2008-05-14 09:47:01 +01:00
7f70974a98
added sourceTime option to mapFields (2)
2008-05-13 16:33:58 +01:00
0bd12e0601
added sourceTime option to mapFields
2008-05-13 16:33:29 +01:00
6005700553
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev/
2008-05-13 11:53:42 +01:00
6b90d28904
multi-region handling
2008-05-13 11:53:00 +01:00