Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChElementBeamIGA missing implementation for the evaluation of force/torque/strain of a section #508

Open
lippch opened this issue Jul 25, 2024 · 0 comments

Comments

@lippch
Copy link

lippch commented Jul 25, 2024

Dear chrono-team,

are there any plans to finish the missing function implementation for ChElementBeamIGA?

    virtual void EvaluateSectionForceTorque(const double eta, ChVector3d& Fforce, ChVector3d& Mtorque) override {
        /* To be completed: Created to be consistent with base class implementation*/
    }

    virtual void EvaluateSectionStrain(const double eta, ChVector3d& StrainV) override {
        /* To be completed: Created to be consistent with base class implementation*/
    }

Thank you in advance for your help!

Best regards,
Christian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant