Hrvoje Jasak
4311ba296a
GCC8 compatibility improvements. Cumulative improvment on gcc8 compliance. Added support for openmpi version 4.0.0 Updated cfMesh library to latest version. Author: Danial Khazaei
2019-02-13 15:25:42 +00:00
Henrik Rusche
f000c7f6b8
List<label> -> labelList and simiar throughout
2019-02-04 21:58:51 +01:00
Henrik Rusche
923fee738e
BUGFIX: Compile WM_LABEL_SIZE=64
2019-02-04 21:58:51 +01:00
Danial Khazaei
0803bdbe20
Bugfix: fixed the compiler can assume that the address of ‘t’ will never be NULL warning [-Waddress]
2019-01-31 17:33:45 +03:30
Danial Khazaei
9c81a37a62
CXX-syntax: updated tecio c++ casting style to suppress [-Wold-style-cast]
2019-01-31 17:20:44 +03:30
Hrvoje Jasak
c6babd359a
Update to c++-11 standard: nullptr and compilation flags
2019-01-25 16:22:44 +00:00
Martin Beaudoin
1c5b0bc3cc
ParaView plugin compilation: syntax adjustments for newer versions of CMake
2018-07-01 22:51:57 -04:00
Vuko Vukcevic
b4a7a0e33f
buoyantWallHeatFlux utility
...
Variant of wallHeatFlux utility for incompressible flow with Boussinesq's
buoyancy assumption (e.g. buoyantBoussinesqSimpleFoam).
Reports total wall heat flux on each wall and also writes buoyantWallHeatFlux
as volScalarField for easy visualisation.
2018-06-14 08:42:23 +02:00
Henrik Rusche
fc7de48319
Removing trailing whitespace, tabs and DOS CR & Fixing some indentation
2018-06-01 18:17:04 +02:00
Henrik Rusche
4b4be75c2b
Upgrade copyright notices & banner in source code
2018-06-01 18:11:37 +02:00
Henrik Rusche
5c4b068ebe
Enabled PV Reader compilation with cmake AND wmake build
2018-05-29 22:56:59 +02:00
Henrik Rusche
ad762e6c69
Changes to make CMake work with release candidate
2018-05-29 22:56:52 +02:00
Henrik Rusche
d1128a1056
Added libCCMIO
2018-05-23 15:27:30 +02:00
Robert Keser
0affdbfe19
Transition to cmake build system (added dbns and minor changes)
2018-05-23 15:27:30 +02:00
Henrik Rusche
3abb7c9f7b
Enabled paraview plugin and out-of-source compilation
2018-05-23 15:27:30 +02:00
Henrik Rusche
48926a792f
Transition to cmake build system (most libs and utils & some apps compile)
2018-05-23 15:26:37 +02:00
Hrvoje Jasak
7a54aeb99b
Merge branch 'feature/JasakDevelopment' into nextRelease
2018-05-15 12:00:02 +01:00
Hrvoje Jasak
2d33f8ecba
ParaView 5.4.1 and dependencies support. Pascal Beckstein
...
Merge branch 'feature/paraFoam-5.4.1' into nextRelease
2018-02-27 10:48:15 +00:00
Martin Beaudoin
f54d1bf5f1
Fixes for compiling 4.1 on macOS.
2018-02-22 21:13:06 -05:00
Pascal Beckstein
b5e9533f2b
Add ParaView-5.4.1 cmake-3.3.2 and qt-5.8.0 to ThirdParty and rework PVReaders
2018-02-22 16:17:58 +01:00
Henrik Rusche
67ab0b5abd
Vanilla backport
...
- in FOAM library
updated containers
backported PackedBoolList, hashedWordList, nullObject, wordRe,
backported functions to
backported int32 support
backported tableReaders
backported Function1, TimeFunction1
backported dynamicCode (for codedBCs, ...) -- needs to be mapped out
advanced error macros (FatalIOErrorInFunction, ...) -- needs to be mapped out
backported IOobject::MUST_READ_IF_MODIFIED and added IOobject::READ_IF_PRESENT_IF_MODIFIED (only in FO)
- in postProcessing
backported IO FOs (partialWrite, removeRegisteredObject, writeDictionary, writeRegisteredObject)
backported field FOs (fieldCoordinateSystemTransform, fieldValues, nearWallFields, processorField, readFields, regionSizeDistribution, streamLine, wallBoundedStreamLine)
backported fvTools FOs (calcFvcDiv, calcFvcGrad, calcMag)
backported jobControl FOs (abortCalculation)
backported utilities FOs (ourantNo, Lambda2, Peclet, Q, codedFunctionObject, pressureTools, residuals, scalarTransport, setTimeStep, timeActivatedFileUpdate, turbulenceFields, vorticity, wallShearStress)
2018-02-16 15:07:55 +01:00
Hrvoje Jasak
e83fcedb06
Merge commit '9fbf8f1bfce0b178d61be485fac02007bf9c8b77' into geometricImmersedBoundary
2017-12-30 09:37:29 +00:00
Hrvoje Jasak
49e554ee72
Clean-up
2017-12-30 09:32:19 +00:00
Hrvoje Jasak
eb278b8754
Clean the Allwclean script for PV4FoamReader
2017-09-21 15:38:09 +01:00
Hrvoje Jasak
246a172c9d
Clean the Allwclean script for PV4FoamReader
2017-09-21 15:37:06 +01:00
Robert Keser
cd214ab5a3
Avoid compiling foamToTecplot360 on Windows Authors: Robert Keser & Vanja Skuric
2017-03-31 15:53:16 +02:00
Henrik Rusche
f2ed00e081
Updated paraview reader for PV 4.4
2016-11-22 22:54:30 +01:00
Henrik Rusche
2881ea7064
Update case files
2016-06-21 15:04:21 +02:00
Henrik Rusche
07e9416f30
Bump version in headers
2016-06-21 15:04:12 +02:00
wyldckat
8e7cc9199d
Minor repair for the previous commit.
2016-06-06 15:36:01 +01:00
wyldckat
f8bbe03a12
Bugfix: Make the PV4FoamReader work properly with ParaView 4.3.1. This applies two fixes:
...
1- The patch provided in report #290 by Pascal Beckstein: https://sourceforge.net/p/openfoam-extend/ticketsfoamextendrelease/290/
2- Removed the GUI plugin entry, as per intructions on the wiki page mentioned in the bug report.
2016-06-06 15:36:01 +01:00
Hrvoje Jasak
3df928d553
Compilation: Update for native MS Windows build. Cesare Guardino
2016-06-03 17:13:21 +01:00
Henrik Rusche
c0dc374d98
Merge PISO/PIMPLE solver updates. Author: Vanja Skuric. Merge: Henrik Rusche
...
Conflicts:
applications/solvers/compressible/rhoPorousMRFPimpleFoam/rhoPorousMRFPimpleFoam.C
applications/solvers/compressible/steadyCompressibleFoam/pEqn.H
applications/solvers/compressible/steadyCompressibleMRFFoam/createFields.H
applications/solvers/compressible/steadyCompressibleMRFFoam/pEqn.H
applications/solvers/compressible/steadyCompressibleSRFFoam/createFields.H
applications/solvers/compressible/steadyCompressibleSRFFoam/pEqn.H
applications/solvers/coupled/MRFPorousFoam/createFields.H
applications/solvers/coupled/pUCoupledFoam/createFields.H
tutorials/compressible/rhoPorousMRFPimpleFoam/mixerVessel2D/system/fvSolution
tutorials/compressible/steadyCompressibleFoam/transonicBump/system/fvSchemes
tutorials/compressible/steadyCompressibleSRFFoam/bentBlade/system/fvSchemes
tutorials/compressible/steadyCompressibleSRFFoam/simpleBlade/system/fvSchemes
tutorials/coupled/conjugateHeatFoam/conjugateCavity/system/fvSchemes
tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/system/fvSchemes
tutorials/equationReader/equationReaderDemo/pitzDaily/system/fvSchemes
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/system/fvSchemes
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/system/fvSchemes
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/fvSchemes
tutorials/incompressible/pUCoupledFoam/backwardFacingStepLaminar/system/fvSchemes
tutorials/incompressible/pUCoupledFoam/backwardFacingStepTurbulent/system/fvSchemes
tutorials/incompressible/pUCoupledFoam/cavity/system/fvSchemes
tutorials/viscoelastic/viscoelasticFluidFoam/XPP_SE/system/fvSchemes
2016-05-29 16:37:07 +02:00
Vanja Skuric
0385dd389b
Backported simpleFoamResidual and interFoamPressure (vanilla OF 3.0.1)
2016-05-29 00:10:25 +02:00
Hrvoje Jasak
fb0b13225a
Bugfix: reporting y+ in parallel
2016-03-08 14:41:59 +00:00
Hrvoje Jasak
62c338aacc
indows port improvements
2015-08-28 15:49:39 +01:00
Hrvoje Jasak
fe091f0e1a
Added missing Win compilation file for tecsrc
2015-08-28 15:49:38 +01:00
Hrvoje Jasak
60547b1dd1
Windows port: rename arch to mingw
2015-08-28 15:49:38 +01:00
Hrvoje Jasak
c86a07ab0f
Universal code base Paraview clean-up
2015-08-07 13:24:54 +01:00
Dominik Christ
bd927880b7
merged triSurface and meshTools
2015-08-07 13:01:07 +01:00
Dominik Christ
9b7817be6d
Renamed Cloud.H to prevent name clash between foam/ and lagrangian/
2015-08-07 13:01:06 +01:00
Dominik Christ
5d9f39d6f5
Adaptions necessary due to changes in foam-lib
2015-08-07 13:01:06 +01:00
Dominik Christ
278c3e6de4
Renamed string.H and Time.H to foamString.H and foamTime.H
2015-08-07 12:59:14 +01:00
Dominik Christ
c8788776de
Changes necessary to compile
2015-08-07 12:59:13 +01:00
Hrvoje Jasak
1ce14c5e16
Porting changes: gcc-4.4.2
2015-08-06 10:02:32 +01:00
Henrik Rusche
a23acb0388
VERSION: version, headers, whitespace & tabs for 3.2. Author: Henrik Rusche. Merge: Henrik Rusche
2015-06-02 11:52:46 +02:00
Hrvoje Jasak
4c8a660d1c
Merge fixes
2015-05-19 09:54:07 +01:00
Henrik Rusche
f5c5fe700b
Upgrade case file headers
2015-05-18 09:54:33 +02:00
Henrik Rusche
0a02a92e53
Upgrade copyright notices & banner in source code
2015-05-17 15:58:16 +02:00
Dominik Christ
ab85af8ae4
BUGFIX: Several minor bugfixes and corrected code formatting. Author: Hrvoje Jasak. Merge: Dominik Christ.
2015-04-22 10:55:23 +01:00