|
[Sponsors] |
SemiImplicitSource injection rate is per timestep? |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 |
Senior Member
Derek Mitchell
Join Date: Mar 2014
Location: UK, Reading
Posts: 172
Rep Power: 14 ![]() |
When using SemiImplicitSource in FVoptions on p, li { white-space: pre-wrap; } chtMultiRegionSimpleFoam solver with field h, I became aware its effect was dependent on the timestep length.
e.g. Code:
scalarSemiImplicitSourceCoeffs { volumeMode specific; injectionRateSuSp { h ( 20000 0 ); // 2e4 } } Please can someone confirm that this is the correct interpretation of the solveSolid.h and the resulting action is the intended one. Code:
{ for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++) { fvScalarMatrix hEqn ( ( thermo.isotropic() ? -fvm::laplacian(betav*thermo.alpha(), h, "laplacian(alpha,h)") : -fvm::laplacian(betav*taniAlpha(), h, "laplacian(alpha,h)") ) == fvOptions(rho, h) ); hEqn.relax(); fvOptions.constrain(hEqn); hEqn.solve(); fvOptions.correct(h); } } thermo.correct(); Info<< "Min/max T:" << min(thermo.T()) << ' ' << max(thermo.T()) << endl;
__________________
A CHEERING BAND OF FRIENDLY ELVES CARRY THE CONQUERING ADVENTURER OFF INTO THE SUNSET |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Derek Mitchell
Join Date: Mar 2014
Location: UK, Reading
Posts: 172
Rep Power: 14 ![]() |
ignore the above ... it turns out to be slow convergence in the solid regions
now at least partially fixed by changing nNonorthogonalCorrectors and relaxationFactors in fvSolutions.
__________________
A CHEERING BAND OF FRIENDLY ELVES CARRY THE CONQUERING ADVENTURER OFF INTO THE SUNSET |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Particle Injection Mass Flow Rate and Position | leonozx | FLUENT | 3 | March 9, 2018 09:58 |
Injection Rate | JoshS. | AVL FIRE | 11 | March 5, 2015 03:28 |
injection problem | Mark New | FLUENT | 0 | August 4, 2013 01:30 |
Dpm injection mass flow rate | diamondx | FLUENT | 0 | November 22, 2012 13:04 |
DPM injection mass flow rate | kingpots | ANSYS | 0 | November 22, 2012 11:12 |