Hrvoje Jasak
871d03e4d3
Rename private member deltaCoeffs
2018-08-21 14:38:27 +01:00
Hrvoje Jasak
65fcc20630
Aded swirlInletVelocity boundary condition
2018-08-21 14:37:27 +01:00
Hrvoje Jasak
d5b9215b1e
Moving immersed boundary turbulence modelling support
2018-08-21 14:36:29 +01:00
Hrvoje Jasak
1644c147f6
Added system MPICH support for linux64Gcc
2018-08-21 14:35:48 +01:00
Hrvoje Jasak
1e8ecf40c5
Clean-up
2018-08-21 14:17:25 +01:00
Hrvoje Jasak
19794a6eba
Immersed boundary moving mesh turbulence updates; fundamental IB patch field updates
2018-08-21 14:17:03 +01:00
Hrvoje Jasak
d3760c2b7f
Added system MPICH support for linux64Gcc
2018-08-21 14:15:57 +01:00
Hrvoje Jasak
32c8ba2f7d
Bugfix in parallel overset regarding FatalError. Author: Vuko Vukcevic. Merge: Hrvoje Jasak.
2018-08-12 21:29:42 +01:00
Hrvoje Jasak
45eb621334
Formatting
2018-08-10 13:26:47 +01:00
Vuko Vukcevic
e0a0502320
Same missing reduce in overlapFringe
2018-08-10 12:13:58 +02:00
Hrvoje Jasak
5299f79343
Bugfix in parallel overset regarding FatalError. Author: Vuko Vukcevic. Merge: Hrvoje Jasak.
2018-08-09 13:17:27 +01:00
Vuko Vukcevic
3d3edc820a
Forgot to reduce when handling error
...
This caused a parallel run to fail if there's no fringe on all processors.
2018-08-06 22:19:27 +02:00
Hrvoje Jasak
77a51c3c9e
Fixed tutorial errors
2018-08-01 18:28:39 +01:00
Hrvoje Jasak
d7b941dcc4
Fixed tutorial errors
2018-08-01 18:28:14 +01:00
Hrvoje Jasak
438dd0a3ab
Updated meshDict for a faster-running tutorial
2018-07-30 19:43:25 +01:00
Hrvoje Jasak
b813e11b75
Update to noSuitability DSF and tutorials. Author: Vuko Vukcevic. Merge: Hrvoje Jasak.
2018-07-30 19:35:36 +01:00
Vuko Vukcevic
3a08616a79
Added a few FatalError checks
...
1. donorSuitability::suitabilityFaction(...) - now checks whether the donor has
been found (in case we don't have any eligible donors due to poor settings),
2. overlapFringe/adaptiveOverlapFringe::updateIteration(...) - now checks
whether we have found at least 1 new acceptor when going through the
iterative process.
2018-07-30 10:40:07 +02:00
Vuko Vukcevic
095ac84cb4
Update to overset validationSuite NACA4412 case
...
Switched from old overlpa assembly to new adaptiveOverlap assembly
2018-07-30 09:11:05 +02:00
Vuko Vukcevic
2f00bb4af1
Update to noSuitability DSF
...
Threshold now needs to be set to SMALL due to changed definition of DSF's
isDonorSuitable and suitabilityFraction member functions.
2018-07-30 08:32:00 +02:00
Vuko Vukcevic
657c6abfb8
Updates to overset tutorials using overlap fringe
2018-07-30 08:31:41 +02:00
Hrvoje Jasak
185ab1ad60
Adaptive mesh refinement for 2D cases. Author: Vuko Vukcevic.
2018-07-28 13:52:59 +01:00
Hrvoje Jasak
adac44fc7e
Fixing compilation errors gcc 8.1. Author: Martin Beaudoin. Merge: Hrvoje Jasak.
2018-07-28 13:51:43 +01:00
Hrvoje Jasak
5d3a0cef95
ThirdParty package updates. Author: Martin Beaudoin. Merge: Hrvoje Jasak.
2018-07-28 13:50:43 +01:00
Hrvoje Jasak
9acce17165
Adaptive overlap fringe assembly. Author: Josip Katavic and Vuko Vukcevic. Merge: Hrvoje Jasak.
2018-07-28 13:49:21 +01:00
Hrvoje Jasak
69878923f9
Bugfix in periodic oscillation constraint. Author: Vuko Vukcevic. Merge: Hrvoje Jasak.
2018-07-28 13:48:08 +01:00
Vuko Vukcevic
3ec42ce8c8
Bugfix in prismatic2DRefinement
...
Forgot to enable wedge cases by including handling of wedge patches along with
the empty patches.
2018-07-27 14:50:35 +02:00
Vuko Vukcevic
9ec8d55010
Include coupledFvPatchFields.H instead of coupledFvPatchField.H
2018-07-27 11:03:56 +02:00
Vuko Vukcevic
875f0809a3
Writing regionIndex automatically
2018-07-26 16:27:31 +02:00
Vuko Vukcevic
6ba57d44fc
Bugfixes in automatic overlap assembly
...
adaptiveOverlapFringe:
1. When combining user specified holes and cut holes, we need to get rid of
possible duplicates,
2. All holes transferred to fringeHolesPtr_, not just cutHoles,
3. Removed minLocalSuit_ data member as the donorSuitability::threshold is
basically the same thing.
donorSuitability:
1. Correct definition of isDonorSuitable
2018-07-26 15:46:05 +02:00
Vuko Vukcevic
6974c3f99f
Bugfix in protectedInitialRefinement strategy
...
Protect only if the current cell level is equal to the initial cell level,
otherwise allow to unrefine.
2018-07-26 07:35:16 +02:00
Vuko Vukcevic
dbbad653fe
Updates to overlap assembly strategies
...
Added optional cellSet for hole cells to start the overlap and adaptiveOverlap
from. Useful when the background mesh is very coarse compared to the hole patch
in the front mesh and no hole is actually found in triSurface hole cutting
procedure.
2018-07-25 07:37:09 +02:00
Martin Beaudoin
2b9049af90
Correction for newer (and older) versions of gcc: You throw by value, you catch by reference.
...
A second correction was needed.
2018-07-23 16:45:39 +00:00
Martin Beaudoin
9ed4526742
Correction for newer (and older) versions of gcc: You throw by value, you catch by reference.
2018-07-23 16:18:31 +00:00
Vuko Vukcevic
56144efed0
Spelling errors in comments
2018-07-23 11:25:12 +02:00
Vuko Vukcevic
7a0ce22052
Removed redundant debug write of cell set
2018-07-23 09:59:07 +02:00
Vuko Vukcevic
93e8ebe4cc
Changed default value for minLocalSuit in adaptiveOverlapFringe
2018-07-23 09:48:59 +02:00
Martin Beaudoin
ac2005f15e
Minor compilation corrections. g++ version 8.1 was sensitive to those and treating them as errors.
2018-07-22 03:55:59 +00:00
Martin Beaudoin
58b8dac7ec
Delay the compilation of the library decompositionMethods/decomposeReconstruct
...
so its dependencies are available when recompiling from scratch
2018-07-20 12:32:31 -04:00
Henrik Rusche
734628ceb0
BACKPORT: MVC interpolation
2018-07-20 17:52:32 +02:00
Henrik Rusche
f3d133d0cf
BUGFIX: incremental switch merged incorrectly
2018-07-20 17:44:37 +02:00
Hrvoje Jasak
baa0bc875a
Code reorganisation: immersed boundary support
2018-07-17 09:40:06 +01:00
Vuko Vukcevic
ef5f6a5f59
Donor/acceptor within boundig box criterion update
...
Previously, we only checked whether the acceptor point is within bounding box of
donor, which may not be fair. Now, we also check whether the donor point is
within bounding box of acceptor.
Having both checks makes sense since there's no reason to prefer one criterion
over the other.
2018-07-16 16:39:09 +02:00
Vuko Vukcevic
b46ede8553
Bugfix: suitablePairsSuit_ must be data member
2018-07-16 15:34:54 +02:00
Vuko Vukcevic
3142fa27ee
Parallelised adaptiveOverlapFringe
2018-07-16 14:13:31 +02:00
Vuko Vukcevic
497ccfada8
Updates (fixes) to adaptiveOverlapFringe
...
1. Clearing out temporary worker data for dynamic cases,
2. minLocalSuitability and orphanSuitability now given as fractions (0 to 1)
instead of percentages (0 to 100%).
2018-07-16 12:51:21 +02:00
Vuko Vukcevic
ed06d9d919
Minor style change: adaptiveOverlapFringe
2018-07-12 19:34:32 +02:00
Vuko Vukcevic
eb1e30ecdb
Updates to NACA4412-airfoil overset validationSuite case
2018-07-12 19:33:39 +02:00
Vuko Vukcevic
ea0466aa43
Adaptive overlap fringe algorithm by Josip Katavic
2018-07-12 15:37:20 +02:00
Vuko Vukcevic
8a1f5f66fc
Updates to overlapFringe::evaluateNonOversetBoundaries
...
This function is now static instead of ordinary member function so it can be
used by adaptiveOverlapFringe. A slight reorganization of this is needed.
2018-07-12 15:35:22 +02:00
Vuko Vukcevic
c9cfe3cbf8
Compilation fixes due to updated code
...
1. Donor suitability functions now hold reference to oversetFringe (base class)
and not the overlapFringe,
2. Missing curly braces in oversetRegion.
2018-07-12 14:19:52 +02:00