ENH: further lagrangian tutorial updates

This commit is contained in:
andy
2011-02-25 16:43:18 +00:00
parent a589e31d40
commit 1ec2377731
9 changed files with 38 additions and 101 deletions

View File

@ -24,21 +24,12 @@ solution
sourceTerms
{
rho
schemes
{
semiImplicit false;
}
U
{
semiImplicit false;
}
Yi
{
semiImplicit false;
}
hs
{
semiImplicit false;
rho explicit;
U explicit;
Yi explicit;
hs explicit;
}
}

View File

@ -24,13 +24,10 @@ solution
sourceTerms
{
U
schemes
{
semiImplicit false;
}
hs
{
semiImplicit false;
U explicit;
hs explicit;
}
}

View File

@ -24,21 +24,12 @@ solution
sourceTerms
{
rho
schemes
{
semiImplicit false;
}
U
{
semiImplicit false;
}
Yi
{
semiImplicit false;
}
hs
{
semiImplicit false;
rho explicit;
U explicit;
Yi explicit;
hs explicit;
}
}

View File

@ -24,21 +24,12 @@ solution
sourceTerms
{
rho
schemes
{
semiImplicit false;
}
U
{
semiImplicit false;
}
Yi
{
semiImplicit false;
}
hs
{
semiImplicit false;
rho explicit;
U explicit;
Yi explicit;
hs explicit;
}
}

View File

@ -24,21 +24,12 @@ solution
sourceTerms
{
rho
schemes
{
semiImplicit false;
}
U
{
semiImplicit false;
}
Yi
{
semiImplicit false;
}
hs
{
semiImplicit false;
rho explicit;
U explicit;
Yi explicit;
hs explicit;
}
}

View File

@ -24,21 +24,12 @@ solution
sourceTerms
{
rho
schemes
{
semiImplicit false;
}
U
{
semiImplicit false;
}
Yi
{
semiImplicit false;
}
hs
{
semiImplicit false;
rho explicit;
U explicit;
Yi explicit;
hs explicit;
}
}

View File

@ -24,9 +24,9 @@ solution
sourceTerms
{
U
schemes
{
semiImplicit false;
U explicit;
}
}

View File

@ -24,13 +24,10 @@ solution
sourceTerms
{
U
schemes
{
semiImplicit false;
}
hs
{
semiImplicit false;
U explicit;
hs explicit;
}
}

View File

@ -30,24 +30,12 @@ solution
sourceTerms
{
resetOnStartup false;
U
schemes
{
alpha 1;
semiImplicit true;
}
hs
{
alpha 1;
semiImplicit true;
}
rho
{
alpha 1;
semiImplicit false;
}
Yi
{
semiImplicit true;
rho semiImplicit 1;
U semiImplicit 1;
Yi semiImplicit 1;
hs semiImplicit 1;
}
}