|
[Sponsors] |
February 4, 2019, 07:31 |
CFX Command Language to Modify Expressions
|
#1 |
Senior Member
Join Date: Mar 2011
Location: Germany
Posts: 552
Rep Power: 20 |
Hello everybody,
i have to use some complex expressions to specify the displacement of Moving Walls in my simulation. The displacements are large so i also have to use Remeshing during the simulation. I want to modify the expressions little bit after every Remeshing. As an example (this is just an example expression, my displacement expressions are very complex): At the start of simulation the expression is: Code:
displacement = 1[m/s]*t Code:
displacement = 1[m/s]*(t+0.003[s]) Code:
displacement =1[m/s]*(t+0.006[s]) |
|
February 4, 2019, 17:18 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
No, I don't think you can use perl in CCL for the solver. But to be sure, why not just try it with a simple example and see if it works?
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
February 5, 2019, 04:20 |
|
#3 |
Senior Member
Join Date: Mar 2011
Location: Germany
Posts: 552
Rep Power: 20 |
|
|
February 5, 2019, 05:26 |
|
#4 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
That error has nothing to do with perl in the CCL. That error is saying that the parallel mode you have asked for is not available. Either fix your setup so that mode is available or choose another parallel mode. Even better, for debugging you could use serial mode to make things as simple as possible. Only go to parallel when you need the additional computing power.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
February 6, 2019, 04:16 |
|
#5 |
Senior Member
Join Date: Mar 2011
Location: Germany
Posts: 552
Rep Power: 20 |
I know but this occurs only when i include CCL in the run. I have tried both Serial and Parallel before the last post but it gives the error even with Serial solver. When i don't include CCL file, then this error is not there.
|
|
February 6, 2019, 17:23 |
|
#6 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Please post on the forum the CCL you are trying to use.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Modify SST kw model in CFX | Tingyun YIN | CFX | 6 | May 12, 2017 07:44 |
Ansys CFX Post: Evaluate Nusselt Number with Expressions | Towe91 | CFX | 2 | March 7, 2017 16:36 |
Transfer of Expressions from CFX to Fluent | WK912 | ANSYS | 0 | October 1, 2013 10:12 |
density, viscosity expressions CFX | selvam2487 | CFX | 6 | July 26, 2013 13:12 |
CFX Expressions | lex | CFX | 6 | January 7, 2010 09:12 |