of course, in the code-example it has to be
GLOBAL REAL elsize_ = 20.0
GLOBAL LOGICAL test_ = TRUE
IF (test_ == TRUE) THEN
mesh_seed_create( "Curve 1000001:1000030", 2, 0, 0., `elsize_`, 0. )
$? YESFORALL 2001017
END IF
Hello everyone,
once again pcl is kicking my butt ;).
I try to build a pcl-script and use global variables. In the main script I try to access a variable ("elsize_") in an if-statement:
GLOBAL REAL elsize_ = 20.0
GLOBAL LOGICAL test_ = TRUE
IF (test == true_) THEN
mesh_seed_create(...
Hi,
I was not sure wether this is a Patran- or Nastran problem. Since I think it depends on the Nastran output preferences I posted it in this subforum.
To my problem:
I have a closed-cross-section shell modell and apply a torsional moment on one end. the other end is fixed. I perform a static...