Searched refs:kilogram (Results 1 – 5 of 5) sorted by relevance
| /honee/src/ |
| H A D | cloptions.c | 235 .kilogram = 1.0, in ProcessCommandLineOptions() 241 …nits_kilogram", "1 kilogram in scaled mass units", NULL, units->kilogram, &units->kilogram, NULL)); in ProcessCommandLineOptions() 244 units->Pascal = units->kilogram / (units->meter * PetscSqr(units->second)); in ProcessCommandLineOptions() 245 units->Joule = units->kilogram * PetscSqr(units->meter) / PetscSqr(units->second); in ProcessCommandLineOptions() 246 units->J_per_kg_K = units->Joule / (units->kilogram * units->Kelvin); in ProcessCommandLineOptions()
|
| H A D | setupdm.c | 67 PetscCall(DMPlexSetScale(*dm, PETSC_UNIT_MASS, honee->units->kilogram)); in CreateDM()
|
| /honee/include/ |
| H A D | navierstokes.h | 185 PetscScalar kilogram; member
|
| /honee/doc/ |
| H A D | runtime_options.md | 238 - 1 kilogram in scaled mass units
|
| /honee/problems/ |
| H A D | newtonian.c | 735 const CeedScalar kg = units->kilogram, m = units->meter, sec = units->second, K = units->Kelvin; in UnitTests_Newtonian()
|