Commit graph

128 commits

Author SHA1 Message Date
ignis
026a8eb2be plasmaReactingFoam ne equation flux mean flow component and electron aborbing wall BC 2016-10-09 20:36:33 +09:00
ignis
52e0bd19a1 plasmaReactingFoam swarm parameter mueN DeN Te unit conversion and ng update at each time step 2016-10-09 20:20:26 +09:00
ignis
b5071526b7 plasmaReacingFoam remove k in physicalProperties and add constants me and pi 2016-10-09 19:59:07 +09:00
ignis
70a5b812e5 Working plasmaChemFoam
YEqn - electron number density equation
createBaseFields - corrected dimension of vsf ne
createFields
    - Reads description of EnProfile ( units and time step size )
    - vsf En added
    - Some constatns (me, e, NA, R, pi, kB, …)
    - Reads name list of fields to write to post file
output
    - verbose info to stdout log
    - Write many fields to post field
updateEn - update En value according to give time varying profile (also Te)
solveChemistry - chemistryModel.solve to .calculate (electron reaction heat release correction)
setDeltaT - change time step size after the pulse phase
2016-09-28 17:44:13 +09:00
ignis
85596642b8 plasmaReactingFoam loads CSV of mobility and diffusivity 2016-08-12 22:52:31 +09:00
ignis
614e7d1cc6 plasmaChemFoam, added ne, Te fields and En profile read. 2016-06-28 04:10:06 +09:00
ignis
42e59688c1 plasmaChemFoam init. copied chemFoam 2016-06-28 03:31:55 +09:00
ignis
e4dbde9b8a plasmaReactingFoam electron related source term correction 2016-06-23 15:08:46 +09:00
ignis
862314aac3 plasmaReactingFoam coupled with BE solver 2016-04-15 12:46:53 +09:00
ignis
33a4b4945c plasmaReactingFoam ne equation added 2016-04-15 12:42:08 +09:00
ignis
456d7fdd6e plasmaReactingFoam new fields added 2016-04-15 12:35:48 +09:00
ignis
747b4a0f46 plasmaReactingFoam electro static momentum source 2016-04-15 06:14:00 +09:00
ignis
bd6cdd5bf5 plasmaReactingFoam reads pulseTimeStep dictionary from controlDict
and changes timestep repetitively
2016-03-25 17:46:36 +09:00
ignis
aac13971fb plasmaReactingFoam own copy of readTimeControls.H and setDeltaT.H 2016-03-25 17:46:36 +09:00
ignis
db10b8be0e volScalarField rho AUTO_WRITE for debugging 2015-12-03 00:28:16 +09:00
ignis
c48de45842 plasmaReactingFoam PhiEqn is added to solve Poisson's equation 2015-12-03 00:28:15 +09:00
ignis
de9e5bba8d plasmaReactingFoam read permittivity electron mobility and electric potential field 2015-12-03 00:28:15 +09:00
ignis
67c6ff5c64 plasmaReactingFoam initiated from copy of reactingFoam 2015-12-03 00:28:15 +09:00
Henry Weller
2f8531de49 chtMultiRegionFoam: Updated temperature diagnostics
Patch provided by Daniel Jasinski
Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1843
2015-09-02 15:34:02 +01:00
Henry Weller
96075b7a5b Update headers 2015-08-07 16:16:37 +01:00
Henry Weller
5f7c84e227 Compressible solver: correct initial Courant-number calculation
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1816
2015-08-07 16:16:12 +01:00
Henry Weller
ca10b7b40d rhoCentralFoam: Reverted correction to BCs
Reverted changes proposed in
http://openfoam.org/mantisbt/view.php?id=1548 as it adversely affects
fixed-value BCs and is formulated to fix an issue with an unphysical
case.  Further analysis of the handling of fixed pressure outlet
2015-06-18 15:13:03 +01:00
Henry Weller
20733b7dd2 rhoCentralFoam: Ensure fixed value boundary conditions are preserved
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1748
2015-06-17 14:38:20 +01:00
Henry
a244c4111a rhoCentralFoam, sonicFoam: Remove superfluous includes
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1730
2015-06-03 09:36:22 +01:00
Henry
1c58abec87 dnsFoam: Use PISO controls read from fvSolution
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1727
2015-06-02 09:08:59 +01:00
Henry
25d7706560 DPMFoam, MPPICFoam: Corrected contiuousPhaseName -> continuousPhaseName
Resolves second part of http://www.openfoam.org/mantisbt/view.php?id=1717
2015-05-29 08:25:20 +01:00
Henry
139084f451 DPMFoam, MPPICFoam: Corrected contiuousPhaseName -> continuousPhaseName
Resolves second part of http://www.openfoam.org/mantisbt/view.php?id=1717
2015-05-28 17:03:32 +01:00
Henry
73fc1c6c1b DPMFoam: Remove dependency on legacy turbulence libraries 2015-04-26 08:41:11 +01:00
Henry
1f28b87185 potentialFoam: Upgrade to version in OpenFOAM-dev:
commit e593fef659bcd71028e0e66a70510de2c34888e2
Author: Henry <Henry>
Date:   Thu Feb 19 19:05:17 2015 +0000

    potentialFoam: Added new method to estimate the static pressure field from the velocity
    Uses a form of the Euler equation in which only variation along the streamlines is considered

commit cdadf4865de4808d6fe5c2a7eb5f5deaefe83b66
Author: Henry <Henry>
Date:   Sat Feb 14 11:03:37 2015 +0000

    potentialFoam: Solve for velocity potential named Phi rather than using the pressure field for this purpose

    The Phi field is read if available otherwise created automatically with
    boundary conditions obtained automatically from the pressure field if
    available (with optional name) otherwise inferred from the velocity
    field.  Phi Laplacian scheme and solver specification are required.  See
    tutorials for examples.
2015-04-25 21:59:15 +01:00
Henry
7d3568787e applications/solvers/multiphase: for MRF make phiHbyA relative BEFORE adjustPhi
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1665
2015-04-20 16:44:44 +01:00
Henry
719bf1b4e7 ddtScheme::fvcDdtPhiCoeff: Zero ddtCorr on AMIs
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1421
2015-03-24 15:16:22 +00:00
Henry
7077338993 shallowWaterFoam: Read hU rather than U to support complex e.g. time-varying BCs
Disadvantage is that the BC values have to be specified in terms of hU
rather than U.  The alternative would be to add complex code to map h
and U BCs into the equivalent for hU.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1566
2015-03-13 22:19:01 +00:00
Henry
a5f0644976 Revert "Revert "Revert "DPMFoam: Multiply the gravitational force by the gas phase fraction"""
This reverts commit 883438d463.
2015-03-13 14:39:46 +00:00
Henry
13bd74c439 rhoCentralFoam: Correct handling of single-cell meshes
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1548
2015-03-13 11:54:29 +00:00
Henry
96b1bb0b27 TomiyamaLift: Updated coefficient to make the model continuous at EoH = 10.7
Correction provided by Juho Peltola
2015-03-11 18:09:12 +00:00
Henry
883438d463 Revert "Revert "DPMFoam: Multiply the gravitational force by the gas phase fraction""
This reverts commit 48e47d8998.
2015-03-11 17:34:20 +00:00
Henry
48e47d8998 Revert "DPMFoam: Multiply the gravitational force by the gas phase fraction"
This reverts commit 5c68a98799.
2015-03-11 15:47:59 +00:00
Henry
5c68a98799 DPMFoam: Multiply the gravitational force by the gas phase fraction
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1563
2015-03-11 10:52:16 +00:00
Henry
520f26d1f4 TomiyamaLift: Corrected coefficients to correspond exactly to the original paper cited
Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1564
2015-03-10 20:01:09 +00:00
Henry
7d4f8d7aac BinghamPlastic: Change definition of shear-rate by 1/sqrt(2)
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1552
2015-03-02 22:48:45 +00:00
Henry
11ddd07109 rhoCentralFoam: Corrected the BCs for positive (outgoing) fluxes
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1548

Also upgraded rhoCentralDyMFoam to the version in OpenFOAM-dev which
support mesh-motion and topology change
2015-02-26 17:08:09 +00:00
Henry
1cacdf0d89 interFoam family: Add support for MULES-bounded Crank-Nicolson 2nd-order ddt(alpha)
This is an experimental feature demonstrating the potential of MULES to
create bounded solution which are 2nd-order in time AND space.

Crank-Nicolson may be selected on U and/or alpha but will only be fully
2nd-order if used on both within the PIMPLE-loop to converge the
interaction between the flux and phase-fraction.  Note also that
Crank-Nicolson may not be used with sub-cycling but all the features of
semi-implicit MULES are available in particular MULESCorr and
alphaApplyPrevCorr.

Examples of ddt specification:

ddtSchemes
{
    default         Euler;
}

ddtSchemes
{
    default         CrankNicolson 0.9;
}

ddtSchemes
{
    default         none;
    ddt(alpha)      CrankNicolson 0.9;
    ddt(rho,U)      CrankNicolson 0.9;
}

ddtSchemes
{
    default         none;
    ddt(alpha)      Euler;
    ddt(rho,U)      CrankNicolson 0.9;
}

ddtSchemes
{
    default         none;
    ddt(alpha)      CrankNicolson 0.9;
    ddt(rho,U)      Euler;
}

In these examples a small amount of off-centering in used to stabilize
the Crank-Nicolson scheme.  Also the specification for alpha1 is via the
generic phase-fraction name to ensure in multiphase solvers (when
Crank-Nicolson support is added) the scheme is identical for all phase
fractions.

This development is back-ported from OpenFOAM-dev:
f78d33b634
2015-02-25 16:32:06 +00:00
Henry
b3e08bb2b8 Update header 2015-02-16 21:39:20 +00:00
Henry
84cdf51d40 interPhaseChangeDyMFoam: cache divU before time advancement to ensure the old-time meshPhi are used to make phi absolute 2015-02-16 21:38:55 +00:00
Henry
ef5faef7d2 Update header 2015-02-16 16:22:13 +00:00
Henry
c1417d4c56 compressibleInterDyMFoam: cache divU before time advancement to ensure the old-time meshPhi are used to make phi absolute
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1531
2015-02-16 16:20:51 +00:00
Henry
b17c4b7e04 twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE: Corrected sign of random coalescence source
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1382
2015-02-13 09:19:48 +00:00
Henry
1baba9a2d1 twoPhaseEulerFoam: Corrected EoH2
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1505
2015-02-02 09:37:25 +00:00
Henry
d728810dd7 twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE: Added fvOptions support
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1402
2015-01-22 10:41:36 +00:00
Henry
110339227f Updated header 2015-01-21 16:03:01 +00:00