From 4b1478aa01e3a3c538ac360ef447cb12fc680a1c Mon Sep 17 00:00:00 2001 From: Mika Malinen Date: Wed, 9 Oct 2024 17:07:30 +0300 Subject: [PATCH] Clean by removing void commands --- fem/tests/EMWaveBoxHexasEigen/emwave.sif | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fem/tests/EMWaveBoxHexasEigen/emwave.sif b/fem/tests/EMWaveBoxHexasEigen/emwave.sif index f84352fe94..c387914a23 100644 --- a/fem/tests/EMWaveBoxHexasEigen/emwave.sif +++ b/fem/tests/EMWaveBoxHexasEigen/emwave.sif @@ -36,7 +36,9 @@ End Material 1 Relative Permittivity = 1.0 Relative Permeability = 1.0 - Electric Conductivity = 1.0e1 + ! Electric Conductivity could be taken into account only when + ! Eigen System Damped = True would be present: + !Electric Conductivity = 1.0e17 End Equation 1 @@ -74,12 +76,10 @@ Solver 1 Eigen System Values = 10 Eigen System Convergence Tolerance = 0 Eigen System Select = smallest magnitude -! Eigen System Shift = Real 1.0e-3 ! This is a very sensitive parameter. Decreasing it too much ! will reviel tons of zero eigenmodes... Eigen System Shift = Real 4.0e3 - Eigen System Complex = Logical True ! Optionally we could compute energy norm ! Calculate Loads = Logical True