|
[Sponsors] |
September 30, 2014, 14:45 |
block coupled solver using AMG and cyclics
|
#1 |
Member
Matthias Walter
Join Date: Mar 2009
Location: Rostock, Germany
Posts: 63
Rep Power: 17 |
Hi,
I have modified the pUCoupledSolver to account for transient flows and I have integrated the pressure force from channelFoam to use the solver for simulation of turbulent channel flows. But if I use the AMG solver for Up I'm getting this error message: Code:
--> FOAM FATAL ERROR: Unknown BlockGAMGInterfaceField type cyclic. Valid BlockGAMGInterfaceField types are : 1 ( processor ) From function BlockGAMGInterfaceField::New(const GAMGInterface& GAMGCp, const BlockLduInterfaceField<Type>& fineInterface) in file lnInclude/BlockGAMGInterfaceField.C at line 50. FOAM exiting Best regards Matthias |
|
October 1, 2014, 10:48 |
|
#2 |
Member
Matthias Walter
Join Date: Mar 2009
Location: Rostock, Germany
Posts: 63
Rep Power: 17 |
I have added a cyclicBlockGAMGInterfaceField now and doing some simulations if it works.
First tests show that the BiCGStab solver performes better than the AMG solver using the block coupled approach simulating a channel flow. |
|
|
|