Home
last modified time | relevance | path

Searched refs:Joule (Results 1 – 3 of 3) sorted by relevance

/honee/src/
H A Dcloptions.c245 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()
248 units->W_per_m_K = units->Joule / (units->second * units->meter * units->Kelvin); in ProcessCommandLineOptions()
/honee/include/
H A Dnavierstokes.h193 PetscScalar Joule; member
/honee/problems/
H A Dadvection.c496 E_wind *= units->Joule; in NS_ADVECTION()