Hrvoje Jasak
bae18c4d32
Make constant directories
2014-09-30 16:16:21 +01:00
Dominik Christ
80b603ad1a
BUGFIX: Fixed errors in MRF, switched to rothalpy equation. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 16:13:17 +01:00
Dominik Christ
6337756e8c
BUGFIX: Minor fixes and formatting. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 16:12:29 +01:00
Hrvoje Jasak
8e56da0041
Updates to compressible SRF and MRF enthalpy equation
...
Conflicts:
applications/solvers/compressible/steadyCompressibleFoam/hEqn.H
2014-09-30 15:50:06 +01:00
Hrvoje Jasak
dc6d3f61dc
Fix compilation error
...
Conflicts:
applications/solvers/compressible/steadyCompressibleFoam/hEqn.H
2014-09-30 15:50:06 +01:00
Hrvoje Jasak
a854351f62
Update time loop format
2014-09-30 13:27:04 +01:00
Hrvoje Jasak
65a19e8d07
Robustness change: empty face
2014-09-30 13:25:58 +01:00
Dominik Christ
07c2f7b260
Bugfix relocates iEqn/hEqn to outside of p/U-system. Otherwise Urel is calculated explicitly from U before U is corrected in pEqn. Author: Dominik Christ. Merge: Dominik Christ
2014-09-12 09:59:09 +01:00
Dominik Christ
fdbe471727
BUGFIX: U and Urel were different with omega=0
2014-09-11 17:55:19 +01:00
Dominik Christ
44eafe013a
Switching compressible MRF solvers from enthalpy to rothalpy. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-08-15 13:23:37 +01:00
Hrvoje Jasak
b155c2bbde
Switching to rothalpy equation for compressible MRF
2014-08-15 10:13:25 +01:00
Hrvoje Jasak
fcc4b2b305
Switching to rothalpy equation for compressible MRF
2014-08-15 10:13:05 +01:00
Dominik Christ
84238c1d35
FEATURE: Block solve reorganisation
2014-08-01 12:29:37 +01:00
Hrvoje Jasak
44123aa2eb
CLang porting changes: cfMesh
2014-06-17 11:42:41 +01:00
Henrik Rusche
10725e9620
Moving cfMesh into place. Updated contibutors list
2014-06-11 23:13:15 +02:00
Franjo Juretic
c9cabb1105
Adding cfMesh-v1.0 into the repository
...
Signed-off-by: Henrik Rusche <h.rusche@wikki-gmbh.de>
2014-06-11 22:06:25 +02:00
Hrvoje Jasak
cfdfded78b
Comment too long
2014-06-11 11:27:08 +01:00
Hrvoje Jasak
e1cb7f1ff7
Added missing header
2014-06-11 11:27:07 +01:00
Hrvoje Jasak
abf190632f
Fixing formatting errors and deleted headers
2014-06-11 11:27:07 +01:00
Henrik Rusche
941969a78b
Revert to latest version of fluentMeshToFoam
...
Add faunctionality in preservePatchTypes to ensure full compatibility
2014-06-09 14:00:36 +02:00
Henrik Rusche
9203c0219e
BUG: Compiling wrong autoMesh library
2014-06-07 11:48:40 +02:00
Henrik Rusche
f2c3a353c1
Merge commit 'a9ea67f54a1bb8f9b0349b4488688ccce5679404' into nextRelease
2014-06-05 08:47:01 +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
Henrik Rusche
c458150bfc
Remove trailing whitespace systematically
2014-06-01 20:12:52 +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
567afd5c22
blockMesh backport compiling & tested on cavity
2014-05-29 14:18:28 +02:00
Hrvoje Jasak
188b9496f2
Move continuity error check after block solution
2014-05-28 20:35:43 +01:00
Hrvoje Jasak
843c88935e
Coupled density-based solver for compressible flows
2014-05-28 20:31:32 +01:00
Hrvoje Jasak
84b040d238
Merge remote-tracking branch 'origin/feature/pressureBasedTurbo' into nextRelease
2014-05-28 17:34:55 +01:00
Dominik Christ
c925071ccd
Integrated steady compressible turbo functionality
2014-05-28 12:53:47 +01:00
Hrvoje Jasak
1272a905cf
Merge remote-tracking branch 'origin/feature/PressureBasedCoupledSolver' into nextRelease
2014-05-28 10:49:59 +01:00
Hrvoje Jasak
e0fcb25386
Merge commit '62dd0f06504a50c4c37f6aa782d4a306cccd8f9b' into nextRelease
2014-05-28 10:43:30 +01:00
Dominik Christ
8848498e5d
Added pUCoupledSolver with core library changes and tutorial case
2014-05-27 10:30:47 +01:00
Håkan Nilsson
62dd0f0650
Added option cylToCart, to convert points in cylindrical coordinates to Cartesian coordinates
2014-05-23 19:47:24 +02:00
Hrvoje Jasak
84ca40de24
Merge remote-tracking branch 'wyldckat/BUGFIX/tecio_not_depend_on_X' into nextRelease
2014-05-21 11:49:09 +01:00
Hrvoje Jasak
37700f0a4e
Formatting updates
2014-05-19 16:44:10 +01:00
Hrvoje Jasak
7832d77bf2
Stitching sliding interfaces around corners. Zeljko Tukovic
2014-05-05 20:00:32 +01:00
Henrik Rusche
0a97c69d86
STYLE: Foamization
2014-05-02 17:55:00 +02:00
Henrik Rusche
78877f0930
FEAT: foamMeshToElmer & fluentMeshToElmer utilities
2014-05-02 16:43:01 +02:00
wyldckat
324993b1a6
foamToTecplot360/tecio/tecsrc/Make/tecioOptions: Added '-DENGINE', so that building tecio doesn't require X.org development files.
2014-04-13 10:42:30 +01:00
wyldckat
a9ea67f54a
vtkPV4Foam/Make/options: Added missing reference to '-lfoam', through using the generic the more '-l$(WM_PROJECT)' reference.
2014-04-13 10:17:35 +01:00
Hrvoje Jasak
9db44eed51
Added option to write empty sets
2014-04-11 15:47:17 +01:00
Hrvoje Jasak
dd81042998
Update for segregated FEM matrix
2014-04-10 20:55:00 +01:00
Hrvoje Jasak
e732980a53
Tutorial fix elasticThermalSolidFoam
2014-04-10 20:54:24 +01:00
Hrvoje Jasak
c8316ef5a4
Merge remote-tracking branch 'origin/BUGFIX/linUpwInPar' into nextRelease
2014-04-10 17:53:30 +01:00
Hrvoje Jasak
91ca61dfd2
Scaling factor fix
2014-04-10 17:46:56 +01:00
Hrvoje Jasak
a3b9ee8fac
Update and clean-up of solid mechanics
2014-04-10 17:45:26 +01:00
Dominik Christ
0709b52a69
Avoid race condition with single processor compilation of conjugateHeatFoam
2014-04-08 18:05:30 +01:00
Hrvoje Jasak
bb03a935fa
Solid models update: clean-up
2014-02-23 10:54:20 +00:00