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

The Variable "C6_a" is not recognized #227

Closed
MostafaGomaa93 opened this issue Apr 18, 2024 · 2 comments
Closed

The Variable "C6_a" is not recognized #227

MostafaGomaa93 opened this issue Apr 18, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@MostafaGomaa93
Copy link
Contributor

MostafaGomaa93 commented Apr 18, 2024

While trying to activate the Qa calculations (here) by switching the Soilairefc to be = 1 (here), I received the error below error (the C6_a variable is not recognized).

c6_a

  • A simple fix is to add the C6_a to the defined variable list here of the assembleCoefficientMatrices function and it will be solved.

  • The fix can be added after line 18 and has to be within an if statement (like below), because C6_a is not defined if Soilairefc == 0 (which is the default setting here)

if ModelSettings.Soilairefc == 1
C6_a = EnergyMatrices.C6_a;
end

@SarahAlidoost
Copy link
Member

related issue #196

@MostafaGomaa93
Copy link
Contributor Author

This suggested solution was implemented in the branch SSM_v.0.3.2 here and the error is removed

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

3 participants