Searched refs:Kelvin (Results 1 – 11 of 11) sorted by relevance
| /honee/src/ |
| H A D | cloptions.c | 236 .Kelvin = 1.0, in ProcessCommandLineOptions() 242 …units_kelvin", "1 Kelvin in scaled temperature units", NULL, units->Kelvin, &units->Kelvin, NULL)); in ProcessCommandLineOptions() 246 units->J_per_kg_K = units->Joule / (units->kilogram * units->Kelvin); in ProcessCommandLineOptions() 248 units->W_per_m_K = units->Joule / (units->second * units->meter * units->Kelvin); in ProcessCommandLineOptions()
|
| H A D | setupdm.c | 69 PetscCall(DMPlexSetScale(*dm, PETSC_UNIT_TEMPERATURE, honee->units->Kelvin)); in CreateDM()
|
| /honee/problems/ |
| H A D | densitycurrent.c | 70 theta0 *= units->Kelvin; in NS_DENSITY_CURRENT() 71 thetaC *= units->Kelvin; in NS_DENSITY_CURRENT()
|
| H A D | bc_outflow.c | 126 CeedScalar temperature = reference->temperature / units->Kelvin; in OutflowBCSetup() 141 temperature *= units->Kelvin; in OutflowBCSetup()
|
| H A D | blasius.c | 177 T_inf *= units->Kelvin; in NS_BLASIUS() 178 T_wall *= units->Kelvin; in NS_BLASIUS()
|
| H A D | channel.c | 68 theta0 *= units->Kelvin; in NS_CHANNEL()
|
| H A D | bc_freestream.c | 125 …>pressure / units->Pascal, .velocity = {0}, .temperature = reference->temperature / units->Kelvin}; in FreestreamBCSetup() 139 Y_inf.temperature *= units->Kelvin; in FreestreamBCSetup()
|
| H A D | newtonian.c | 484 reference.temperature *= units->Kelvin; in NS_NEWTONIAN_IG() 735 const CeedScalar kg = units->kilogram, m = units->meter, sec = units->second, K = units->Kelvin; in UnitTests_Newtonian()
|
| /honee/include/ |
| H A D | navierstokes.h | 187 PetscScalar Kelvin; member
|
| /honee/doc/ |
| H A D | references.bib | 65 …rry M and Wilhelmson, Robert B and Wicker, Louis J and Anderson, John R and Droegemeier, Kelvin K},
|
| H A D | runtime_options.md | 242 - 1 Kelvin in scaled temperature units
|