Bernhard F.W. Gschaider
a72b12ce8f
This solves a compilation problem in Clang 3.5 where the class Time is
...
not completely instantiated in objectRegistry (see error message
below)
By including objectRegistry.H before Time.H the class Tiem gets
completely defined before objectRegistry.
The original Time.H could be omitted (as it is already included in
objectRegistry.H )
In file included from blockMeshApp.C:49:
In file included from /Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/Time.H:42:
In file included from /Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/objectRegistry.H:235:
/Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/objectRegistryTemplates.C:94:25: error: 'const Foam::Time' is an incomplete type
if (&parent_ != dynamic_cast<const objectRegistry*>(&time_))
^ ~~~~~~
/Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/IOobject.H:78:7: note: forward declaration of 'Foam::Time'
class Time;
^
In file included from blockMeshApp.C:49:
2014-06-02 18:05:03 +02:00
Bernhard F.W. Gschaider
eb884c689c
Bump up version number for Vagrant-scripts
2014-06-02 00:03:19 +02:00
Hakan Nilsson
c6066cbab0
Bumped version number in Ubuntu installation scripts, and removed the linking of gmake
2014-06-01 22:37:19 +02:00
Henrik Rusche
04012508e3
Bump foamInstallationTest
2014-06-01 20:30:01 +02:00
Henrik Rusche
9e127305fd
Adjust CDash drop location
2014-06-01 20:24:27 +02:00
Henrik Rusche
c458150bfc
Remove trailing whitespace systematically
2014-06-01 20:12:52 +02:00
Henrik Rusche
dd542da6e1
Fixing tutorials
2014-06-01 19:37:59 +02:00
Henrik Rusche
cb4c606882
Fixing tutorials
2014-06-01 18:29:30 +02:00
Henrik Rusche
6618e8483a
Merge commit 'f4d0e740c024134af7a468282f47acd4175b0d0e' into nextRelease
2014-06-01 18:26:45 +02:00
Henrik Rusche
3c5ba8da44
bump version number
2014-06-01 18:23:43 +02:00
Henrik Rusche
a78b12074e
Merge branch 'feature/blockMeshSyntaxBackport' into nextRelease
2014-06-01 12:04:03 +02:00
Henrik Rusche
135c1e5755
COMP: Additional this->
2014-06-01 11:36:07 +02:00
Henrik Rusche
d4ca722fa1
STYLE: Missing const
2014-06-01 11:35:33 +02:00
Henrik Rusche
6c98c47b02
Merge commit 'd3b269b7c6ffa0cd68845adfecdfb849316dba71' into nextRelease
2014-06-01 11:00:14 +02:00
Henrik Rusche
b1655eb534
Merge commit 'aaaea3559d21e0fe2369596de5fa2e45d3b15b61' into nextRelease
2014-06-01 10:59:02 +02:00
Henrik Rusche
dcba0cf955
Merge commit 'bd4013d9a98576aaf323b16b3311a5db3c0efeb9' into nextRelease
2014-06-01 10:44:03 +02:00
Henrik Rusche
bec862249a
Merge commit '3b1d59ba9fa705808edb5937f14847722ed0f7c6' into nextRelease
2014-06-01 10:43:20 +02:00
Bernhard F.W. Gschaider
f4d0e740c0
Vagrant objected to the underscore in the hostname
2014-06-01 09:30:02 +02:00
Martin Beaudoin
d3b269b7c6
ThirdParty apckages: Various adjustments.
...
- Add spec file for bison-2.7. Switch to this version
- Modify patch file for ParMGridGen-1.0 so we no longer need to bother with gmake
- Updated Ubuntu 14.04 build instructions
- Added missing ThirdParty packages configuration for settings.csh
- Replaced occurences of string 'OpenFOAM' for 'foam-extend' in various files
2014-05-31 20:26:57 -07:00
Bernhard F.W. Gschaider
aaaea3559d
Add description of new vagrant-box to README. Additional script to automatically run tests after building
2014-05-31 23:36:53 +02:00
Bernhard F.W. Gschaider
01d9812483
Adapt script: more memory required for test-suite
2014-05-31 23:19:50 +02:00
Bernhard F.W. Gschaider
7e7434bd09
Additional packages needed vor Ubuntu 14.04 Trusty
2014-05-31 15:47:23 +02:00
Bernhard F.W. Gschaider
47e66aa646
Added vagrant machine trusty with Ubuntu 14.04 LTS
2014-05-30 23:39:46 +02:00
Bernhard F.W. Gschaider
a88f338560
Make sure that the machine has at least the 1.5 Gig memory which are
...
needed to run the whole test-Harness
--HG--
extra : amend_source : 406d5899c72b9601d1912491771a82498b3d6304
2014-05-30 23:24:50 +02:00
Bernhard F.W. Gschaider
028e182ba9
Set a hostname even if the environment variable is not set
2014-05-30 23:22:14 +02:00
Dominik Christ
b28965db7b
Changed some tutorials
...
Changed some more tutorials
Changed a few more tutorials
Changed even more tutorials
2014-05-30 18:24:36 +01:00
Hrvoje Jasak
cf943e8398
Merge branch 'nextRelease' of ssh://git.code.sf.net/p/openfoam-extend/foam-extend-3.0 into nextRelease
2014-05-30 16:29:04 +01:00
Bernhard F.W. Gschaider
bd4013d9a9
CLang on MacPorts doesn't pick up the headers provided by flex
2014-05-30 16:56:21 +02:00
Bernhard F.W. Gschaider
a5a7092ed5
Another fix to make it compile on CLang. This is a bit questionable in my opinion. Shouldn't the reference be const?
2014-05-30 16:55:22 +02:00
Bernhard F.W. Gschaider
c5958100a1
Simple changes to make it compile with CLang 3.4
2014-05-30 16:52:09 +02:00
Henrik Rusche
4d0c87dfbc
Missing make scripts
2014-05-30 13:52:07 +02:00
Hrvoje Jasak
c8c0856191
Banner alignment
2014-05-30 07:29:12 +01:00
Hrvoje Jasak
52681ca248
Merge commit 'd1d0f4d2336a48bfd28551c4c63e4d821ffb8198' into nextRelease
...
Conflicts:
src/finiteVolume/finiteVolume/ddtSchemes/steadyInertialDdtScheme/steadyInertialDdtScheme.C
2014-05-30 06:06:05 +01:00
Bernhard F.W. Gschaider
d1d0f4d233
Upgrade PyFoam to the release candidate of 0.6.3
...
--HG--
rename : ThirdParty/rpmBuild/SPECS/PyFoam-0.6.2.spec => ThirdParty/rpmBuild/SPECS/PyFoam-0.6.3.spec
2014-05-30 00:05:40 +02:00
Hrvoje Jasak
0746288a14
Compilation bug fix
2014-05-29 22:35:32 +01:00
Hrvoje Jasak
8d65ce0f38
Formatting
2014-05-29 22:35:23 +01:00
Bernhard F.W. Gschaider
3e51fd20a2
Fix extra apostrophes added to the BUILDNAME which were added by a previous change
2014-05-29 21:31:56 +02:00
Bernhard F.W. Gschaider
1cb3e1f77a
Allow specification of different mpirun to be used by the RunFunctions - Used on Mac but may be beneficial for other systems too
2014-05-29 18:09:23 +02:00
Bernhard F.W. Gschaider
d868141816
Use latest released PyFoam-version 0.6.2
...
--HG--
rename : ThirdParty/rpmBuild/SPECS/PyFoam-0.6.1.spec => ThirdParty/rpmBuild/SPECS/PyFoam-0.6.2.spec
2014-05-29 16:58:02 +02:00
Bernhard F.W. Gschaider
3d1db951e9
gcc 4.7 didn't compile steadyInertialDdtScheme without the 'this->'
2014-05-29 16:36:13 +02:00
Bernhard F.W. Gschaider
c8d4a68123
Adding proper Fortran-compilers for MacPorts-installations. This makes sure Mesquite gets compiled
2014-05-29 16:02:17 +02:00
Hakan Nilsson
69cb152c8f
Removed obsolete line to clarify testHarness procedure
2014-05-29 14:52:21 +02:00
Henrik Rusche
567afd5c22
blockMesh backport compiling & tested on cavity
2014-05-29 14:18:28 +02:00
Hrvoje Jasak
f6f748948c
Schemes clean-up
2014-05-29 00:48:27 +01:00
Hrvoje Jasak
9f0b36c671
Coupled p-U solver tutorials
2014-05-29 00:40:07 +01:00
Hrvoje Jasak
1e034d32fe
Minor clean-up
2014-05-29 00:19:08 +01:00
Hrvoje Jasak
05dc011f83
Block AMG solver updates
2014-05-29 00:18:30 +01:00
Håkan Nilsson
3b1d59ba9f
Added option alsoPackage to avoid removing package files by default and just to remove intermediate files. Also updates some version numbers
2014-05-28 22:27:43 +02:00
Hrvoje Jasak
75c037bf4a
Merge branch 'origin/feature/dbnsFoam' into nextRelease
2014-05-28 21:17:22 +01:00
Hrvoje Jasak
7fadc1a980
Added dbns library
2014-05-28 21:16:30 +01:00