I can't get stresses to record. This si the command I am using, but my output file is empty.
recorder Element -file stress.out -ele 1 stressStrain
recording stresses
Moderators: silvia, selimgunay, Moderators
You can only record stresses and strains for fiber elements with cross sections of interest.
To record a particular fiber number:
recorder Element $ele -file $filename section $sec fiber $i stressStrain
To record at a y,z coordinate in the section:
recorder Element $ele -file $filename section $sec fiber $y $z stressStrain
To record at y,z with a particular material tag:
recorder Element $ele -file $filename section $sec fiber $y $z $tag stressStrain
To record a particular fiber number:
recorder Element $ele -file $filename section $sec fiber $i stressStrain
To record at a y,z coordinate in the section:
recorder Element $ele -file $filename section $sec fiber $y $z stressStrain
To record at y,z with a particular material tag:
recorder Element $ele -file $filename section $sec fiber $y $z $tag stressStrain