Home
last modified time | relevance | path

Searched refs:weakT (Results 1 – 4 of 4) sorted by relevance

/honee/problems/
H A Dblasius.c155 PetscBool weakT = PETSC_FALSE; // weak density or temperature in NS_BLASIUS() local
159 …PetscOptionsBool("-weakT", "Change from rho weak to T weak at inflow", NULL, weakT, &weakT, NULL)); in NS_BLASIUS()
193 blasius_ctx->weakT = weakT; in NS_BLASIUS()
221 PetscCall(SetupStg(comm, dm, problem, honee, weakT, S_infty.Y.temperature, S_infty.Y.pressure)); in NS_BLASIUS()
/honee/qfunctions/
H A Dblasius.h17 bool weakT; // !< flag to set Temperature weakly at inflow member
152 if (context->weakT) { // density from the current solution in Blasius_Inflow()
205 if (context->weakT) { in Blasius_Inflow_Jacobian()
/honee/doc/
H A Dexamples.md301 Using `weakT: true`, density is allowed to float and temperature is set constant.
H A Dtheory.md560 …elocity, with the option of weakly enforcing either density or temperature using the `-weakT` flag.