Users:Form Finding/Form Finding with CARAT++

From Carat++ Public Wiki
(Difference between revisions)
Jump to: navigation, search
Line 54: Line 54:
 
|}       
 
|}       
  
For the better understanding of the syntax of this kind of analysis in the following an example of an input block for a \textit{form finding} will be shown.  
+
For the better understanding of the syntax of this kind of analysis in the following an example of an input block for a ''form finding'' will be shown.  
  
 
=== Example of an Input Block ===
 
=== Example of an Input Block ===

Revision as of 07:37, 3 September 2010

To beform an analysis for form finding with CARAT++ the related analysis type have to be defined. The following table shows all important commands to define a form finding analysis in CARAT++. This tabel gives an explanation for each paramter due to that no futher describtion of the paramters will be given.

Compulsory Parameters
Parameter Values Description
PC-ANALYSIS int Analysis with the number int the number have to be followed by : FOMFINDING
DOMAIN EL-DOMAIN int Domain which should be calculated. The Parameter EL-DOMAIN should be defined in the Element Block of the Inputfile
OUTPUT PC-OUT int Definition of the Output object. The Parameter PC-OUT should be defined in the PC-Problem Block of the Inputfile
SOLVER PC-SOLVER int Definition of the Solver object. The Parameter PC-SOLVER should be defined in the PC-Problem Block of the Inputfile
COMPCASE LD-COM int Definition of the Computation Case. The Parameter LD-COM should be Block of the Inputfile
FORMFINDING_STEP int Definition of the number of form finding steps
MAX_ITER_EQUILIBRIUM int Maximum of number of equilibrium iterations before CARAT++ stops the calculation
EQUILIBRIUM_ACCURACY int Equilibrium accuracy
STRESS_ADAPTION int/0 Defines for which elements the distortion control is active (0=false; 1=true)
LAMBDA_MAX int Maximum allowable element distortion in case of stress adaption
MUE_RELAX int Relaxation of the element distortion (Values between 0 and 1 are valid)

For the better understanding of the syntax of this kind of analysis in the following an example of an input block for a form finding will be shown.

Example of an Input Block

The below shown input block defines a formfinding analysis with the ID 1. It uses for the element domain, the output, the solver and the compcase fields which have the ID 1. The analysis perform 20 formfinding steps and stops the computation after 100 steps if no convergence is reached. The accuracy of the analysis is defined as 10-6. Distortion control is enabled and used for elements releated to the elemnt properties with ID 1. The maximum allowed element distortion is 1.1 and relaxation of the element distortion control is set to 0.


PC-ANALYSIS 1: FORMFINDING
  DOMAIN = EL-DOMAIN 1
  OUTPUT = PC-OUT 1
  SOLVER = PC-SOLVER 1
  COMPCASE = LD-COM 1
  FORMFINDING_STEP = 20
  MAX_ITER_EQUILIBRIUM = 100
  EQUILIBRIUM_ACCURACY = 1e-06
  STRESS_ADAPTION = PROP_ID 1
  LAMBDA_MAX=1.1
  MUE_RELAX=0.0




Whos here now:   Members 0   Guests 0   Bots & Crawlers 1
 
Personal tools
Content for Developers