Skip to content

Removing compounding factors on u2/v2 boundary conditions in ADC  #14

@katsmith133

Description

@katsmith133

Happy to do this PR, but just want to make sure which one we want to remove...
config_adc_up2_vp2_factor is only used on u2 and v2:

u2(k,1,iCell) = config_adc_up2_vp2_factor*config_adc_bc_const*frictionVelocity**2.0
v2(k,1,iCell) = config_adc_up2_vp2_factor*config_adc_bc_const*frictionVelocity**2.0

config_adc_bc_const is used on u2, v2, tp2, and sp2:
tp2 = 0.4_RKIND * config_adc_bc_const * (wt(i1,1,iCell) / frictionVelocity)**2
sp2 = 0.4_RKIND * config_adc_bc_const * (ws(i1,1,iCell) / frictionVelocity)**2

Do we want separate factors for u2/v2 and tp2/sp2?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions