- Apr 30, 2021
- Apr 29, 2021
- Apr 06, 2021
- Apr 02, 2021
-
-
kutscher authored
-
- Mar 31, 2021
-
-
schoen authored
changed the naming of the missing Classes (Strategies) and added the chimera kernel from the open source code
-
- Mar 30, 2021
-
-
kutscher authored
fix the issue in FullVectorConnector derived classes: add initialization function of base class in derived classes
-
AMATERASU\geier authored
MultiphaseVelocityBCAlgorithm::applyBC(): vleocity in phase field taken from getBoundaryVelocityX1(). There is still something wrong as the actual velocity in the simulation is much higher than set in the input file!
-
- Mar 26, 2021
-
-
kutscher authored
-
- Mar 25, 2021
-
-
kutscher authored
-
- Mar 23, 2021
-
-
AMATERASU\geier authored
Bug fix in density correct terms. Multiphase velocity BC has been simplified for this early stage of the development.
-
- Mar 19, 2021
-
-
schoen authored
simplified the kernel factory infrastructure by omit the enum (Kerneltype) -> adding new kernels to the factory should be straightforward now
-
- Mar 16, 2021
-
-
AMATERASU\geier authored
Implements surface tension following Hesam's code. Also corrects uninitialized variables in MultiphaseCumulantLBMKernel::findNeighbors . This might have influence on the contact angle. Initialization is now set to zero!
-
- Mar 12, 2021
-
-
kutscher authored
-
AMATERASU\geier authored
Implements pressure and stress correction for multiphase model with density contrast. Pressure is regularized and hence different from the form used by Safari and Fakahri. Surface tension is not implemented.
-
- Mar 11, 2021
-
-
kutscher authored
-
- Mar 10, 2021
-
-
kutscher authored
Implements cumulant phase field function and a passive incompressible momentum equation. The phase field is only coupled to the fluid velocity but there is no featback to the fluid. Only as a starting step for further developments.
-
- Mar 03, 2021
-
-
kutscher authored
-
- Feb 26, 2021
-
-
kutscher authored
-
Soeren Peters authored
Fix various msvc compiler warnings. With msvc the compiler flags are explicit passed to nvcc with -Xcompiler.
-
Soeren Peters authored
-
- Feb 19, 2021
- Feb 18, 2021
-
-
kutscher authored
-
- Feb 17, 2021
-
-
kutscher authored
-
- Feb 16, 2021
-
-
Soeren Peters authored
-
Soeren Peters authored
-
Soeren Peters authored
-
- Feb 12, 2021
-
-
Soeren Peters authored
- metis: do not pass -O3 flag on msvc compiler, as this flag is ignored anyway. Instead of /w pass w0, which is equivalent to /w. - RheologyK17LBMKernel: A and B are also defined in D3Q27System.h. Therefore to not hide this declaration they are renamed to A_ and B_ - additional small clean ups...
-
- Feb 10, 2021
-
-
Soeren Peters authored
-
- Feb 09, 2021
-
-
kutscher authored
-
- Feb 08, 2021