Skip to content

Missing Default Radial Distribution Function for Association in GenericSAFT #180

@fefiedler

Description

@fefiedler

I was trying to calculate some things with water in PCSAFT with association in the generic-SAFT model frame.
I noticed that the default radial distribution function never got set, as it states in
data.radial_dist = options.radial_dist;
Here, options.radial_dist is empty and teqp throws an error.

I was able to solve it by using the CS rule per default:
association::radial_dists radial_dist = association::radial_dists::CS;

But maybe there is a better way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions