Fem: Improve constraint BodyHeatSource

This commit is contained in:
marioalexis
2024-06-02 17:06:21 -03:00
parent d8f1ade17d
commit 108687b938
7 changed files with 272 additions and 99 deletions

View File

@@ -551,7 +551,7 @@ UnitsSchemaInternal::schemaTranslate(const Quantity& quant, double& factor, QStr
}
}
else if (unit == Unit::DissipationRate) {
unitString = QString::fromLatin1("m^2/s^3");
unitString = QString::fromLatin1("W/kg");
factor = 1e6;
}
else if (unit == Unit::InverseLength) {