mattijs
1a741a2259
BUG: numbering on lagrangian files was not uptodate with field vtk files
...
If no particles are in cloud it does not get written. Hence it would also
not output a vtk file. Changed now to always output lagrangian data.
2010-03-30 08:26:45 +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
Mark Olesen
2788a12c08
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-10 15:15:23 +01:00
mattijs
ebcb825fab
BUG: used wrong variable names for faceZones. Did not close file.
2010-03-09 13:21:19 +00:00
Mark Olesen
767b35110f
STYLE: use wordReList for patch and faceZone names in foamToEnsight
...
- avoids odd side effects that can occur when a wordList is treated as
a list of regex patterns
2010-03-05 16:47:46 +01:00
Mark Olesen
be86669315
Merge remote branch 'OpenCFD/master' into olesenm
2010-03-05 15:46:49 +01:00
mattijs
edeb20c856
ENH: Added faceZones support. Reverted back to using scheduled comms
...
(less memory)
2010-03-04 13:47:09 +00:00
Mark Olesen
89615f708e
ENH: respect face orientation when decomposing polyhedra.
...
ENH: use face::trianglesQuads() method for PV3FoamReader as well.
- this avoids missing faces (and weird cells) in the decomposed polyhedra.
2010-03-04 11:20:20 +01:00
andy
e49e95a53b
Merge branch 'olesenm'
2010-02-17 16:48:44 +00:00
mattijs
7cd9f82373
ENH: non-blocking for all transfers to master.
2010-02-17 16:04:41 +00:00
mattijs
827d7d7a8f
Merge branch 'volPointInterpolation'
2010-02-17 15:20:56 +00:00
mattijs
62637d8471
ENH: initial overhaul of volPointInterpolation.
...
- removed globalPointPatch*
- removed pointPatchInterpolate*
since all is now inside volPointInterpolation.
2010-02-17 14:01:44 +00:00
Mark Olesen
689d4b2860
ENH: provide operator[] for accessing argList options.
...
- operator[] with label -> get args at index
- operator[] with word -> get named option
2010-02-17 11:43:42 +01:00
Mark Olesen
b61537bd28
Merge commit 'OpenCFD/master' into olesenm
2010-02-17 09:32:41 +01:00
Mark Olesen
d857d671ac
STYLE: use new argList argRead() method and operator[] for cleaner code.
...
- deprecate argList::additionalArgs() method and remove uses of it
2010-02-16 17:57:49 +01:00
mattijs
bd58fa5322
BUG: globalMeshData::mergePoints was assuming patch was on master processor.
...
Each collocated set of coupled points has a single master assigned to it.
However when doing mergePoints on a patch the master does not have to be
on the patch. So now it returns mesh point labels, not patch point labels.
2010-02-12 12:45:00 +00:00
mattijs
b6082c3005
ENH: extraneous checking for empty list in ensightMesh. Already done elsewhere.
2010-02-11 09:07:42 +00:00
mattijs
605088884e
ENH: point merging of internal and patches.
...
Uses globalMeshData::mergePoints to topologically merge mesh points.
Also now require all patches on all processors so cleaned up all code for
handling zero-sized patches.
2010-02-08 17:36:13 +00:00
mattijs
2fd63db933
ENH: Point merging when postprocessing parallel runs
...
foamToEnsight will merge points on coupled patches. (only for mesh, not for
patches)
2010-02-05 16:27:03 +00:00
mattijs
ed4d1f6bdf
Changed order of include files so get included before tecio.h
2010-01-18 18:02:25 +00:00
mattijs
21048d9600
Disabled writing zero-sized faceZones since upset tecio library
2010-01-13 19:10:54 +00:00
andy
1e086391b7
Branch merge + conflict resolution
2009-12-15 11:38:23 +00:00
mattijs
e8af5d62d5
Filter out zero-sized patches; add generic capability
2009-12-09 17:42:30 +00:00
Mark Olesen
dd8f4f657a
adjust usage for a few applications to account for new style
2009-12-09 10:19:53 +01:00
Mark Olesen
b634c17e55
fixed off-by-one error in argList text wrap
2009-12-04 14:34:04 +01: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
6e3ed58ae5
Merge commit 'OpenCFD/master' into olesenm
2009-12-03 16:40:37 +01:00
mattijs
1665a86206
more Icc11.1 changes
2009-12-02 18:32:03 +00:00
mattijs
5ee1f98e2c
linear interpolation always
2009-12-02 16:38:19 +00: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
c3457b5152
argList - specializations for optionRead<string> etc.
...
- new optionLookupOrDefault and additional form of optionReadIfPresent
with a default value
2009-12-02 13:45:11 +01:00
mattijs
47eb0c5cd2
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
applications/utilities/postProcessing/dataConversion/foamToTecplot360/Allwmake
2009-12-01 16:47:45 +00:00
mattijs
49a2c73b2d
tecplot360 converter
2009-12-01 16:43:47 +00: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
Mark Olesen
d17d015f88
Use new last() method for List-type classes
...
- use first() method in some places as well where it helps clarity
- there are a few remaining cases: git grep 'size()-1]'
2009-11-26 13:35:57 +01:00
Mark Olesen
2c52705cf7
move reconstructPar 'guts' to src/parallel/reconstruct
...
- in preparation for adding an optional '-reconstruct' to a few utilities
re-use as -lreconstruct library
- move related stuff there too
src/decompositionMethods/decompositionMethods
-> src/parallel/decompositionMethods
- added missing namespace qualifiers
2009-11-20 14:37:56 +01:00
henry
b93d762e5a
Correction to the ordering of nsided and nfaced elements provided by
...
Francesco Del Citto.
2009-11-16 15:24:48 +00:00
mattijs
cfdb0a5ec3
wildcards for excludedPatches
2009-11-02 13:31:17 +00:00
mattijs
5c98e0b652
Tecplot360 writer
2009-11-02 13:30:51 +00:00
mattijs
ba1422df46
Tecplot360 writer
2009-11-02 13:30:36 +00:00
henry
278e8c5030
Converted constant reference to primitive arguments to constant primitive arguments.
2009-10-26 22:45:21 +00:00
Mark Olesen
7e0a4d8eb8
foamToEnsightParts: cosmetic changes
2009-09-25 13:39:22 +02:00
mattijs
791b5aaeaa
replacing isType with isA to enable directMappedWall to work
2009-09-15 17:51:59 +01:00
henry
0d33a7eb46
Corrected conversion of tensor fields of all types.
2009-09-01 10:44:37 +01:00
mattijs
3b57660542
added genericFvPatchFields
2009-08-25 17:41:40 +01:00
henry
d4864d9b6e
Moved the "generic" BCs into a separate library and included it only in those utilities
...
which need this functionality. Solvers will now check the correctness of the BCs on
read.
2009-08-04 22:13:54 +01:00
henry
268574393a
Removed orphaned files.
2009-08-04 10:12:25 +01:00
henry
816f6b3488
Updated the headers.
2009-07-24 17:01:31 +01:00
mattijs
76b25b20e7
update comment
2009-07-23 12:57:38 +01:00
Chris Greenshields
1bfa912781
Modified more Description entries in utilities for documenting purposes
2009-07-22 15:51:53 +01:00
henry
37b0fe0ade
Corrections to get the tutorial test loop to run cleanly.
2009-07-09 23:28:54 +01:00
andy
dee5c153ca
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-06-11 17:24:51 +01:00
henry
4c2adfe276
Fixed!!!
2009-06-11 16:18:19 +01:00
andy
4e2dbe6598
added option to use time name instead of time index for file names
2009-06-02 10:41:32 +01:00
Mark Olesen
8edf105c45
cleanup of time handling (cosmetic changes), used timeSelector in more places
2009-05-20 15:40:30 +02:00
Mark Olesen
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
Mark Olesen
72362de6b1
foamToEnsight* fixes and tweaks
...
foamToEnsight:
- add -noPatches option
- had incorrect part# when the internalMesh was not output
- case file is always ascii
foamToEnsightParts:
- fixed field selection bug,
no fields were selected when a single time-step was selected
2009-05-12 12:37:25 +02:00
Mark Olesen
be8cbc1018
use timeSelector mechanism in a few more utilities
2009-03-23 16:57:26 +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
mattijs
0128b2be68
UIndirectList
2009-03-12 19:25:21 +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
mattijs
68f1ba6a6d
extraneous files
2009-02-13 15:33:04 +00:00
Mark Olesen
e5c5829244
OSspecific: isDir(), isFile() instead of dir(), file()
2009-02-02 16:50:18 +01:00
Mark Olesen
246d569c4d
consistency update for null pointers
...
- uniform use of reinterpret_cast<foo*>(0) instead of
reinterpret_cast<foo*>(NULL)
- make all static null() members inline since they are really only a cast:
"*reinterpret_cast<foo*>(0)"
2009-01-16 10:15:49 +01: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
Mark Olesen
cdd2266467
Merge commit 'OpenCFD/master' into olesenm
...
Conflicts:
src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C
src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C
2009-01-07 09:39:17 +01:00
mattijs
eb2e37b296
SiCortex port
2009-01-06 21:41:20 +00:00
Mark Olesen
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
Mark Olesen
e2d140fa94
timeSelector: improved functionality
...
- the improved side-effect of enabling -zeroTimea alters default selection
behaviour and -latestTime selection behaviour for utilities in which
accidentally using the 0/ directory can cause damage (eg, reconstructPar)
- can combine -time ranges and -latestTime
2008-12-10 09:14:00 +01:00
mattijs
99e8bf7516
volPointInterpolation, pointMesh now MeshObject
2008-10-21 15:02:04 +01:00
Mark Olesen
e8843a35b5
foamToEnsightParts: add -noMesh option
2008-10-14 18:00:33 +02:00
Mark Olesen
56296e89c1
foamToEnsightParts: added -index option, streamlined IOobject usage, fixed typo
2008-10-14 15:29:30 +02:00
mattijs
c4c0f54fc6
dynamicList change
2008-09-17 11:53:14 +01:00
henry
7b4e30d80a
Updated the writePatchField function.
2008-09-10 16:52:14 +01:00
mattijs
24fcef879d
empty surface fields
2008-09-03 10:55:04 +01:00
Mark Olesen
6ffd5a3358
foamToEnsightParts updated
...
- handle new cloud locations, got missed before the release
- handle multiple clouds
- more efficient checking of fields etc.
- write case file at the end, thus we can potentially
do something more intelligent about the time set handling
2008-08-05 20:32:23 +02:00
Mark Olesen
5e5b26edd5
update dictionary headers and FoamFile entry to 1.5 format
2008-07-14 14:50:35 +02:00
Mark Olesen
ff2040f26f
fixup copyright dates
2008-07-14 14:49:20 +02:00
Mark Olesen
c7a7dc443c
extended the conversion library and utilities
...
library:
* routines for managing cellTable and boundaryRegion
* writing ensight files and parts
* mesh reader/writer for STARCD
utils:
* star4ToFoam
* foamToStarMesh
* foamToEnsightParts
2008-07-04 16:26:22 +02:00
mattijs
a14a0d1a91
mesh changes with pointmesh
2008-07-01 19:42:17 +01:00
Mark Olesen
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
mattijs
e684296bc1
build options
2008-06-25 09:31:10 +01:00
andy
24c4b1b745
relocation of turbulence models and renaming namespaces
2008-06-17 10:48:04 +01:00
andy
750a8c78ad
updated to incorporate particle post-processing
2008-06-16 10:37:57 +01:00
henry
47996ef186
Removed all warnings from gcc-4.3.0 except those from
...
NamedEnum (bug in compiler?)
molecule (Graham dealing with it)
lex (no comment)
VTK (again no comment)
2008-06-11 15:55:07 +01:00
henry
d325f236b1
Changed Type to Typedef and added Foam:: to the typename in the headers.
2008-06-10 17:03:05 +01:00
henry
6fffe6ff3f
New foamToEnsight with support for binary files contributed by Francesco.
2008-06-09 13:39:39 +01:00
henry
91c5607c97
Mark's correction to the building of libccmio.so
2008-06-09 13:37:13 +01:00
andy
168c7e1ca9
removing FoamX
2008-06-04 13:40:02 +01:00
mattijs
2f6a6be48b
region lagrangian handling
2008-05-29 13:25:51 +01:00
mattijs
ffa939952c
subsetting point fields
2008-05-23 11:06:43 +01:00
mattijs
0438a98c74
Corrected patch cell numbering
2008-05-06 09:30:27 +01:00
OpenFOAM-admin
3170c7c0c9
Creation of OpenFOAM-dev repository 15/04/2008
2008-04-15 18:56:58 +01:00