This email from qiancg0313@gmail.com originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list to disable email stamping for this address.

 

Hi everyone,
I would like to test the efficiency of p-adaptive method in CompressibleFlowSolver. But I could not find any sample which shows me how to modify the session file. I have tried the same set up found in incompressible solver Tests, as follows,

<SOLVERINFO>
    <I PROPERTY="Driver" VALUE="Adaptive"                />
</SOLVERINFO>

<PARAMETERS>
    <P> AdaptiveMaxModes = 7               </P>
    <P> AdaptiveMinModes = 4               </P>
</PARAMETERS>

The CompressibleFlowSolver ran successfully (simulated forward step problem). But I didn't find any difference between the results of "Adaptive Driver" and "Standard Driver". 

Any suggestions are appreciated. 

Regrads,
Chengeng