Commit graph

2039 commits

Author SHA1 Message Date
Henrik Rusche
df494518e3 Merge commit 'a72b12ce8f693488d7d388c8b094b785d3ba4d79' into nextRelease 2014-06-05 01:33:52 +02:00
Henrik Rusche
33d403e198 BUG: Write type info only once (Fixes 228) 2014-06-05 01:07:25 +02:00
Henrik Rusche
9660d9103b Merge commit '11bac1b32985eaae89422d1ef378ed6ebd4591de' into nextRelease 2014-06-05 00:37:14 +02:00
Bernhard Gschaider
11bac1b329 Make the OpenSUSE 13.1 box compile out of the box 2014-06-04 18:03:42 +02:00
Bernhard Gschaider
ffefae5261 Add OpenSUSE 13.1-box 2014-06-04 18:02:15 +02:00
Bernhard Gschaider
20344e2552 Better hostnames. Got the name of the box and the host-computer. Code duplication. If someone finds out how to do this more elegantly I'll by him a drink of choice 2014-06-04 15:07:25 +02:00
Bernhard Gschaider
19fa6e547e Extend minimum memory to 2.5 Gig because some tests are still failing 2014-06-04 15:04:46 +02:00
Henrik Rusche
c977a724df Merge commit 'eb884c689cb3fed98c54e802f125ba928b13c37e' into nextRelease 2014-06-04 11:55:37 +02:00
Hakan Nilsson
7ff0824405 Added axialTurbine_mixingPlane 2014-06-03 22:07:17 +02:00
Hakan Nilsson
495d5c5ba8 Separated MRFSimpleFoam/axialTurbine tutorials and improved slightly 2014-06-03 21:45:06 +02:00
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
Hakan Nilsson
24e0e82720 Fixed typo 2014-06-02 00:13:12 +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