Skip to content

Change primitive variable to log(f) #12

@mchandra

Description

@mchandra

#10 might be caused due to the distribution function f taking on negative values. One possible way to overcome this is to evolve log(f), which has no bounds instead of f, which is positive.

The equation for F(x, v, t) == log(f) has the same structure as f:
dF/dt = \partial F/\partial t + \partial F / \partial * dx/dt + \partial F / \partial v * dv/dt

where the characteristic dv/dt now depends on f == exp(F)

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