Base a7b98a | Head #30191 7cc470 | ||||
---|---|---|---|---|---|
Total | Total | +/- | New | ||
Rate | 94.81% | 94.82% | +0.02% | 100.00% | |
Hits | 621 | 623 | +2 | 2 | |
Misses | 34 | 34 | - | 0 |
Filename | Stmts | Miss | Cover |
---|---|---|---|
modules/electromagnetics/src/auxkernels/EMJouleHeatingHeatGeneratedAux.C | +1 | 0 | +0.42% |
modules/electromagnetics/src/kernels/EMJouleHeatingSource.C | +1 | 0 | +0.29% |
TOTAL | +2 | 0 | +0.02% |
code
code
code
+
30 31 32 33 + 34 35 36 |
_E_imag(coupledVectorValue("E_imag")), _cond(getADMaterialProperty<Real>(getParam<std::string>("conductivity"))) { mooseDeprecated("This kernel will be deprecated in the near future (10/01/2025) in favor of " "exclusively using the Heat Transfer module's 'JouleHeatingHeatGeneratedAux' for " "coupling electromagnetics to heat transfer problems."); } |
37 38 39 40 + 41 42 43 |
_cond(getADMaterialProperty<Real>(getParam<std::string>("conductivity"))), _scale(getParam<Real>("value")) { mooseDeprecated("This kernel will be deprecated in the near future (10/01/2025) in favor of " "exclusively using the Heat Transfer module's 'ADJouleHeatingSource' for " "coupling electromagnetics to heat transfer problems."); } |