Vuko Vukcevic
795249e50e
Fixed typo in error stream in checkField macro
2017-04-20 08:24:47 +02:00
Vuko Vukcevic
16ea621887
Consistency update in solution control class:
...
The rewrite enables multiple pressure/velocity systems to be treated in a time
and under-relaxation consistent way (useful for multiphase flows).
2017-04-20 08:24:25 +02:00
Vuko Vukcevic
b2d3172e52
fvcConsistentDdtPhiCorr for ddtSchemes in dbns library
2017-01-23 08:32:32 +01:00
Vuko Vukcevic
d05f9fc208
Minor bugfix in CrankNicolsonDdtScheme::fvcDdtConsistentPhiCorr
2017-01-10 15:10:40 +01:00
Vuko Vukcevic
876520462c
Implementation of CrankNicolson::fvcDdtConsistentPhiCorr
2017-01-09 19:16:30 +01:00
Vuko Vukcevic
0b9e46375d
Bugfix in solutionControl
2017-01-05 10:53:16 +01:00
Vuko Vukcevic
07a140a60a
Added relax global functions taking tmp<fvMatrix>
2017-01-05 08:41:20 +01:00
Vuko Vukcevic
4031066a5a
Changes in solutionControl::reconstructTransientVelocity
...
The function now takes care of making the flux relative if the mesh is moving.
This is necessary in order to consistently reconstruct the face velocity from
the flux and then call correctBoundaryConditions on U.
2017-01-04 16:22:27 +01:00
Vuko Vukcevic
ed03625c8b
Changes to solutionControl time consistency functions
...
I realised that we need separate treatment for transient and steady state
solvers (which do not have ddt equation). Hence, I provided necessary interface
and implementation for steady state solvers.
2017-01-04 13:48:17 +01:00
Vuko Vukcevic
edb77356aa
Run-time bugfixes regarding time consistency
2017-01-03 12:19:50 +01:00
Vuko Vukcevic
49b13aa2b3
Updated ddtSchemes to handle time-consistency
2017-01-02 16:33:04 +01:00
Vuko Vukcevic
1acf0274ce
Handling consistency in solutionControls class
...
Note: additional machinery to enable easy top-level calls for
time/under-relaxation consistency in segregated solution algorithms.
Does not compile: still missing functions in ddtSchemes
2016-12-23 14:53:52 +01:00
Robert Keser
8bc571ee46
Merge branch 'nextRelease' into 'master'.
2016-12-13 11:21:50 +01:00
Vanja Skuric
0c886b5a93
Fixed bug: Segmentation fault when criteriaSatisfied() in simpleControl
2016-11-22 22:43:33 +01:00
Henrik Rusche
76e22c7825
Fixed bug in IBM (Hrvoje Jasak)
2016-11-18 14:04:48 +01:00
Henrik Rusche
dd6b304223
Merge /u/wyldckat/foam-extend32/ branch master into master
...
https://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/47/
2016-11-09 10:18:21 +00:00
Hrvoje Jasak
5ab3390aef
Bugfix: restored floatTransfer flag
2016-09-22 00:54:58 +01:00
wyldckat
56c5fe3e44
Updated .L files to assign properly the function 'yywrap()' for Flex 2.6.0 and newer.
...
Nonetheless, keep in mind that this isn't general enough, since this will again have future issues with Flex 3.0, if and when that time comes.
Note: Used the same fix from OpenFOAM-dev, commit a4eabffbacfa8e4648f044e3d4c2a74d722a2b47.
2016-08-25 20:47:10 +01:00
wyldckat
47faa3bad1
Updated .L files to assign properly the function 'yywrap()' for Flex 2.6.0 and newer.
...
Nonetheless, keep in mind that this isn't general enough, since this will again have future issues with Flex 3.0, if and when that time comes.
Note: Used the same fix from OpenFOAM-dev, commit a4eabffbacfa8e4648f044e3d4c2a74d722a2b47.
2016-08-25 19:11:41 +01:00
Henrik Rusche
1aa9f21825
BUGFIX: IB compilation
2016-08-21 15:40:17 +02:00
Henrik Rusche
6ca6d7f302
BUGFIX: pvdv function in Redlich Kwong model
2016-08-19 10:43:17 +02:00
Hrvoje Jasak
65e6031bcb
Feature: comms update for immersed boundary solver
2016-08-11 15:06:26 +01:00
Hrvoje Jasak
4bc6ab309c
Linked lists update
2016-08-11 15:05:46 +01:00
Hrvoje Jasak
990f036ea4
Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2 into nextRelease
2016-08-01 14:45:02 +01:00
Hrvoje Jasak
51362a4385
Bugfix: Destructor in sixDOFbodies is virtual
2016-08-01 14:44:03 +01:00
Hrvoje Jasak
c9a200104f
Bugfix: add access to direction member functions
2016-08-01 14:43:27 +01:00
Hrvoje Jasak
b7e1ca950a
Bugfix: const signature handling for manipulateMatrix in fvPatchField
2016-08-01 14:42:49 +01:00
Hrvoje Jasak
d442bc4693
Formatting
2016-08-01 14:42:26 +01:00
Hrvoje Jasak
82af003df0
Bugfix: do not clean fluxRequired
2016-08-01 14:42:07 +01:00
Hrvoje Jasak
23a3dcfada
Comment style
2016-08-01 14:40:58 +01:00
Hrvoje Jasak
a214f5e6fe
Performance update in immersed boundary search
2016-08-01 14:37:19 +01:00
Henrik Rusche
244e6aa028
BUGFIX: Switching real gas tutorial back to Peng Robinson / Some clean-up
2016-07-06 23:32:35 +02:00
Henrik Rusche
bc6dca05f1
Merge Requests #38 , #39 , #40 , #41 , #42 , #43 , #44 , #45 , #46 . Author: Pascal Beckstein. Merge: Henrik Rusche
...
#38 : Fix for uniformDimensionedScalarField
#39 : Fix for the access function curMotionTimeIndex() of polyMesh
#40 : Fix for REMOVE action in the setSet utility
#41 : Prevent erroneous warnings about failed library loading if a new dynamicFvMesh is constructed multiple times
#42 : Add ALL option for cellSource pointToCell
#43 : Add faceSource rotatedBoxToFace
#44 : Add (dummy) tetPolyPatches for directMappedPatch and directMappedWall
#45 : Make finiteArea-related applications aware of regions
#46 : Tiny improvement .gitignore
2016-07-05 14:23:30 +02:00
Pascal Beckstein
e655cbc255
Added new faceSource rotatedBoxToFace for meshTools
2016-06-29 02:50:31 +02:00
Pascal Beckstein
a90d267890
Fix public access to curMotionTimeIndex of polyMesh
2016-06-29 02:40:08 +02:00
Pascal Beckstein
80aa1d588f
Fix: Prevent erroneous warning about failed library loading if new dynamicMesh is constructed multiple times
2016-06-29 02:34:56 +02:00
Pascal Beckstein
512b75bef5
Fix for assignment of value for UniformDimensionedScalarField if constructed from Istream via dictionary lookup
2016-06-29 02:33:42 +02:00
Pascal Beckstein
244a23ff0a
Added tetPolyPatches based on directMapped
2016-06-29 02:16:18 +02:00
Pascal Beckstein
ee7a5233e7
Added ALL option for cellSource pointToCell of meshTools
2016-06-29 02:05:36 +02:00
Henrik Rusche
42b54f62c6
Updated headers & banners
2016-06-23 22:43:45 +02:00
Henrik Rusche
9fd3d5c72b
Fixing Merge error
2016-06-23 17:31:55 +02:00
Henrik Rusche
ee238cd77e
Merge Request #36 : corrections in the real gas library. Author: Christian Lucas. Merge: Henrik Rusche
...
Conflicts:
src/thermophysicalModels/specie/thermo/realGasThermo/constantHeatCapacity/constantHeatCapacity.C
src/thermophysicalModels/specie/thermo/realGasThermo/constantHeatCapacity/constantHeatCapacityI.H
src/thermophysicalModels/specie/transport/constRealGas/constRealGasTransport.C
src/thermophysicalModels/specie/transport/constRealGas/constRealGasTransport.H
src/thermophysicalModels/specie/transport/constRealGas/constRealGasTransportI.H
tutorials/compressible/realFluidPisoFoam/ras/backStep/constant/thermophysicalProperties
tutorials/compressible/realFluidPisoFoam/ras/cavity_IAPWS97/0.org/omega
tutorials/compressible/realFluidPisoFoam/ras/cavity_IAPWS97/0/omega
tutorials/compressible/realFluidPisoFoam/ras/t-junction/constant/thermophysicalProperties
2016-06-23 17:13:33 +02:00
Christian Lucas
e0f776a654
corrections in real gas library
2016-06-22 20:34:48 +02:00
Hrvoje Jasak
0d1f199ab1
Updated version of k-Omega-SST block-coupling
2016-06-22 17:28:32 +01:00
Hrvoje Jasak
87e6e7519b
Change lduMatrix debug switch definition, 3
2016-06-22 17:08:10 +01:00
Hrvoje Jasak
0c113bfaf5
Bugfix: volPointInterpolation across coupled boundaries. Vuko Vukcevic
2016-06-22 17:06:40 +01:00
Hrvoje Jasak
bab8ef6814
Change lduMatrix debug switch definition, 2
2016-06-22 17:05:01 +01:00
Hrvoje Jasak
6321e2a9de
Change lduMatrix debug switch definition
2016-06-22 17:04:16 +01:00
Hrvoje Jasak
1808228f77
Comment
2016-06-22 17:00:11 +01:00
Hrvoje Jasak
d121c473cb
Added solverPerformance dictionary
2016-06-22 16:59:42 +01:00