Skip to content

BUG: VSI Setup Boundary Condition #262

@birnstiel

Description

@birnstiel

Describe the issue:

I think the inner radial boundary of the VSI setup is not correct (I hope I'm not being stupid again). This line:

Vc(VX3,k,j,i) = R*Omega;

defines Keplerian rotation for the ghost cells, but just above omega is initialized as Omega = 1.0 and not changed anywhere else. I think Omega can be removed and the velocity could be set as:

Vc(VX3,k,j,i) = 1.0/sqrt(R);

Error message:

No response

runtime information:

Issue is architecture independent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions