cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

SOLVE BLOCK

GE_Vergara
3-Newcomer

SOLVE BLOCK

Hi,

 

I am a new user in this software, does anyone can help me on how to manipulate the syntax on Solve Block? please see attached file for reference.

 

ACCEPTED SOLUTION

Accepted Solutions
Werner_E
25-Diamond I
(To:GE_Vergara)

To define the guess value at the top of the solve block you have to use the assignment operator (:=) not the boolean equal (=).
Furthermore you have to use the correct unit when defining the guess value, obviously it has to be a length.

 

Somehow the "d" in Find(d) is labelled "System". You have to manually re-label it as "Variable" to make the solve block work.

 

It does not make sense to use the equation v.c=v.d and provide both v.c and v.d as function arguments as the solve block must fail if the two values are not the same.. The same applies to v.a and Vd.

 

Furthermore, to be unit consistent, v.a would have dimension area time pressure (= Force). Guess this is not intended?

Werner_E_0-1665326505425.png

 

Can it be you want to look for (vary) more variables and not just d?

Maybe something like

Werner_E_1-1665327478893.png

 

 

 

 

 

View solution in original post

2 REPLIES 2
Werner_E
25-Diamond I
(To:GE_Vergara)

To define the guess value at the top of the solve block you have to use the assignment operator (:=) not the boolean equal (=).
Furthermore you have to use the correct unit when defining the guess value, obviously it has to be a length.

 

Somehow the "d" in Find(d) is labelled "System". You have to manually re-label it as "Variable" to make the solve block work.

 

It does not make sense to use the equation v.c=v.d and provide both v.c and v.d as function arguments as the solve block must fail if the two values are not the same.. The same applies to v.a and Vd.

 

Furthermore, to be unit consistent, v.a would have dimension area time pressure (= Force). Guess this is not intended?

Werner_E_0-1665326505425.png

 

Can it be you want to look for (vary) more variables and not just d?

Maybe something like

Werner_E_1-1665327478893.png

 

 

 

 

 

HI Werner,

 

A Million Thanks for your time in replying to my inquiry 

 

 

Announcements

Top Tags