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

Quasistatic Simualtions #330

Open
jiangr100 opened this issue Apr 15, 2024 · 2 comments
Open

Quasistatic Simualtions #330

jiangr100 opened this issue Apr 15, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jiangr100
Copy link

Hello, I've seen in this page here https://polyfem.github.io/json_defaults_and_spec/ that quasistatic simulation is a possible feature, but i get "warning: Inconsistent specifications: /time/quasistatic is neither an optional or a mandatory field." when adding it to my json file. Is there any way to run quasistatic simulation in PolyFEM or this is not supported? thank you!

@jiangr100 jiangr100 added the enhancement New feature or request label Apr 15, 2024
@zfergus
Copy link
Member

zfergus commented Apr 15, 2024

Can you post the JSON file you are using? Are you doing something like

"time": {
"dt": 0.01,
"tend": 1,
"quasistatic": true
}

I believe you might need the dt and tend parameters explicitly to tell it what the quasi-static steps should be. Otherwise if you want a one-step static simulation then you can achieve this by omitting the time field completely.

@zfergus zfergus added bug Something isn't working and removed enhancement New feature or request labels Apr 15, 2024
@jiangr100
Copy link
Author

sorry for the late reply, yes I've done exactly that and it showed me the error message. And I do need multiple steps of quasi-static simulations. Did you successfully reproduce the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants