Skip to content

Mysterious 1.4 coefficient in UBLDef #284

Open
@damiendavidINSA

Description

@damiendavidINSA

Hello,

The computation of the advection heat flux in the UBL involves a coefficient "1.4" that I can not explain.

The 1.4 coefficient occurs in the file uwg/UBLDef.py, lines 101, 105, 130, 136:

advCoef = self.orthLength*eqWind * simTime.dt / self.urbArea * 1.4

advCoef = self.perimeter * u_circ * simTime.dt / self.urbArea * 1.4

advCoef1 = 1.4 * dt / paralLength / h_UBL * intAdv1

advCoef2 = 1.4 * dt / paralLength / h_UBL * intAdv2

Has anyone any idea about the physical significance of the 1.4 coefficient?

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions