const basicThermo &swakThermophysicalPluginFunction::thermo()
{
    return thermoInternal(mesh());
}
const ThermoType &swakThermophysicalPluginFunction<ThermoType>::thermo()
{
    return thermoInternal(mesh());
}