swh:1:snp:ef1a939275f05b667e189afbeed5fd59cca51c9d
Raw File
Tip revision: ad74f6a7f73c7906f9b36ee28dd006231f42552e authored by Julien Boisse on 07 March 2021, 00:30:26 UTC
delete files INSTALL and README:
Tip revision: ad74f6a
craft.1
.TH craft "13th march 2013" CNRS/LMA
.SH NAME
craft 

version 1.1.0

CraFT is a program which computes mechanical behavior of heterogeneous materials

.SH SYNOPSIS
craft
[options]

.SH Options 
.TP
\fB-h\fR                display help (this information)
.TP
\fB-V\fR                display CraFT version number
.TP
\fB-v\fR                verbose mode (default: non verbose)
.TP
\fB-i\fR                interactive mode: inputs are asked to the user (it is the default mode)
.TP
\fB-f\fR \fIFILE\fR         read inputs in file \fIFILE\fR 
.TP
\fB-c\fR \fIFILE\fR         characteristic function is given in file \fIFILE\fR
.TP
\fB-p\fR \fIFILE\fR         phases described in file \fIFILE\fR
.TP
\fB-m\fR \fIFILE\fR         materials described is given in file \fIFILE\fR
.TP
\fB-l\fR \fIFILE\fR         loading conditions described in file \fIFILE\fR
.TP
\fB-o\fR \fIFILE\fR         outputs described in file \fIFILE\fR
.TP
\fB-C\fR \fILINE\fR         C0 specified in command line \fILINE\fR 
.TP
\fB-e\fR \fIPRECISION\fR    precision required in \fIPRECISION\fR
                  ( \fIPRECISION\fR can be either a single value or two
                    values separated by a comma for:
                    * precision required for stress divergence
                    * precision required for loading conditions
                  )
.TP
\fB-r\fR \fIFILE\fR         restore a calculation from a "restore point" stored in file \fIFILE\fR 
.TP
\fB-n \fITHREADS\fR      number of threads used by OpenMP

.TP
options -c -p -m -l -o -C -e are to be used together and exclude usage of -i or -f


.SH SEE ALSO

Documentation in pdf format file: 
CraFT_UserGuide.pdf 
(available on-line at: http://craft.lma.cnrs-mrs.fr/spip/spip.php?rubrique1).

.SH EXAMPLES

.P
1. To run craft in verbose mode, on 8 threads, with configuration file ze.in:
.RS
craft -v -n 8 -f ze.in
.RE

.P
2. To run craft with file micro01.ima describing the microstructure, 
with file micro01.mat describing the different materials of the composite,
with file micro01.phases describing the different phases of the composite,
with file traction.dat describing the loading conditions,
with file micro01.output describing the required outputs,
with "reference material" of the iterative method being automatically calculated,
with a required precision of 1.e-4 (for both equilibrium conditions and loading conditions):
.RS
craft -c micro01.ima -p micro01.phases -m micro01.mat -l traction.dat -o micro01.output -C auto -e 1.E-4
.RE

.P
3. To run craft in interactive mode (craft will ask what it needs):
.RS
craft -i
.RE

.SH AUTHORS
Alice Labé, Hervé Moulinec, Fabrice Silva, Pierre Suquet
back to top