######## WORK NOTES COPIED FROM INCIDENT 748082 ########

Q. I want to export vorticity to my CFX results file. I've been told I can simply change the Export to postprocessor setting from NO to YES in the VARIABLES file, but although I can see that file in the installation, I do not have permission to change it. What can I do?


A. First create a CCL file (mycclfile.ccl) from the VARIABLES file that looks like what is below. This is just the section of the VARIABLES file that deals with vorticity. Then from the launcher open a command window and execute:


cfx5solve 'def cylinder5.def 'ini cylinder5_004.res -ccl mycclfile.ccl

The contents of mycclfile.ccl

LIBRARY:
VARIABLE: vorticity
Option = Definition
MMS Name = VORT
Long Name = Vorticity
Tensor Type = VECTOR
Quantity = Shear Strain Rate
Status = D
CEL Root =/FLOW/PHYSICS/{Zone}/{Fluid}
User Level = 2
Output to Jobfile = No
Output to Postprocessor = Yes
Component Short Names =
vorticity x,
vorticity y,
vorticity z
Component Long Names =
Vorticity X,
Vorticity Y,
Vorticity Z
Old Component Long Names =
Vorticity x Component,
Vorticity y Component,
Vorticity z Component
Component MMS Names =
VORT-1,
VORT-2,
VORT-3
Variable Scope = PHASE, GLOBAL
General Availability = ADAPTION, RESULTS, MONITOR, CEL,
TRANSIENT STATISTICS
Variable Class = HYDRO
Field Variable = True
END
END


######## WORK NOTES COPIED FROM INCIDENT 748082 ########

Q. I want to export vorticity to my CFX results file. I've been told I can simply change the Export to postprocessor setting from NO to YES in the VARIABLES file, but although I can see that file in the installation, I do not have permission to change it. What can I do?


A. First create a CCL file (mycclfile.ccl) from the VARIABLES file that looks like what is below. This is just the section of the VARIABLES file that deals with vorticity. Then from the launcher open a command window and execute:


cfx5solve `def cylinder5.def `ini cylinder5_004.res -ccl mycclfile.ccl

The contents of mycclfile.ccl

LIBRARY:
VARIABLE: vorticity
Option = Definition
MMS Name = VORT
Long Name = Vorticity
Tensor Type = VECTOR
Quantity = Shear Strain Rate
Status = D
CEL Root =/FLOW/PHYSICS/{Zone}/{Fluid}
User Level = 2
Output to Jobfile = No
Output to Postprocessor = Yes
Component Short Names =
vorticity x,
vorticity y,
vorticity z
Component Long Names =
Vorticity X,
Vorticity Y,
Vorticity Z
Old Component Long Names =
Vorticity x Component,
Vorticity y Component,
Vorticity z Component
Component MMS Names =
VORT-1,
VORT-2,
VORT-3
Variable Scope = PHASE, GLOBAL
General Availability = ADAPTION, RESULTS, MONITOR, CEL,
TRANSIENT STATISTICS
Variable Class = HYDRO
Field Variable = True
END
END





Show Form
No comments yet. Be the first to add a comment!