Skip to content

TonkomoLLC/RapidCFD-PBiCGStab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PBiCGStab solver for RapidCFD-dev

Usage

cd PBiCGStab_SharedLib
wmake

In caseDir/controlDict include the shared library:

libs
(
"libPBiCGStabRapidCFD.so"
);

Use the solver in fvSolution. E.g.,

    <fieldName>
    {
        solver          PBiCGStab; 
        preconditioner  DILU;
        tolerance       1e-05;
        relTol          0;
    }

Test case

A simple icoFoam cavity case is included to show the solver in use

Details

Tested with RapidCFD-dev commit f3775ac96129 Ubuntu 16.04 CUDA 10.0

About

PBiCGStab Solver for RapidCFD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages