×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

How trigger the expression information from post

How trigger the expression information from post

How trigger the expression information from post

(OP)
Hi

How to take the output of expression information from post

For example dia 10.0

how to extract the information through postprocessor

i tried with the inbuilt variable....its not triggering information

RE: How trigger the expression information from post

You can use the MOM command:

[MOM_ask_ess_exp_value "expression name here"]

An example : variable name is "x_len" and expression name is "blkx"

catch {if {[MOM_ask_ess_exp_value blkx] != ""} {

set x_len [MOM_ask_ess_exp_value blkx]}}

MOM_output_literal "(Blank Length is : $x_len)"

John Joyce
Tata Technologies iKS
1675 Larimer St.
Denver, CO
www.myigetit.com

RE: How trigger the expression information from post

(OP)
Thank you verymuch...

Its working !!!!

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources