Skip to content

Inconsistent dtM and CFL values in the log file #383

Description

@windseacn

From the online manual, I learned how to evaluate the time step to ensure model stability. However, I observed that the CFL number in the log file is consistently about half of what I estimated using the methods described in the manual. Upon reviewing the source code, I discovered that the initialization of the k value differs from the procedure outlined in the manual.

source code:
NatFreqCFL::stiffness(EA * N / UnstrLen);

manual:
$k=4 EA \frac{N}{L}$

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions