File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -632,6 +632,7 @@ void MainWindowSupport::PrepareScatteringRegimeWarning(double clearanceToWavelen
632632
633633 QString strTienDorlenLink = " <a href='https://doi.org/10.1615/AnnualRevHeatTransfer.v1.30' style='color: #0000EE;'>Tien and Drolen (1987)</a>" ;
634634 QString strGalyLink = " <a href='https://doi.org/10.1016/j.jqsrt.2020.106924' style='color: #0000EE;'>Galy et al. (2020)</a>" ;
635+ QString strRegimeLink = QString (" <a href='https://github.com/VirtualPhotonics/MieSimulatorGUI/wiki/Scattering-Regime-Analysis' style='color: #0000EE;'>%1</a>" ).arg (strRegime);
635636
636637 // Low Concentration Regime
637638 if (volFraction <= 0.006 )
@@ -739,7 +740,7 @@ void MainWindowSupport::PrepareScatteringRegimeWarning(double clearanceToWavelen
739740 " • Clearance to Wavelength Ratio (<b>c/λ</b>) = <b>%10</b><br><br>"
740741 " %13"
741742 )
742- .arg (strRegime )
743+ .arg (strRegimeLink )
743744 .arg (strTienDorlenLink).arg (strTienCriteria).arg (strTienResult)
744745 .arg (strGalyLink).arg (strGalyCriteria).arg (strGalyResult)
745746 .arg (volFraction, 0 , ' g' , 4 )
You can’t perform that action at this time.
0 commit comments